Values.BatchInferenceJobOutputSourceThe output configuration parameters of a batch inference job.
type nonrec t = {s3DataDestination : S3DataConfig.t;Information on the Amazon S3 bucket in which the batch inference job's output is stored.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3Location.t ]) list ])
list ]