Class: Aws::SageMaker::Types::TransformDataSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_data_sourceTypes::TransformS3DataSource

The S3 location of the data source that is associated with a channel.



41385
41386
41387
41388
41389
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41385

class TransformDataSource < Struct.new(
  :s3_data_source)
  SENSITIVE = []
  include Aws::Structure
end