amazonka-braket-2.0: Amazon Braket SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Braket.Types.InputFileConfig

Description

 
Synopsis

Documentation

data InputFileConfig Source #

A list of parameters that specify the input channels, type of input data, and where it is located.

See: newInputFileConfig smart constructor.

Constructors

InputFileConfig' 

Fields

Instances

Instances details
FromJSON InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

ToJSON InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

Generic InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

Associated Types

type Rep InputFileConfig :: Type -> Type #

Read InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

Show InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

NFData InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

Methods

rnf :: InputFileConfig -> () #

Eq InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

Hashable InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

type Rep InputFileConfig Source # 
Instance details

Defined in Amazonka.Braket.Types.InputFileConfig

type Rep InputFileConfig = D1 ('MetaData "InputFileConfig" "Amazonka.Braket.Types.InputFileConfig" "amazonka-braket-2.0-K4GTd9RbB3VBh6Qg8rMHaZ" 'False) (C1 ('MetaCons "InputFileConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSource))))

newInputFileConfig Source #

Create a value of InputFileConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contentType:InputFileConfig', inputFileConfig_contentType - The MIME type of the data.

$sel:channelName:InputFileConfig', inputFileConfig_channelName - A named input source that an Amazon Braket job can consume.

$sel:dataSource:InputFileConfig', inputFileConfig_dataSource - The location of the channel data.

inputFileConfig_channelName :: Lens' InputFileConfig Text Source #

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