Class: Aws::Braket::Types::InputFileConfig

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

Instance Attribute Details

#channel_nameString

A named input source that an Amazon Braket job can consume.

Returns:

  • (String)


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_typeString

The MIME type of the data.

Returns:

  • (String)


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_sourceTypes::DataSource

The location of the channel data.

Returns:



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