| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackageStatusItem> |
ModelPackageStatusDetails.imageScanStatuses()
The status of the scan of the Docker image container for the model package.
|
List<ModelPackageStatusItem> |
ModelPackageStatusDetails.validationStatuses()
The validation status of the model package.
|
| Modifier and Type | Method and Description |
|---|---|
ModelPackageStatusDetails.Builder |
ModelPackageStatusDetails.Builder.imageScanStatuses(ModelPackageStatusItem... imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails.Builder |
ModelPackageStatusDetails.Builder.validationStatuses(ModelPackageStatusItem... validationStatuses)
The validation status of the model package.
|
| Modifier and Type | Method and Description |
|---|---|
ModelPackageStatusDetails.Builder |
ModelPackageStatusDetails.Builder.imageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)
The status of the scan of the Docker image container for the model package.
|
ModelPackageStatusDetails.Builder |
ModelPackageStatusDetails.Builder.validationStatuses(Collection<ModelPackageStatusItem> validationStatuses)
The validation status of the model package.
|
Copyright © 2019. All rights reserved.