Class: Aws::SageMaker::Types::LabelingJobDataSource

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass LabelingJobDataSource data as a hash:

{
  s3_data_source: { # required
    manifest_s3_uri: "S3Uri", # required
  },
}

Provides information about the location of input data.

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::LabelingJobS3DataSource

The Amazon S3 location of the input data objects.



11386
11387
11388
11389
# File 'lib/aws-sdk-sagemaker/types.rb', line 11386

class LabelingJobDataSource < Struct.new(
  :s3_data_source)
  include Aws::Structure
end