Class: Aws::SageMaker::Types::AIWorkloadS3DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIWorkloadS3DataSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The Amazon S3 data source for an AI workload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The Amazon S3 URI of the data.
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 URI of the data.
685 686 687 688 689 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 685 class AIWorkloadS3DataSource < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |