| 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.CategoricalValues
Description
Documentation
data CategoricalValues Source #
Entity that comprises information on categorical values in data.
See: newCategoricalValues smart constructor.
Constructors
| CategoricalValues' | |
Fields
| |
Instances
Create a value of CategoricalValues 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:numberOfCategory:CategoricalValues', categoricalValues_numberOfCategory - Indicates the number of categories in the data.
$sel:status:CategoricalValues', categoricalValues_status - Indicates whether there is a potential data issue related to categorical
values.
categoricalValues_numberOfCategory :: Lens' CategoricalValues (Maybe Int) Source #
Indicates the number of categories in the data.
categoricalValues_status :: Lens' CategoricalValues StatisticalIssueStatus Source #
Indicates whether there is a potential data issue related to categorical values.