| 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.DatasetLabelStats
Description
Synopsis
Documentation
data DatasetLabelStats Source #
Statistics about a label used in a dataset. For more information, see DatasetLabelDescription.
See: newDatasetLabelStats smart constructor.
Constructors
| DatasetLabelStats' | |
Fields
| |
Instances
newDatasetLabelStats :: DatasetLabelStats Source #
Create a value of DatasetLabelStats 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:boundingBoxCount:DatasetLabelStats', datasetLabelStats_boundingBoxCount - The total number of images that have the label assigned to a bounding
box.
$sel:entryCount:DatasetLabelStats', datasetLabelStats_entryCount - The total number of images that use the label.
datasetLabelStats_boundingBoxCount :: Lens' DatasetLabelStats (Maybe Natural) Source #
The total number of images that have the label assigned to a bounding box.
datasetLabelStats_entryCount :: Lens' DatasetLabelStats (Maybe Natural) Source #
The total number of images that use the label.