Uses of Class
software.amazon.awssdk.services.sagemaker.model.AlgorithmStatusItem
-
Packages that use AlgorithmStatusItem Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AlgorithmStatusItem in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AlgorithmStatusItem Modifier and Type Method Description List<AlgorithmStatusItem>AlgorithmStatusDetails. imageScanStatuses()The status of the scan of the algorithm's Docker image container.List<AlgorithmStatusItem>AlgorithmStatusDetails. validationStatuses()The status of algorithm validation.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AlgorithmStatusItem Modifier and Type Method Description AlgorithmStatusDetails.BuilderAlgorithmStatusDetails.Builder. imageScanStatuses(AlgorithmStatusItem... imageScanStatuses)The status of the scan of the algorithm's Docker image container.AlgorithmStatusDetails.BuilderAlgorithmStatusDetails.Builder. validationStatuses(AlgorithmStatusItem... validationStatuses)The status of algorithm validation.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AlgorithmStatusItem Modifier and Type Method Description AlgorithmStatusDetails.BuilderAlgorithmStatusDetails.Builder. imageScanStatuses(Collection<AlgorithmStatusItem> imageScanStatuses)The status of the scan of the algorithm's Docker image container.AlgorithmStatusDetails.BuilderAlgorithmStatusDetails.Builder. validationStatuses(Collection<AlgorithmStatusItem> validationStatuses)The status of algorithm validation.
-