Method: Aws::SageMaker::Types::AutoMLJobChannel#data_source
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#data_source ⇒ Types::AutoMLDataSource
The data source for an AutoML channel (Required).
2532 2533 2534 2535 2536 2537 2538 2539 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2532 class AutoMLJobChannel < Struct.new( :channel_type, :content_type, :compression_type, :data_source) SENSITIVE = [] include Aws::Structure end |