amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Instances details
FromJSON DatasetLabelStats Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetLabelStats

Generic DatasetLabelStats Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetLabelStats

Associated Types

type Rep DatasetLabelStats :: Type -> Type #

Read DatasetLabelStats Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetLabelStats

Show DatasetLabelStats Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetLabelStats

NFData DatasetLabelStats Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetLabelStats

Methods

rnf :: DatasetLabelStats -> () #

Eq DatasetLabelStats Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetLabelStats

Hashable DatasetLabelStats Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetLabelStats

type Rep DatasetLabelStats Source # 
Instance details

Defined in Amazonka.Rekognition.Types.DatasetLabelStats

type Rep DatasetLabelStats = D1 ('MetaData "DatasetLabelStats" "Amazonka.Rekognition.Types.DatasetLabelStats" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "DatasetLabelStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "boundingBoxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "entryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

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.