Values.GetModelInvocationJobRequestSourceGets details about a batch inference job. For more information, see Monitor batch inference jobs
type nonrec t = {jobIdentifier : ModelInvocationJobIdentifier.t;The Amazon Resource Name (ARN) of the batch inference job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ModelInvocationJobIdentifier.t ]) list ]