| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static FeatureType |
FeatureType.fromValue(String value)
Use this in place of valueOf.
|
static FeatureType |
FeatureType.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.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureMetadata |
FeatureMetadata.withFeatureType(FeatureType featureType)
The data type of the feature.
|
FeatureDefinition |
FeatureDefinition.withFeatureType(FeatureType featureType)
The value type of a feature.
|
DescribeFeatureMetadataResult |
DescribeFeatureMetadataResult.withFeatureType(FeatureType featureType)
The data type of the feature.
|
Copyright © 2024. All rights reserved.