| 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.LookoutEquipment.Types.MonotonicValues
Description
Documentation
data MonotonicValues Source #
Entity that comprises information on monotonic values in the data.
See: newMonotonicValues smart constructor.
Constructors
| MonotonicValues' | |
Fields
| |
Instances
Create a value of MonotonicValues 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:monotonicity:MonotonicValues', monotonicValues_monotonicity - Indicates the monotonicity of values. Can be INCREASING, DECREASING, or
STATIC.
$sel:status:MonotonicValues', monotonicValues_status - Indicates whether there is a potential data issue related to having
monotonic values.
monotonicValues_monotonicity :: Lens' MonotonicValues (Maybe Monotonicity) Source #
Indicates the monotonicity of values. Can be INCREASING, DECREASING, or STATIC.
monotonicValues_status :: Lens' MonotonicValues StatisticalIssueStatus Source #
Indicates whether there is a potential data issue related to having monotonic values.