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.CostExplorer.Types.AnomalyScore
Description
Synopsis
Documentation
data AnomalyScore Source #
Quantifies the anomaly. The higher score means that it's more anomalous.
See: newAnomalyScore
smart constructor.
Constructors
AnomalyScore' | |
Fields
|
Instances
Arguments
:: Double | |
-> Double | |
-> AnomalyScore |
Create a value of AnomalyScore
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:maxScore:AnomalyScore'
, anomalyScore_maxScore
- The maximum score that's observed during the AnomalyDateInterval
.
$sel:currentScore:AnomalyScore'
, anomalyScore_currentScore
- The last observed score.
anomalyScore_maxScore :: Lens' AnomalyScore Double Source #
The maximum score that's observed during the AnomalyDateInterval
.
anomalyScore_currentScore :: Lens' AnomalyScore Double Source #
The last observed score.