Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AlgorithmValidationProfile = AlgorithmValidationProfile' {}
- newAlgorithmValidationProfile :: Text -> TrainingJobDefinition -> AlgorithmValidationProfile
- algorithmValidationProfile_transformJobDefinition :: Lens' AlgorithmValidationProfile (Maybe TransformJobDefinition)
- algorithmValidationProfile_profileName :: Lens' AlgorithmValidationProfile Text
- algorithmValidationProfile_trainingJobDefinition :: Lens' AlgorithmValidationProfile TrainingJobDefinition
Documentation
data AlgorithmValidationProfile Source #
Defines a training job and a batch transform job that Amazon SageMaker runs to validate your algorithm.
The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.
See: newAlgorithmValidationProfile
smart constructor.
AlgorithmValidationProfile' | |
|
Instances
newAlgorithmValidationProfile Source #
Create a value of AlgorithmValidationProfile
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:transformJobDefinition:AlgorithmValidationProfile'
, algorithmValidationProfile_transformJobDefinition
- The TransformJobDefinition
object that describes the transform job
that Amazon SageMaker runs to validate your algorithm.
$sel:profileName:AlgorithmValidationProfile'
, algorithmValidationProfile_profileName
- The name of the profile for the algorithm. The name must have 1 to 63
characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
$sel:trainingJobDefinition:AlgorithmValidationProfile'
, algorithmValidationProfile_trainingJobDefinition
- The TrainingJobDefinition
object that describes the training job that
Amazon SageMaker runs to validate your algorithm.
algorithmValidationProfile_transformJobDefinition :: Lens' AlgorithmValidationProfile (Maybe TransformJobDefinition) Source #
The TransformJobDefinition
object that describes the transform job
that Amazon SageMaker runs to validate your algorithm.
algorithmValidationProfile_profileName :: Lens' AlgorithmValidationProfile Text Source #
The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).
algorithmValidationProfile_trainingJobDefinition :: Lens' AlgorithmValidationProfile TrainingJobDefinition Source #
The TrainingJobDefinition
object that describes the training job that
Amazon SageMaker runs to validate your algorithm.