| Package | Description | 
|---|---|
| software.amazon.awssdk.services.sagemaker.model | 
| Modifier and Type | Method and Description | 
|---|---|
AlgorithmValidationSpecification | 
DescribeAlgorithmResponse.validationSpecification()
 Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm. 
 | 
AlgorithmValidationSpecification | 
CreateAlgorithmRequest.validationSpecification()
 Specifies configurations for one or more training jobs and that Amazon SageMaker runs to test the algorithm's
 training code and, optionally, one or more batch transform jobs that Amazon SageMaker runs to test the
 algorithm's inference code. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeAlgorithmResponse.Builder | 
DescribeAlgorithmResponse.Builder.validationSpecification(AlgorithmValidationSpecification validationSpecification)
 Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm. 
 | 
CreateAlgorithmRequest.Builder | 
CreateAlgorithmRequest.Builder.validationSpecification(AlgorithmValidationSpecification validationSpecification)
 Specifies configurations for one or more training jobs and that Amazon SageMaker runs to test the algorithm's
 training code and, optionally, one or more batch transform jobs that Amazon SageMaker runs to test the
 algorithm's inference code. 
 | 
Copyright © 2020. All rights reserved.