You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::LabelingJobS3DataSource

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LabelingJobS3DataSource as input to an Aws::Client method, you can use a vanilla Hash:

{
  manifest_s3_uri: "S3Uri", # required
}

The Amazon S3 location of the input data objects.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_s3_uriString

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

Returns:

  • (String)

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