Values.StopModelInvocationJobRequestSourceStops a batch inference job. You're only charged for tokens that were already processed. For more information, see Stop a batch inference job.
type nonrec t = {jobIdentifier : ModelInvocationJobIdentifier.t;The Amazon Resource Name (ARN) of the batch inference job to stop.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ModelInvocationJobIdentifier.t ]) list ]