Class: Aws::SageMaker::Types::TransformDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TransformDataSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Describes the location of the channel data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_data_source ⇒ Types::TransformS3DataSource
The S3 location of the data source that is associated with a channel.
Instance Attribute Details
#s3_data_source ⇒ Types::TransformS3DataSource
The S3 location of the data source that is associated with a channel.
43589 43590 43591 43592 43593 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43589 class TransformDataSource < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end |