public static interface DescribeFeatureMetadataResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeFeatureMetadataResponse.Builder,DescribeFeatureMetadataResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFeatureMetadataResponse.Builder |
creationTime(Instant creationTime)
A timestamp indicating when the feature was created.
|
DescribeFeatureMetadataResponse.Builder |
description(String description)
The description you added to describe the feature.
|
DescribeFeatureMetadataResponse.Builder |
featureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group that contains the feature.
|
DescribeFeatureMetadataResponse.Builder |
featureGroupName(String featureGroupName)
The name of the feature group that you've specified.
|
DescribeFeatureMetadataResponse.Builder |
featureName(String featureName)
The name of the feature that you've specified.
|
DescribeFeatureMetadataResponse.Builder |
featureType(FeatureType featureType)
The data type of the feature.
|
DescribeFeatureMetadataResponse.Builder |
featureType(String featureType)
The data type of the feature.
|
DescribeFeatureMetadataResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating when the metadata for the feature group was modified.
|
DescribeFeatureMetadataResponse.Builder |
parameters(Collection<FeatureParameter> parameters)
The key-value pairs that you added to describe the feature.
|
DescribeFeatureMetadataResponse.Builder |
parameters(Consumer<FeatureParameter.Builder>... parameters)
The key-value pairs that you added to describe the feature.
|
DescribeFeatureMetadataResponse.Builder |
parameters(FeatureParameter... parameters)
The key-value pairs that you added to describe the feature.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFeatureMetadataResponse.Builder featureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group that contains the feature.
featureGroupArn - The Amazon Resource Number (ARN) of the feature group that contains the feature.DescribeFeatureMetadataResponse.Builder featureGroupName(String featureGroupName)
The name of the feature group that you've specified.
featureGroupName - The name of the feature group that you've specified.DescribeFeatureMetadataResponse.Builder featureName(String featureName)
The name of the feature that you've specified.
featureName - The name of the feature that you've specified.DescribeFeatureMetadataResponse.Builder featureType(String featureType)
The data type of the feature.
featureType - The data type of the feature.FeatureType,
FeatureTypeDescribeFeatureMetadataResponse.Builder featureType(FeatureType featureType)
The data type of the feature.
featureType - The data type of the feature.FeatureType,
FeatureTypeDescribeFeatureMetadataResponse.Builder creationTime(Instant creationTime)
A timestamp indicating when the feature was created.
creationTime - A timestamp indicating when the feature was created.DescribeFeatureMetadataResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you
lastModifiedTime - A timestamp indicating when the metadata for the feature group was modified. For example, if you add a
parameter describing the feature, the timestamp changes to reflect the last time youDescribeFeatureMetadataResponse.Builder description(String description)
The description you added to describe the feature.
description - The description you added to describe the feature.DescribeFeatureMetadataResponse.Builder parameters(Collection<FeatureParameter> parameters)
The key-value pairs that you added to describe the feature.
parameters - The key-value pairs that you added to describe the feature.DescribeFeatureMetadataResponse.Builder parameters(FeatureParameter... parameters)
The key-value pairs that you added to describe the feature.
parameters - The key-value pairs that you added to describe the feature.DescribeFeatureMetadataResponse.Builder parameters(Consumer<FeatureParameter.Builder>... parameters)
The key-value pairs that you added to describe the feature.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #parameters(List) .parameters - a consumer that will call methods on List.Builder #parameters(List) Copyright © 2022. All rights reserved.