Uses of Class
software.amazon.awssdk.services.sagemaker.model.ClarifyFeatureType
-
Packages that use ClarifyFeatureType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ClarifyFeatureType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ClarifyFeatureType Modifier and Type Method Description static ClarifyFeatureTypeClarifyFeatureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClarifyFeatureTypeClarifyFeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClarifyFeatureType[]ClarifyFeatureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ClarifyFeatureType Modifier and Type Method Description List<ClarifyFeatureType>ClarifyInferenceConfig. featureTypes()A list of data types of the features (optional).static Set<ClarifyFeatureType>ClarifyFeatureType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ClarifyFeatureType Modifier and Type Method Description ClarifyInferenceConfig.BuilderClarifyInferenceConfig.Builder. featureTypes(ClarifyFeatureType... featureTypes)A list of data types of the features (optional).Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ClarifyFeatureType Modifier and Type Method Description ClarifyInferenceConfig.BuilderClarifyInferenceConfig.Builder. featureTypes(Collection<ClarifyFeatureType> featureTypes)A list of data types of the features (optional).
-