| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static FeatureGroupSummary.Builder |
FeatureGroupSummary.builder() |
FeatureGroupSummary.Builder |
FeatureGroupSummary.Builder.creationTime(Instant creationTime)
A timestamp indicating the time of creation time of the
FeatureGroup. |
FeatureGroupSummary.Builder |
FeatureGroupSummary.Builder.featureGroupArn(String featureGroupArn)
Unique identifier for the
FeatureGroup. |
FeatureGroupSummary.Builder |
FeatureGroupSummary.Builder.featureGroupName(String featureGroupName)
The name of
FeatureGroup. |
FeatureGroupSummary.Builder |
FeatureGroupSummary.Builder.featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of a FeatureGroup.
|
FeatureGroupSummary.Builder |
FeatureGroupSummary.Builder.featureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup.
|
default FeatureGroupSummary.Builder |
FeatureGroupSummary.Builder.offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
Notifies you if replicating data into the
OfflineStore has failed. |
FeatureGroupSummary.Builder |
FeatureGroupSummary.Builder.offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the
OfflineStore has failed. |
FeatureGroupSummary.Builder |
FeatureGroupSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FeatureGroupSummary.Builder> |
FeatureGroupSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.