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

Description

 
Synopsis

Documentation

data LabelingJobSummary Source #

Provides summary information about a labeling job.

See: newLabelingJobSummary smart constructor.

Constructors

LabelingJobSummary' 

Fields

Instances

Instances details
Eq LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Read LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Show LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Generic LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Associated Types

type Rep LabelingJobSummary :: Type -> Type #

NFData LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Methods

rnf :: LabelingJobSummary -> () #

Hashable LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

FromJSON LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

type Rep LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

type Rep LabelingJobSummary = D1 ('MetaData "LabelingJobSummary" "Amazonka.SageMaker.Types.LabelingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "annotationConsolidationLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobInputConfig)))) :*: (S1 ('MetaSel ('Just "labelingJobOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobOutput)) :*: (S1 ('MetaSel ('Just "labelingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "labelingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobStatus))) :*: (S1 ('MetaSel ('Just "labelCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelCounters) :*: (S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "preHumanTaskLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newLabelingJobSummary Source #

Create a value of LabelingJobSummary 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:failureReason:LabelingJobSummary', labelingJobSummary_failureReason - If the LabelingJobStatus field is Failed, this field contains a description of the error.

$sel:annotationConsolidationLambdaArn:LabelingJobSummary', labelingJobSummary_annotationConsolidationLambdaArn - The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.

$sel:inputConfig:LabelingJobSummary', labelingJobSummary_inputConfig - Input configuration for the labeling job.

$sel:labelingJobOutput:LabelingJobSummary', labelingJobSummary_labelingJobOutput - The location of the output produced by the labeling job.

$sel:labelingJobName:LabelingJobSummary', labelingJobSummary_labelingJobName - The name of the labeling job.

$sel:labelingJobArn:LabelingJobSummary', labelingJobSummary_labelingJobArn - The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

$sel:creationTime:LabelingJobSummary', labelingJobSummary_creationTime - The date and time that the job was created (timestamp).

$sel:lastModifiedTime:LabelingJobSummary', labelingJobSummary_lastModifiedTime - The date and time that the job was last modified (timestamp).

$sel:labelingJobStatus:LabelingJobSummary', labelingJobSummary_labelingJobStatus - The current status of the labeling job.

$sel:labelCounters:LabelingJobSummary', labelingJobSummary_labelCounters - Counts showing the progress of the labeling job.

$sel:workteamArn:LabelingJobSummary', labelingJobSummary_workteamArn - The Amazon Resource Name (ARN) of the work team assigned to the job.

$sel:preHumanTaskLambdaArn:LabelingJobSummary', labelingJobSummary_preHumanTaskLambdaArn - The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.

labelingJobSummary_failureReason :: Lens' LabelingJobSummary (Maybe Text) Source #

If the LabelingJobStatus field is Failed, this field contains a description of the error.

labelingJobSummary_annotationConsolidationLambdaArn :: Lens' LabelingJobSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.

labelingJobSummary_labelingJobOutput :: Lens' LabelingJobSummary (Maybe LabelingJobOutput) Source #

The location of the output produced by the labeling job.

labelingJobSummary_labelingJobArn :: Lens' LabelingJobSummary Text Source #

The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

labelingJobSummary_creationTime :: Lens' LabelingJobSummary UTCTime Source #

The date and time that the job was created (timestamp).

labelingJobSummary_lastModifiedTime :: Lens' LabelingJobSummary UTCTime Source #

The date and time that the job was last modified (timestamp).

labelingJobSummary_labelCounters :: Lens' LabelingJobSummary LabelCounters Source #

Counts showing the progress of the labeling job.

labelingJobSummary_workteamArn :: Lens' LabelingJobSummary Text Source #

The Amazon Resource Name (ARN) of the work team assigned to the job.

labelingJobSummary_preHumanTaskLambdaArn :: Lens' LabelingJobSummary Text Source #

The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.