| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ClarifyFeatureType |
ClarifyFeatureType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ClarifyFeatureType |
ClarifyFeatureType.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClarifyFeatureType> |
ClarifyInferenceConfig.featureTypes()
A list of data types of the features (optional).
|
static Set<ClarifyFeatureType> |
ClarifyFeatureType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ClarifyInferenceConfig.Builder |
ClarifyInferenceConfig.Builder.featureTypes(ClarifyFeatureType... featureTypes)
A list of data types of the features (optional).
|
| Modifier and Type | Method and Description |
|---|---|
ClarifyInferenceConfig.Builder |
ClarifyInferenceConfig.Builder.featureTypes(Collection<ClarifyFeatureType> featureTypes)
A list of data types of the features (optional).
|
Copyright © 2022. All rights reserved.