| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureGroupSummary |
FeatureGroupSummary.clone() |
FeatureGroupSummary |
FeatureGroupSummary.withCreationTime(Date creationTime)
A timestamp indicating the time of creation time of the
FeatureGroup. |
FeatureGroupSummary |
FeatureGroupSummary.withFeatureGroupArn(String featureGroupArn)
Unique identifier for the
FeatureGroup. |
FeatureGroupSummary |
FeatureGroupSummary.withFeatureGroupName(String featureGroupName)
The name of
FeatureGroup. |
FeatureGroupSummary |
FeatureGroupSummary.withFeatureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of a FeatureGroup.
|
FeatureGroupSummary |
FeatureGroupSummary.withFeatureGroupStatus(String featureGroupStatus)
The status of a FeatureGroup.
|
FeatureGroupSummary |
FeatureGroupSummary.withOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
Notifies you if replicating data into the
OfflineStore has failed. |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureGroupSummary> |
ListFeatureGroupsResult.getFeatureGroupSummaries()
A summary of feature groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListFeatureGroupsResult |
ListFeatureGroupsResult.withFeatureGroupSummaries(FeatureGroupSummary... featureGroupSummaries)
A summary of feature groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFeatureGroupsResult.setFeatureGroupSummaries(Collection<FeatureGroupSummary> featureGroupSummaries)
A summary of feature groups.
|
ListFeatureGroupsResult |
ListFeatureGroupsResult.withFeatureGroupSummaries(Collection<FeatureGroupSummary> featureGroupSummaries)
A summary of feature groups.
|
Copyright © 2023. All rights reserved.