Module Values.DataSourceSource

Information about the source of the input data used by the Amazon Braket hybrid job.

Sourcetype nonrec t = {
  1. s3DataSource : S3DataSource.t;
    (*

    Amazon S3 path of the input data used by the hybrid job.

    *)
}
Sourceval context_ : string
Sourceval make : s3DataSource:S3DataSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of S3Path.t ]) 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