Values.InputFileConfigSourceA list of parameters that specify the input channels, type of input data, and where it is located.
type nonrec t = {channelName : InputFileConfigChannelNameString.t;A named input source that an Amazon Braket hybrid job can consume.
*)contentType : String256.t option;The MIME type of the data.
*)dataSource : DataSource.t;The location of the input data.
*)}val make :
?contentType:??? ->
channelName:InputFileConfigChannelNameString.t ->
dataSource:DataSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of InputFileConfigChannelNameString.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Path.t ]) list ])
list ])
list ]