| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmValidationProfile |
AlgorithmValidationProfile.clone() |
AlgorithmValidationProfile |
AlgorithmValidationProfile.withProfileName(String profileName)
The name of the profile for the algorithm.
|
AlgorithmValidationProfile |
AlgorithmValidationProfile.withTrainingJobDefinition(TrainingJobDefinition trainingJobDefinition)
The
TrainingJobDefinition object that describes the training job that Amazon SageMaker runs to
validate your algorithm. |
AlgorithmValidationProfile |
AlgorithmValidationProfile.withTransformJobDefinition(TransformJobDefinition transformJobDefinition)
The
TransformJobDefinition object that describes the transform job that Amazon SageMaker runs to
validate your algorithm. |
| Modifier and Type | Method and Description |
|---|---|
List<AlgorithmValidationProfile> |
AlgorithmValidationSpecification.getValidationProfiles()
An array of
AlgorithmValidationProfile objects, each of which specifies a training job and batch
transform job that Amazon SageMaker runs to validate your algorithm. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmValidationSpecification.setValidationProfiles(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.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. |
Copyright © 2022. All rights reserved.