public static interface ModelPackageStatusItem.Builder extends SdkPojo, CopyableBuilder<ModelPackageStatusItem.Builder,ModelPackageStatusItem>
Modifier and Type | Method and Description |
---|---|
ModelPackageStatusItem.Builder |
failureReason(String failureReason)
if the overall status is
Failed , the reason for the failure. |
ModelPackageStatusItem.Builder |
name(String name)
The name of the model package for which the overall status is being reported.
|
ModelPackageStatusItem.Builder |
status(DetailedModelPackageStatus status)
The current status.
|
ModelPackageStatusItem.Builder |
status(String status)
The current status.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModelPackageStatusItem.Builder name(String name)
The name of the model package for which the overall status is being reported.
name
- The name of the model package for which the overall status is being reported.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)
if the overall status is Failed
, the reason for the failure.
failureReason
- if the overall status is Failed
, the reason for the failure.Copyright © 2023. All rights reserved.