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 |
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
OfflineStore, inducing the S3 location of the OfflineStore
, AWS Glue or AWS Hive data catalogue configurations, and the security configuration. |
DescribeFeatureGroupResponse.Builder |
offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the
OfflineStore, inducing the S3 location of the OfflineStore
, AWS Glue or AWS Hive data catalogue configurations, and the security configuration. |
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 |
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.
List.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 #featureDefinitions(List) .featureDefinitions - a consumer that will call methods on List.Builder #featureDefinitions(List) DescribeFeatureGroupResponse.Builder creationTime(Instant creationTime)
A timestamp indicating when SageMaker created the FeatureGroup.
creationTime - A timestamp indicating when SageMaker created the FeatureGroup.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 OfflineStore, inducing the S3 location of the OfflineStore
, AWS Glue or AWS Hive data catalogue configurations, and the security configuration.
offlineStoreConfig - The configuration of the OfflineStore, inducing the S3 location of the
OfflineStore, AWS Glue or AWS Hive data catalogue configurations, and the security
configuration.default DescribeFeatureGroupResponse.Builder offlineStoreConfig(Consumer<OfflineStoreConfig.Builder> offlineStoreConfig)
The configuration of the OfflineStore, inducing the S3 location of the OfflineStore
, AWS Glue or AWS Hive data catalogue configurations, and the security 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 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).Copyright © 2020. All rights reserved.