| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.AlgorithmValidationSpecification
Description
Synopsis
- data AlgorithmValidationSpecification = AlgorithmValidationSpecification' {}
 - newAlgorithmValidationSpecification :: Text -> NonEmpty AlgorithmValidationProfile -> AlgorithmValidationSpecification
 - algorithmValidationSpecification_validationRole :: Lens' AlgorithmValidationSpecification Text
 - algorithmValidationSpecification_validationProfiles :: Lens' AlgorithmValidationSpecification (NonEmpty AlgorithmValidationProfile)
 
Documentation
data AlgorithmValidationSpecification Source #
Specifies configurations for one or more training jobs that SageMaker runs to test the algorithm.
See: newAlgorithmValidationSpecification smart constructor.
Constructors
| AlgorithmValidationSpecification' | |
Fields 
  | |
Instances
newAlgorithmValidationSpecification Source #
Arguments
| :: Text | |
| -> NonEmpty AlgorithmValidationProfile | |
| -> AlgorithmValidationSpecification | 
Create a value of AlgorithmValidationSpecification with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:validationRole:AlgorithmValidationSpecification', algorithmValidationSpecification_validationRole - The IAM roles that SageMaker uses to run the training jobs.
$sel:validationProfiles:AlgorithmValidationSpecification', algorithmValidationSpecification_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_validationRole :: Lens' AlgorithmValidationSpecification Text Source #
The IAM roles that SageMaker uses to run the training jobs.
algorithmValidationSpecification_validationProfiles :: Lens' AlgorithmValidationSpecification (NonEmpty AlgorithmValidationProfile) Source #
An array of AlgorithmValidationProfile objects, each of which
 specifies a training job and batch transform job that SageMaker runs to
 validate your algorithm.