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.LabelCountersForWorkteam

Description

 
Synopsis

Documentation

data LabelCountersForWorkteam Source #

Provides counts for human-labeled tasks in the labeling job.

See: newLabelCountersForWorkteam smart constructor.

Constructors

LabelCountersForWorkteam' 

Fields

Instances

Instances details
Eq LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Read LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Show LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Generic LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Associated Types

type Rep LabelCountersForWorkteam :: Type -> Type #

NFData LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Hashable LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

FromJSON LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

type Rep LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

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

newLabelCountersForWorkteam :: LabelCountersForWorkteam Source #

Create a value of LabelCountersForWorkteam 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:pendingHuman:LabelCountersForWorkteam', labelCountersForWorkteam_pendingHuman - The total number of data objects that need to be labeled by a human worker.

$sel:total:LabelCountersForWorkteam', labelCountersForWorkteam_total - The total number of tasks in the labeling job.

$sel:humanLabeled:LabelCountersForWorkteam', labelCountersForWorkteam_humanLabeled - The total number of data objects labeled by a human worker.

labelCountersForWorkteam_pendingHuman :: Lens' LabelCountersForWorkteam (Maybe Natural) Source #

The total number of data objects that need to be labeled by a human worker.

labelCountersForWorkteam_total :: Lens' LabelCountersForWorkteam (Maybe Natural) Source #

The total number of tasks in the labeling job.

labelCountersForWorkteam_humanLabeled :: Lens' LabelCountersForWorkteam (Maybe Natural) Source #

The total number of data objects labeled by a human worker.