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