public static interface ModelPackageStatusItem.Builder extends SdkPojo, CopyableBuilder<ModelPackageStatusItem.Builder,ModelPackageStatusItem>
Modifier and Type | Method and Description |
---|---|
ModelPackageStatusItem.Builder |
failureReason(String failureReason)
The reason for failure, if the overall status is a failed state.
|
ModelPackageStatusItem.Builder |
name(String name)
The name of the model package for which the overall status is being repoorted.
|
ModelPackageStatusItem.Builder |
status(DetailedModelPackageStatus status)
The current status.
|
ModelPackageStatusItem.Builder |
status(String status)
The current status.
|
copy
applyMutation, build
ModelPackageStatusItem.Builder name(String name)
The name of the model package for which the overall status is being repoorted.
name
- The name of the model package for which the overall status is being repoorted.ModelPackageStatusItem.Builder status(String status)
The current status.
status
- The current status.DetailedModelPackageStatus
,
DetailedModelPackageStatus
ModelPackageStatusItem.Builder status(DetailedModelPackageStatus status)
The current status.
status
- The current status.DetailedModelPackageStatus
,
DetailedModelPackageStatus
ModelPackageStatusItem.Builder failureReason(String failureReason)
The reason for failure, if the overall status is a failed state.
failureReason
- The reason for failure, if the overall status is a failed state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.