Class: Aws::SageMaker::Types::AIWorkloadInputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIWorkloadInputDataConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A channel of input data for an AI workload configuration. Each channel has a name and a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
The logical name for the data channel.
-
#data_source ⇒ Types::AIWorkloadDataSource
The data source for this channel.
Instance Attribute Details
#channel_name ⇒ String
The logical name for the data channel.
670 671 672 673 674 675 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 670 class AIWorkloadInputDataConfig < Struct.new( :channel_name, :data_source) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ Types::AIWorkloadDataSource
The data source for this channel.
670 671 672 673 674 675 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 670 class AIWorkloadInputDataConfig < Struct.new( :channel_name, :data_source) SENSITIVE = [] include Aws::Structure end |