Class: Aws::SageMaker::Types::DataSource

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

#file_system_data_sourceTypes::FileSystemDataSource

The file system that is associated with a channel.



10028
10029
10030
10031
10032
10033
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10028

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

#s3_data_sourceTypes::S3DataSource

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

Returns:



10028
10029
10030
10031
10032
10033
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10028

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