public static interface DescribeFeatureGroupResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeFeatureGroupResponse.Builder,DescribeFeatureGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFeatureGroupResponse.Builder |
creationTime(Instant creationTime)
A timestamp indicating when SageMaker created the
FeatureGroup. |
DescribeFeatureGroupResponse.Builder |
description(String description)
A free form description of the feature group.
|
DescribeFeatureGroupResponse.Builder |
eventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime of a Record in a FeatureGroup. |
DescribeFeatureGroupResponse.Builder |
failureReason(String failureReason)
The reason that the
FeatureGroup failed to be replicated in the OfflineStore. |
DescribeFeatureGroupResponse.Builder |
featureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the
Features in the FeatureGroup. |
DescribeFeatureGroupResponse.Builder |
featureDefinitions(Consumer<FeatureDefinition.Builder>... featureDefinitions)
A list of the
Features in the FeatureGroup. |
DescribeFeatureGroupResponse.Builder |
featureDefinitions(FeatureDefinition... featureDefinitions)
A list of the
Features in the FeatureGroup. |
DescribeFeatureGroupResponse.Builder |
featureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the
FeatureGroup. |
DescribeFeatureGroupResponse.Builder |
featureGroupName(String featureGroupName)
he name of the
FeatureGroup. |
DescribeFeatureGroupResponse.Builder |
featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.
|
DescribeFeatureGroupResponse.Builder |
featureGroupStatus(String featureGroupStatus)
The status of the feature group.
|
DescribeFeatureGroupResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating when the feature group was last updated.
|
default DescribeFeatureGroupResponse.Builder |
lastUpdateStatus(Consumer<LastUpdateStatus.Builder> lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
|
DescribeFeatureGroupResponse.Builder |
lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
|
DescribeFeatureGroupResponse.Builder |
nextToken(String nextToken)
A token to resume pagination of the list of
Features (FeatureDefinitions). |
default DescribeFeatureGroupResponse.Builder |
offlineStoreConfig(Consumer<OfflineStoreConfig.Builder> offlineStoreConfig)
The configuration of the offline store.
|
DescribeFeatureGroupResponse.Builder |
offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store.
|
default DescribeFeatureGroupResponse.Builder |
offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
The status of the
OfflineStore. |
DescribeFeatureGroupResponse.Builder |
offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the
OfflineStore. |
default DescribeFeatureGroupResponse.Builder |
onlineStoreConfig(Consumer<OnlineStoreConfig.Builder> onlineStoreConfig)
The configuration for the
OnlineStore. |
DescribeFeatureGroupResponse.Builder |
onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore. |
DescribeFeatureGroupResponse.Builder |
onlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of the
OnlineStore in bytes. |
DescribeFeatureGroupResponse.Builder |
recordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature used for RecordIdentifier, whose value uniquely identifies
a record stored in the feature store. |
DescribeFeatureGroupResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an
OfflineStoreConfig is provided.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFeatureGroupResponse.Builder featureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the FeatureGroup.
featureGroupArn - The Amazon Resource Name (ARN) of the FeatureGroup.DescribeFeatureGroupResponse.Builder featureGroupName(String featureGroupName)
he name of the FeatureGroup.
featureGroupName - he name of the FeatureGroup.DescribeFeatureGroupResponse.Builder recordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the Feature used for RecordIdentifier, whose value uniquely identifies
a record stored in the feature store.
recordIdentifierFeatureName - The name of the Feature used for RecordIdentifier, whose value uniquely
identifies a record stored in the feature store.DescribeFeatureGroupResponse.Builder eventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the EventTime of a Record in a FeatureGroup.
An EventTime is a point in time when a new event occurs that corresponds to the creation or
update of a Record in a FeatureGroup. All Records in the
FeatureGroup have a corresponding EventTime.
eventTimeFeatureName - The name of the feature that stores the EventTime of a Record in a
FeatureGroup.
An EventTime is a point in time when a new event occurs that corresponds to the creation
or update of a Record in a FeatureGroup. All Records in the
FeatureGroup have a corresponding EventTime.
DescribeFeatureGroupResponse.Builder featureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the Features in the FeatureGroup. Each feature is defined by a
FeatureName and FeatureType.
featureDefinitions - A list of the Features in the FeatureGroup. Each feature is defined by a
FeatureName and FeatureType.DescribeFeatureGroupResponse.Builder featureDefinitions(FeatureDefinition... featureDefinitions)
A list of the Features in the FeatureGroup. Each feature is defined by a
FeatureName and FeatureType.
featureDefinitions - A list of the Features in the FeatureGroup. Each feature is defined by a
FeatureName and FeatureType.DescribeFeatureGroupResponse.Builder featureDefinitions(Consumer<FeatureDefinition.Builder>... featureDefinitions)
A list of the Features in the FeatureGroup. Each feature is defined by a
FeatureName and FeatureType.
FeatureDefinition.Builder avoiding the need to create
one manually via FeatureDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #featureDefinitions(List.
featureDefinitions - a consumer that will call methods on
FeatureDefinition.Builder#featureDefinitions(java.util.Collection) DescribeFeatureGroupResponse.Builder creationTime(Instant creationTime)
A timestamp indicating when SageMaker created the FeatureGroup.
creationTime - A timestamp indicating when SageMaker created the FeatureGroup.DescribeFeatureGroupResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating when the feature group was last updated.
lastModifiedTime - A timestamp indicating when the feature group was last updated.DescribeFeatureGroupResponse.Builder onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the OnlineStore.
onlineStoreConfig - The configuration for the OnlineStore.default DescribeFeatureGroupResponse.Builder onlineStoreConfig(Consumer<OnlineStoreConfig.Builder> onlineStoreConfig)
The configuration for the OnlineStore.
OnlineStoreConfig.Builder avoiding the
need to create one manually via OnlineStoreConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to onlineStoreConfig(OnlineStoreConfig).
onlineStoreConfig - a consumer that will call methods on OnlineStoreConfig.BuilderonlineStoreConfig(OnlineStoreConfig)DescribeFeatureGroupResponse.Builder offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store. It includes the following configurations:
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
offlineStoreConfig - The configuration of the offline store. It includes the following configurations:
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
default DescribeFeatureGroupResponse.Builder offlineStoreConfig(Consumer<OfflineStoreConfig.Builder> offlineStoreConfig)
The configuration of the offline store. It includes the following configurations:
Amazon S3 location of the offline store.
Configuration of the Glue data catalog.
Table format of the offline store.
Option to disable the automatic creation of a Glue table for the offline store.
Encryption configuration.
OfflineStoreConfig.Builder avoiding the
need to create one manually via OfflineStoreConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to offlineStoreConfig(OfflineStoreConfig).
offlineStoreConfig - a consumer that will call methods on OfflineStoreConfig.BuilderofflineStoreConfig(OfflineStoreConfig)DescribeFeatureGroupResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.
roleArn - The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if
an OfflineStoreConfig is provided.DescribeFeatureGroupResponse.Builder featureGroupStatus(String featureGroupStatus)
The status of the feature group.
featureGroupStatus - The status of the feature group.FeatureGroupStatus,
FeatureGroupStatusDescribeFeatureGroupResponse.Builder featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.
featureGroupStatus - The status of the feature group.FeatureGroupStatus,
FeatureGroupStatusDescribeFeatureGroupResponse.Builder offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the OfflineStore. Notifies you if replicating data into the
OfflineStore has failed. Returns either: Active or Blocked
offlineStoreStatus - The status of the OfflineStore. Notifies you if replicating data into the
OfflineStore has failed. Returns either: Active or Blockeddefault DescribeFeatureGroupResponse.Builder offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
The status of the OfflineStore. Notifies you if replicating data into the
OfflineStore has failed. Returns either: Active or Blocked
OfflineStoreStatus.Builder avoiding the
need to create one manually via OfflineStoreStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to offlineStoreStatus(OfflineStoreStatus).
offlineStoreStatus - a consumer that will call methods on OfflineStoreStatus.BuilderofflineStoreStatus(OfflineStoreStatus)DescribeFeatureGroupResponse.Builder lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
lastUpdateStatus - A value indicating whether the update made to the feature group was successful.default DescribeFeatureGroupResponse.Builder lastUpdateStatus(Consumer<LastUpdateStatus.Builder> lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
This is a convenience method that creates an instance of theLastUpdateStatus.Builder avoiding the
need to create one manually via LastUpdateStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastUpdateStatus(LastUpdateStatus).
lastUpdateStatus - a consumer that will call methods on LastUpdateStatus.BuilderlastUpdateStatus(LastUpdateStatus)DescribeFeatureGroupResponse.Builder failureReason(String failureReason)
The reason that the FeatureGroup failed to be replicated in the OfflineStore. This
is failure can occur because:
The FeatureGroup could not be created in the OfflineStore.
The FeatureGroup could not be deleted from the OfflineStore.
failureReason - The reason that the FeatureGroup failed to be replicated in the OfflineStore
. This is failure can occur because:
The FeatureGroup could not be created in the OfflineStore.
The FeatureGroup could not be deleted from the OfflineStore.
DescribeFeatureGroupResponse.Builder description(String description)
A free form description of the feature group.
description - A free form description of the feature group.DescribeFeatureGroupResponse.Builder nextToken(String nextToken)
A token to resume pagination of the list of Features (FeatureDefinitions).
nextToken - A token to resume pagination of the list of Features (FeatureDefinitions).DescribeFeatureGroupResponse.Builder onlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of the OnlineStore in bytes.
onlineStoreTotalSizeBytes - The size of the OnlineStore in bytes.Copyright © 2023. All rights reserved.