| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Forecast.Types.BaselineMetric
Description
Synopsis
Documentation
data BaselineMetric Source #
An individual metric that you can use for comparison as you evaluate your monitoring results.
See: newBaselineMetric smart constructor.
Constructors
| BaselineMetric' | |
Instances
newBaselineMetric :: BaselineMetric Source #
Create a value of BaselineMetric 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:name:BaselineMetric', baselineMetric_name - The name of the metric.
$sel:value:BaselineMetric', baselineMetric_value - The value for the metric.
baselineMetric_name :: Lens' BaselineMetric (Maybe Text) Source #
The name of the metric.
baselineMetric_value :: Lens' BaselineMetric (Maybe Double) Source #
The value for the metric.