Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LabelingJobS3DataSource Source #
The Amazon S3 location of the input data objects.
See: newLabelingJobS3DataSource
smart constructor.
LabelingJobS3DataSource' | |
|
Instances
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.