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 |
Documentation
data MetricDatum Source #
Information about the metric for a candidate produced by an AutoML job.
See: newMetricDatum
smart constructor.
MetricDatum' | |
|
Instances
newMetricDatum :: MetricDatum Source #
Create a value of MetricDatum
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:set:MetricDatum'
, metricDatum_set
- The dataset split from which the AutoML job produced the metric.
$sel:metricName:MetricDatum'
, metricDatum_metricName
- The name of the metric.
$sel:value:MetricDatum'
, metricDatum_value
- The value of the metric.
metricDatum_set :: Lens' MetricDatum (Maybe MetricSetSource) Source #
The dataset split from which the AutoML job produced the metric.
metricDatum_metricName :: Lens' MetricDatum (Maybe AutoMLMetricEnum) Source #
The name of the metric.
metricDatum_value :: Lens' MetricDatum (Maybe Double) Source #
The value of the metric.