Uses of Class
software.amazon.awssdk.services.sagemaker.model.AlgorithmValidationSpecification
-
Packages that use AlgorithmValidationSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AlgorithmValidationSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AlgorithmValidationSpecification Modifier and Type Method Description AlgorithmValidationSpecification
CreateAlgorithmRequest. validationSpecification()
Specifies configurations for one or more training jobs and that SageMaker runs to test the algorithm's training code and, optionally, one or more batch transform jobs that SageMaker runs to test the algorithm's inference code.AlgorithmValidationSpecification
DescribeAlgorithmResponse. validationSpecification()
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AlgorithmValidationSpecification Modifier and Type Method Description CreateAlgorithmRequest.Builder
CreateAlgorithmRequest.Builder. validationSpecification(AlgorithmValidationSpecification validationSpecification)
Specifies configurations for one or more training jobs and that SageMaker runs to test the algorithm's training code and, optionally, one or more batch transform jobs that SageMaker runs to test the algorithm's inference code.DescribeAlgorithmResponse.Builder
DescribeAlgorithmResponse.Builder. validationSpecification(AlgorithmValidationSpecification validationSpecification)
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
-