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 HyperParameterTuningJobObjective = HyperParameterTuningJobObjective' {}
- newHyperParameterTuningJobObjective :: HyperParameterTuningJobObjectiveType -> Text -> HyperParameterTuningJobObjective
- hyperParameterTuningJobObjective_type :: Lens' HyperParameterTuningJobObjective HyperParameterTuningJobObjectiveType
- hyperParameterTuningJobObjective_metricName :: Lens' HyperParameterTuningJobObjective Text
Documentation
data HyperParameterTuningJobObjective Source #
Defines the objective metric for a hyperparameter tuning job.
Hyperparameter tuning uses the value of this metric to evaluate the
training jobs it launches, and returns the training job that results in
either the highest or lowest value for this metric, depending on the
value you specify for the Type
parameter.
See: newHyperParameterTuningJobObjective
smart constructor.
HyperParameterTuningJobObjective' | |
|
Instances
newHyperParameterTuningJobObjective Source #
Create a value of HyperParameterTuningJobObjective
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:type':HyperParameterTuningJobObjective'
, hyperParameterTuningJobObjective_type
- Whether to minimize or maximize the objective metric.
$sel:metricName:HyperParameterTuningJobObjective'
, hyperParameterTuningJobObjective_metricName
- The name of the metric to use for the objective metric.
hyperParameterTuningJobObjective_type :: Lens' HyperParameterTuningJobObjective HyperParameterTuningJobObjectiveType Source #
Whether to minimize or maximize the objective metric.
hyperParameterTuningJobObjective_metricName :: Lens' HyperParameterTuningJobObjective Text Source #
The name of the metric to use for the objective metric.