Uses of Class
software.amazon.awssdk.services.sagemaker.model.FeatureType
-
Packages that use FeatureType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FeatureType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FeatureType Modifier and Type Method Description FeatureTypeDescribeFeatureMetadataResponse. featureType()The data type of the feature.FeatureTypeFeatureDefinition. featureType()The value type of a feature.FeatureTypeFeatureMetadata. featureType()The data type of the feature.static FeatureTypeFeatureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FeatureTypeFeatureType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureType[]FeatureType. 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 FeatureType Modifier and Type Method Description static Set<FeatureType>FeatureType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type FeatureType Modifier and Type Method Description DescribeFeatureMetadataResponse.BuilderDescribeFeatureMetadataResponse.Builder. featureType(FeatureType featureType)The data type of the feature.FeatureDefinition.BuilderFeatureDefinition.Builder. featureType(FeatureType featureType)The value type of a feature.FeatureMetadata.BuilderFeatureMetadata.Builder. featureType(FeatureType featureType)The data type of the feature.
-