Module Values.InputFileConfigSource

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

Sourcetype nonrec t = {
  1. channelName : InputFileConfigChannelNameString.t;
    (*

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

    *)
  2. contentType : String256.t option;
    (*

    The MIME type of the data.

    *)
  3. dataSource : DataSource.t;
    (*

    The location of the input data.

    *)
}
Sourceval context_ : string
Sourceval make : ?contentType:??? -> channelName:InputFileConfigChannelNameString.t -> dataSource:DataSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InputFileConfigChannelNameString.t | `Structure of (string * [> `Structure of (string * [> `String of S3Path.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t