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

Description

 
Synopsis

Documentation

data LabelingJobOutput Source #

Specifies the location of the output produced by the labeling job.

See: newLabelingJobOutput smart constructor.

Constructors

LabelingJobOutput' 

Fields

Instances

Instances details
Eq LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Read LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Show LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Generic LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Associated Types

type Rep LabelingJobOutput :: Type -> Type #

NFData LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Methods

rnf :: LabelingJobOutput -> () #

Hashable LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

FromJSON LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

type Rep LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

type Rep LabelingJobOutput = D1 ('MetaData "LabelingJobOutput" "Amazonka.SageMaker.Types.LabelingJobOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalActiveLearningModelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputDatasetS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobOutput Source #

Create a value of LabelingJobOutput 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:finalActiveLearningModelArn:LabelingJobOutput', labelingJobOutput_finalActiveLearningModelArn - The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.

$sel:outputDatasetS3Uri:LabelingJobOutput', labelingJobOutput_outputDatasetS3Uri - The Amazon S3 bucket location of the manifest file for labeled data.

labelingJobOutput_finalActiveLearningModelArn :: Lens' LabelingJobOutput (Maybe Text) Source #

The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.

labelingJobOutput_outputDatasetS3Uri :: Lens' LabelingJobOutput Text Source #

The Amazon S3 bucket location of the manifest file for labeled data.