| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureMetadata |
FeatureMetadata.clone() |
FeatureMetadata |
SearchRecord.getFeatureMetadata()
The feature metadata used to search through the features.
|
FeatureMetadata |
FeatureMetadata.withCreationTime(Date creationTime)
A timestamp indicating when the feature was created.
|
FeatureMetadata |
FeatureMetadata.withDescription(String description)
An optional description that you specify to better describe the feature.
|
FeatureMetadata |
FeatureMetadata.withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group.
|
FeatureMetadata |
FeatureMetadata.withFeatureGroupName(String featureGroupName)
The name of the feature group containing the feature.
|
FeatureMetadata |
FeatureMetadata.withFeatureName(String featureName)
The name of feature.
|
FeatureMetadata |
FeatureMetadata.withFeatureType(FeatureType featureType)
The data type of the feature.
|
FeatureMetadata |
FeatureMetadata.withFeatureType(String featureType)
The data type of the feature.
|
FeatureMetadata |
FeatureMetadata.withLastModifiedTime(Date lastModifiedTime)
A timestamp indicating when the feature was last modified.
|
FeatureMetadata |
FeatureMetadata.withParameters(Collection<FeatureParameter> parameters)
Optional key-value pairs that you specify to better describe the feature.
|
FeatureMetadata |
FeatureMetadata.withParameters(FeatureParameter... parameters)
Optional key-value pairs that you specify to better describe the feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setFeatureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
|
SearchRecord |
SearchRecord.withFeatureMetadata(FeatureMetadata featureMetadata)
The feature metadata used to search through the features.
|
Copyright © 2022. All rights reserved.