| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static LastUpdateStatus.Builder |
LastUpdateStatus.builder() |
LastUpdateStatus.Builder |
LastUpdateStatus.Builder.failureReason(String failureReason)
If the update wasn't successful, indicates the reason why it failed.
|
LastUpdateStatus.Builder |
LastUpdateStatus.Builder.status(LastUpdateStatusValue status)
A value that indicates whether the update was made successful.
|
LastUpdateStatus.Builder |
LastUpdateStatus.Builder.status(String status)
A value that indicates whether the update was made successful.
|
LastUpdateStatus.Builder |
LastUpdateStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LastUpdateStatus.Builder> |
LastUpdateStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFeatureGroupResponse.Builder |
DescribeFeatureGroupResponse.Builder.lastUpdateStatus(Consumer<LastUpdateStatus.Builder> lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
|
default FeatureGroup.Builder |
FeatureGroup.Builder.lastUpdateStatus(Consumer<LastUpdateStatus.Builder> lastUpdateStatus)
A value that indicates whether the feature group was updated successfully.
|
Copyright © 2022. All rights reserved.