libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.LabelCounters

Description

 
Synopsis

Documentation

data LabelCounters Source #

Provides a breakdown of the number of objects labeled.

See: newLabelCounters smart constructor.

Constructors

LabelCounters' 

Fields

Instances

Instances details
Eq LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Read LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Show LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Generic LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Associated Types

type Rep LabelCounters :: Type -> Type #

NFData LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Methods

rnf :: LabelCounters -> () #

Hashable LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

FromJSON LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

type Rep LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

type Rep LabelCounters = D1 ('MetaData "LabelCounters" "Amazonka.SageMaker.Types.LabelCounters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelCounters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "machineLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "totalLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "failedNonRetryableError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "unlabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "humanLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newLabelCounters :: LabelCounters Source #

Create a value of LabelCounters 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:machineLabeled:LabelCounters', labelCounters_machineLabeled - The total number of objects labeled by automated data labeling.

$sel:totalLabeled:LabelCounters', labelCounters_totalLabeled - The total number of objects labeled.

$sel:failedNonRetryableError:LabelCounters', labelCounters_failedNonRetryableError - The total number of objects that could not be labeled due to an error.

$sel:unlabeled:LabelCounters', labelCounters_unlabeled - The total number of objects not yet labeled.

$sel:humanLabeled:LabelCounters', labelCounters_humanLabeled - The total number of objects labeled by a human worker.

labelCounters_machineLabeled :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects labeled by automated data labeling.

labelCounters_totalLabeled :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects labeled.

labelCounters_failedNonRetryableError :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects that could not be labeled due to an error.

labelCounters_unlabeled :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects not yet labeled.

labelCounters_humanLabeled :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects labeled by a human worker.