Class: Aws::Braket::Types::InputFileConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::InputFileConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
A list of parameters that specify the input channels, type of input data, and where it is located.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
A named input source that an Amazon Braket job can consume.
-
#content_type ⇒ String
The MIME type of the data.
-
#data_source ⇒ Types::DataSource
The location of the channel data.
Instance Attribute Details
#channel_name ⇒ String
A named input source that an Amazon Braket job can consume.
794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-braket/types.rb', line 794 class InputFileConfig < Struct.new( :channel_name, :content_type, :data_source) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The MIME type of the data.
794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-braket/types.rb', line 794 class InputFileConfig < Struct.new( :channel_name, :content_type, :data_source) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ Types::DataSource
The location of the channel data.
794 795 796 797 798 799 800 |
# File 'lib/aws-sdk-braket/types.rb', line 794 class InputFileConfig < Struct.new( :channel_name, :content_type, :data_source) SENSITIVE = [] include Aws::Structure end |