| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmValidationSpecification |
AlgorithmValidationSpecification.clone() |
AlgorithmValidationSpecification |
CreateAlgorithmRequest.getValidationSpecification()
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.
|
AlgorithmValidationSpecification |
DescribeAlgorithmResult.getValidationSpecification()
Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
|
AlgorithmValidationSpecification |
AlgorithmValidationSpecification.withValidationProfiles(AlgorithmValidationProfile... validationProfiles)
An array of
AlgorithmValidationProfile objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm. |
AlgorithmValidationSpecification |
AlgorithmValidationSpecification.withValidationProfiles(Collection<AlgorithmValidationProfile> validationProfiles)
An array of
AlgorithmValidationProfile objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm. |
AlgorithmValidationSpecification |
AlgorithmValidationSpecification.withValidationRole(String validationRole)
The IAM roles that Amazon SageMaker uses to run the training jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAlgorithmRequest.setValidationSpecification(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.
|
void |
DescribeAlgorithmResult.setValidationSpecification(AlgorithmValidationSpecification validationSpecification)
Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
|
CreateAlgorithmRequest |
CreateAlgorithmRequest.withValidationSpecification(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.
|
DescribeAlgorithmResult |
DescribeAlgorithmResult.withValidationSpecification(AlgorithmValidationSpecification validationSpecification)
Details about configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.
|
Copyright © 2020. All rights reserved.