| 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.DatasetStats
Description
Synopsis
- data DatasetStats = DatasetStats' {}
- newDatasetStats :: DatasetStats
- datasetStats_errorEntries :: Lens' DatasetStats (Maybe Natural)
- datasetStats_labeledEntries :: Lens' DatasetStats (Maybe Natural)
- datasetStats_totalEntries :: Lens' DatasetStats (Maybe Natural)
- datasetStats_totalLabels :: Lens' DatasetStats (Maybe Natural)
Documentation
data DatasetStats Source #
Provides statistics about a dataset. For more information, see DescribeDataset.
See: newDatasetStats smart constructor.
Constructors
| DatasetStats' | |
Fields
| |
Instances
newDatasetStats :: DatasetStats Source #
Create a value of DatasetStats 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:errorEntries:DatasetStats', datasetStats_errorEntries - The total number of entries that contain at least one error.
$sel:labeledEntries:DatasetStats', datasetStats_labeledEntries - The total number of images in the dataset that have labels.
$sel:totalEntries:DatasetStats', datasetStats_totalEntries - The total number of images in the dataset.
$sel:totalLabels:DatasetStats', datasetStats_totalLabels - The total number of labels declared in the dataset.
datasetStats_errorEntries :: Lens' DatasetStats (Maybe Natural) Source #
The total number of entries that contain at least one error.
datasetStats_labeledEntries :: Lens' DatasetStats (Maybe Natural) Source #
The total number of images in the dataset that have labels.
datasetStats_totalEntries :: Lens' DatasetStats (Maybe Natural) Source #
The total number of images in the dataset.
datasetStats_totalLabels :: Lens' DatasetStats (Maybe Natural) Source #
The total number of labels declared in the dataset.