amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.Types.LabelingJobForWorkteamSummary

Description

 
Synopsis

Documentation

data LabelingJobForWorkteamSummary Source #

Provides summary information for a work team.

See: newLabelingJobForWorkteamSummary smart constructor.

Constructors

LabelingJobForWorkteamSummary' 

Fields

Instances

Instances details
FromJSON LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Generic LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Associated Types

type Rep LabelingJobForWorkteamSummary :: Type -> Type #

Read LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Show LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

NFData LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Eq LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Hashable LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

type Rep LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

type Rep LabelingJobForWorkteamSummary = D1 ('MetaData "LabelingJobForWorkteamSummary" "Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "LabelingJobForWorkteamSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "labelCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelCountersForWorkteam)) :*: (S1 ('MetaSel ('Just "labelingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numberOfHumanWorkersPerDataObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "jobReferenceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "workRequesterAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newLabelingJobForWorkteamSummary Source #

Create a value of LabelingJobForWorkteamSummary 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:labelCounters:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_labelCounters - Provides information about the progress of a labeling job.

$sel:labelingJobName:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_labelingJobName - The name of the labeling job that the work team is assigned to.

$sel:numberOfHumanWorkersPerDataObject:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_numberOfHumanWorkersPerDataObject - The configured number of workers per data object.

$sel:jobReferenceCode:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_jobReferenceCode - A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

$sel:workRequesterAccountId:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_workRequesterAccountId - The Amazon Web Services account ID of the account used to start the labeling job.

$sel:creationTime:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_creationTime - The date and time that the labeling job was created.

labelingJobForWorkteamSummary_labelingJobName :: Lens' LabelingJobForWorkteamSummary (Maybe Text) Source #

The name of the labeling job that the work team is assigned to.

labelingJobForWorkteamSummary_jobReferenceCode :: Lens' LabelingJobForWorkteamSummary Text Source #

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

labelingJobForWorkteamSummary_workRequesterAccountId :: Lens' LabelingJobForWorkteamSummary Text Source #

The Amazon Web Services account ID of the account used to start the labeling job.

labelingJobForWorkteamSummary_creationTime :: Lens' LabelingJobForWorkteamSummary UTCTime Source #

The date and time that the labeling job was created.