Values.BatchInferenceJobInputSourceThe input configuration of a batch inference job.
type nonrec t = {s3DataSource : S3DataConfig.t;The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3Location.t ]) list ])
list ]