Module Values.S3DataSourceSource

Information about the Amazon S3 storage used by the Amazon Braket hybrid job.

Sourcetype nonrec t = {
  1. s3Uri : S3Path.t;
    (*

    Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest that locates the S3 data source.

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