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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/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 hybrid job can consume.

Returns:

  • (String)


846
847
848
849
850
851
852
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 846

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)


846
847
848
849
850
851
852
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 846

class InputFileConfig < Struct.new(
  :channel_name,
  :content_type,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::DataSource

The location of the input data.

Returns:



846
847
848
849
850
851
852
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 846

class InputFileConfig < Struct.new(
  :channel_name,
  :content_type,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end