| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackageStatusItem |
ModelPackageStatusItem.clone() |
ModelPackageStatusItem |
ModelPackageStatusItem.withFailureReason(String failureReason)
if the overall status is
Failed, the reason for the failure. |
ModelPackageStatusItem |
ModelPackageStatusItem.withName(String name)
The name of the model package for which the overall status is being reported.
|
ModelPackageStatusItem |
ModelPackageStatusItem.withStatus(DetailedModelPackageStatus status)
The current status.
|
ModelPackageStatusItem |
ModelPackageStatusItem.withStatus(String status)
The current status.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackageStatusItem> |
ModelPackageStatusDetails.getImageScanStatuses()
The status of the scan of the Docker image container for the model package.
|
List<ModelPackageStatusItem> |
ModelPackageStatusDetails.getValidationStatuses()
The validation status of the model package.
|
| Modifier and Type | Method and Description |
|---|---|
ModelPackageStatusDetails |
ModelPackageStatusDetails.withImageScanStatuses(ModelPackageStatusItem... imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails |
ModelPackageStatusDetails.withValidationStatuses(ModelPackageStatusItem... validationStatuses)
The validation status of the model package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelPackageStatusDetails.setImageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
void |
ModelPackageStatusDetails.setValidationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
|
ModelPackageStatusDetails |
ModelPackageStatusDetails.withImageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails |
ModelPackageStatusDetails.withValidationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
|
Copyright © 2022. All rights reserved.