| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackageStatusDetails |
ModelPackageStatusDetails.clone() |
ModelPackageStatusDetails |
DescribeModelPackageResult.getModelPackageStatusDetails()
Details about the current status of the model package.
|
ModelPackageStatusDetails |
ModelPackage.getModelPackageStatusDetails()
Specifies the validation and image scan statuses 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.withImageScanStatuses(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.
|
ModelPackageStatusDetails |
ModelPackageStatusDetails.withValidationStatuses(ModelPackageStatusItem... validationStatuses)
The validation status of the model package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelPackageResult.setModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
|
void |
ModelPackage.setModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Specifies the validation and image scan statuses of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
|
ModelPackage |
ModelPackage.withModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Specifies the validation and image scan statuses of the model package.
|
Copyright © 2025. All rights reserved.