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 HyperParameterAlgorithmSpecification = HyperParameterAlgorithmSpecification' {}
- newHyperParameterAlgorithmSpecification :: TrainingInputMode -> HyperParameterAlgorithmSpecification
- hyperParameterAlgorithmSpecification_algorithmName :: Lens' HyperParameterAlgorithmSpecification (Maybe Text)
- hyperParameterAlgorithmSpecification_trainingImage :: Lens' HyperParameterAlgorithmSpecification (Maybe Text)
- hyperParameterAlgorithmSpecification_metricDefinitions :: Lens' HyperParameterAlgorithmSpecification (Maybe [MetricDefinition])
- hyperParameterAlgorithmSpecification_trainingInputMode :: Lens' HyperParameterAlgorithmSpecification TrainingInputMode
Documentation
data HyperParameterAlgorithmSpecification Source #
Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.
See: newHyperParameterAlgorithmSpecification
smart constructor.
HyperParameterAlgorithmSpecification' | |
|
Instances
newHyperParameterAlgorithmSpecification Source #
:: TrainingInputMode |
|
-> HyperParameterAlgorithmSpecification |
Create a value of HyperParameterAlgorithmSpecification
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:algorithmName:HyperParameterAlgorithmSpecification'
, hyperParameterAlgorithmSpecification_algorithmName
- The name of the resource algorithm to use for the hyperparameter tuning
job. If you specify a value for this parameter, do not specify a value
for TrainingImage
.
$sel:trainingImage:HyperParameterAlgorithmSpecification'
, hyperParameterAlgorithmSpecification_trainingImage
- The registry path of the Docker image that contains the training
algorithm. For information about Docker registry paths for built-in
algorithms, see
Algorithms Provided by Amazon SageMaker: Common Parameters.
Amazon SageMaker supports both registry/repository[:tag]
and
registry/repository[@digest]
image path formats. For more
information, see
Using Your Own Algorithms with Amazon SageMaker.
$sel:metricDefinitions:HyperParameterAlgorithmSpecification'
, hyperParameterAlgorithmSpecification_metricDefinitions
- An array of MetricDefinition objects that specify the metrics that the
algorithm emits.
$sel:trainingInputMode:HyperParameterAlgorithmSpecification'
, hyperParameterAlgorithmSpecification_trainingInputMode
- Undocumented member.
hyperParameterAlgorithmSpecification_algorithmName :: Lens' HyperParameterAlgorithmSpecification (Maybe Text) Source #
The name of the resource algorithm to use for the hyperparameter tuning
job. If you specify a value for this parameter, do not specify a value
for TrainingImage
.
hyperParameterAlgorithmSpecification_trainingImage :: Lens' HyperParameterAlgorithmSpecification (Maybe Text) Source #
The registry path of the Docker image that contains the training
algorithm. For information about Docker registry paths for built-in
algorithms, see
Algorithms Provided by Amazon SageMaker: Common Parameters.
Amazon SageMaker supports both registry/repository[:tag]
and
registry/repository[@digest]
image path formats. For more
information, see
Using Your Own Algorithms with Amazon SageMaker.
hyperParameterAlgorithmSpecification_metricDefinitions :: Lens' HyperParameterAlgorithmSpecification (Maybe [MetricDefinition]) Source #
An array of MetricDefinition objects that specify the metrics that the algorithm emits.