Interface DescribeFeatureMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeFeatureMetadataResponse.Builder,
,DescribeFeatureMetadataResponse> SageMakerResponse.Builder
,SdkBuilder<DescribeFeatureMetadataResponse.Builder,
,DescribeFeatureMetadataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeFeatureMetadataResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) A timestamp indicating when the feature was created.description
(String description) The description you added to describe the feature.featureGroupArn
(String featureGroupArn) The Amazon Resource Number (ARN) of the feature group that contains the feature.featureGroupName
(String featureGroupName) The name of the feature group that you've specified.featureName
(String featureName) The name of the feature that you've specified.featureType
(String featureType) The data type of the feature.featureType
(FeatureType featureType) The data type of the feature.lastModifiedTime
(Instant lastModifiedTime) A timestamp indicating when the metadata for the feature group was modified.parameters
(Collection<FeatureParameter> parameters) The key-value pairs that you added to describe the feature.parameters
(Consumer<FeatureParameter.Builder>... parameters) The key-value pairs that you added to describe the feature.parameters
(FeatureParameter... parameters) The key-value pairs that you added to describe the feature.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
featureGroupArn
The Amazon Resource Number (ARN) of the feature group that contains the feature.
- Parameters:
featureGroupArn
- The Amazon Resource Number (ARN) of the feature group that contains the feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureGroupName
The name of the feature group that you've specified.
- Parameters:
featureGroupName
- The name of the feature group that you've specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureName
The name of the feature that you've specified.
- Parameters:
featureName
- The name of the feature that you've specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureType
The data type of the feature.
- Parameters:
featureType
- The data type of the feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
featureType
The data type of the feature.
- Parameters:
featureType
- The data type of the feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
A timestamp indicating when the feature was created.
- Parameters:
creationTime
- A timestamp indicating when the feature was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description you added to describe the feature.
- Parameters:
description
- The description you added to describe the feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The key-value pairs that you added to describe the feature.
- Parameters:
parameters
- The key-value pairs that you added to describe the feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The key-value pairs that you added to describe the feature.
- Parameters:
parameters
- The key-value pairs that you added to describe the feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
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 theFeatureParameter.Builder
avoiding the need to create one manually viaFeatureParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameters(List<FeatureParameter>)
.- Parameters:
parameters
- a consumer that will call methods onFeatureParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-