| 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.Rekognition.Types.DatasetLabelDescription
Description
Documentation
data DatasetLabelDescription Source #
Describes a dataset label. For more information, see ListDatasetLabels.
See: newDatasetLabelDescription smart constructor.
Constructors
| DatasetLabelDescription' | |
Fields
| |
Instances
newDatasetLabelDescription :: DatasetLabelDescription Source #
Create a value of DatasetLabelDescription 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:labelName:DatasetLabelDescription', datasetLabelDescription_labelName - The name of the label.
$sel:labelStats:DatasetLabelDescription', datasetLabelDescription_labelStats - Statistics about the label.
datasetLabelDescription_labelName :: Lens' DatasetLabelDescription (Maybe Text) Source #
The name of the label.
datasetLabelDescription_labelStats :: Lens' DatasetLabelDescription (Maybe DatasetLabelStats) Source #
Statistics about the label.