Class: Aws::SageMaker::Types::LabelingJobS3DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LabelingJobS3DataSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass LabelingJobS3DataSource data as a hash:
{
manifest_s3_uri: "S3Uri", # required
}
The Amazon S3 location of the input data objects.
Instance Attribute Summary collapse
-
#manifest_s3_uri ⇒ String
The Amazon S3 location of the manifest file that describes the input data objects.
Instance Attribute Details
#manifest_s3_uri ⇒ String
The Amazon S3 location of the manifest file that describes the input data objects.
11576 11577 11578 11579 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11576 class LabelingJobS3DataSource < Struct.new( :manifest_s3_uri) include Aws::Structure end |