Struct aws_sdk_sagemaker::model::LabelingJobS3DataSource [−][src]
Expand description
The Amazon S3 location of the input data objects.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.manifest_s3_uri: Option<String>
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.
Implementations
Creates a new builder-style object to manufacture LabelingJobS3DataSource
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LabelingJobS3DataSource
impl Send for LabelingJobS3DataSource
impl Sync for LabelingJobS3DataSource
impl Unpin for LabelingJobS3DataSource
impl UnwindSafe for LabelingJobS3DataSource
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more