| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LastUpdateStatus |
LastUpdateStatus.clone() |
LastUpdateStatus |
FeatureGroup.getLastUpdateStatus()
A value that indicates whether the feature group was updated successfully.
|
LastUpdateStatus |
DescribeFeatureGroupResult.getLastUpdateStatus()
A value indicating whether the update made to the feature group was successful.
|
LastUpdateStatus |
LastUpdateStatus.withFailureReason(String failureReason)
If the update wasn't successful, indicates the reason why it failed.
|
LastUpdateStatus |
LastUpdateStatus.withStatus(LastUpdateStatusValue status)
A value that indicates whether the update was made successful.
|
LastUpdateStatus |
LastUpdateStatus.withStatus(String status)
A value that indicates whether the update was made successful.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureGroup.setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value that indicates whether the feature group was updated successfully.
|
void |
DescribeFeatureGroupResult.setLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
|
FeatureGroup |
FeatureGroup.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value that indicates whether the feature group was updated successfully.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
|
Copyright © 2023. All rights reserved.