Class: Aws::SageMaker::Types::TransformDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TransformDataSource
- Defined in:
- gems/aws-sdk-sagemaker/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.
43657 43658 43659 43660 43661 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43657 class TransformDataSource < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end |