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

Description

 
Synopsis

Documentation

data LabelingJobS3DataSource Source #

The Amazon S3 location of the input data objects.

See: newLabelingJobS3DataSource smart constructor.

Constructors

LabelingJobS3DataSource' 

Fields

  • manifestS3Uri :: Text

    The Amazon S3 location of the manifest file that describes the input data objects.

    The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

    • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.
    • source: The source of the object is the value. Use this value when the object is a text value.

    If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.

Instances

Instances details
Eq LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Read LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Show LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Generic LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Associated Types

type Rep LabelingJobS3DataSource :: Type -> Type #

NFData LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Methods

rnf :: LabelingJobS3DataSource -> () #

Hashable LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

ToJSON LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

FromJSON LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

type Rep LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

type Rep LabelingJobS3DataSource = D1 ('MetaData "LabelingJobS3DataSource" "Amazonka.SageMaker.Types.LabelingJobS3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobS3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobS3DataSource Source #

Create a value of LabelingJobS3DataSource 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:manifestS3Uri:LabelingJobS3DataSource', labelingJobS3DataSource_manifestS3Uri - The Amazon S3 location of the manifest file that describes the input data objects.

The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

  • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.
  • source: The source of the object is the value. Use this value when the object is a text value.

If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.

labelingJobS3DataSource_manifestS3Uri :: Lens' LabelingJobS3DataSource Text Source #

The Amazon S3 location of the manifest file that describes the input data objects.

The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

  • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.
  • source: The source of the object is the value. Use this value when the object is a text value.

If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.