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 FinalAutoMLJobObjectiveMetric = FinalAutoMLJobObjectiveMetric' {}
- newFinalAutoMLJobObjectiveMetric :: AutoMLMetricEnum -> Double -> FinalAutoMLJobObjectiveMetric
- finalAutoMLJobObjectiveMetric_type :: Lens' FinalAutoMLJobObjectiveMetric (Maybe AutoMLJobObjectiveType)
- finalAutoMLJobObjectiveMetric_metricName :: Lens' FinalAutoMLJobObjectiveMetric AutoMLMetricEnum
- finalAutoMLJobObjectiveMetric_value :: Lens' FinalAutoMLJobObjectiveMetric Double
Documentation
data FinalAutoMLJobObjectiveMetric Source #
The best candidate result from an AutoML training job.
See: newFinalAutoMLJobObjectiveMetric
smart constructor.
FinalAutoMLJobObjectiveMetric' | |
|
Instances
newFinalAutoMLJobObjectiveMetric Source #
Create a value of FinalAutoMLJobObjectiveMetric
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':FinalAutoMLJobObjectiveMetric'
, finalAutoMLJobObjectiveMetric_type
- The type of metric with the best result.
$sel:metricName:FinalAutoMLJobObjectiveMetric'
, finalAutoMLJobObjectiveMetric_metricName
- The name of the metric with the best result. For a description of the
possible objective metrics, see AutoMLJobObjective$MetricName.
$sel:value:FinalAutoMLJobObjectiveMetric'
, finalAutoMLJobObjectiveMetric_value
- The value of the metric with the best result.
finalAutoMLJobObjectiveMetric_type :: Lens' FinalAutoMLJobObjectiveMetric (Maybe AutoMLJobObjectiveType) Source #
The type of metric with the best result.
finalAutoMLJobObjectiveMetric_metricName :: Lens' FinalAutoMLJobObjectiveMetric AutoMLMetricEnum Source #
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
finalAutoMLJobObjectiveMetric_value :: Lens' FinalAutoMLJobObjectiveMetric Double Source #
The value of the metric with the best result.