| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Braket.Types.InputFileConfig
Description
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
Arguments
| :: Text | |
| -> DataSource | |
| -> InputFileConfig |
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_contentType :: Lens' InputFileConfig (Maybe Text) Source #
The MIME type of the data.
inputFileConfig_channelName :: Lens' InputFileConfig Text Source #
A named input source that an Amazon Braket job can consume.
inputFileConfig_dataSource :: Lens' InputFileConfig DataSource Source #
The location of the channel data.