Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelPackageStatusItem
-
Packages that use ModelPackageStatusItem Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelPackageStatusItem in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelPackageStatusItem Modifier and Type Method 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.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelPackageStatusItem Modifier and Type Method Description ModelPackageStatusDetails.BuilderModelPackageStatusDetails.Builder. imageScanStatuses(ModelPackageStatusItem... imageScanStatuses)The status of the scan of the Docker image container for the model package.ModelPackageStatusDetails.BuilderModelPackageStatusDetails.Builder. validationStatuses(ModelPackageStatusItem... validationStatuses)The validation status of the model package.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelPackageStatusItem Modifier and Type Method Description ModelPackageStatusDetails.BuilderModelPackageStatusDetails.Builder. imageScanStatuses(Collection<ModelPackageStatusItem> imageScanStatuses)The status of the scan of the Docker image container for the model package.ModelPackageStatusDetails.BuilderModelPackageStatusDetails.Builder. validationStatuses(Collection<ModelPackageStatusItem> validationStatuses)The validation status of the model package.
-