| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.