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, sdkFieldscopyapplyMutation, buildModelPackageStatusItem.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,
DetailedModelPackageStatusModelPackageStatusItem.Builder status(DetailedModelPackageStatus status)
The current status.
status - The current status.DetailedModelPackageStatus,
DetailedModelPackageStatusModelPackageStatusItem.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 © 2022. All rights reserved.