Values.StopModelCustomizationJobRequestSourceStops an active model customization job. For more information, see Custom models in the Amazon Bedrock User Guide.
type nonrec t = {jobIdentifier : ModelCustomizationJobIdentifier.t;Job identifier of the job to stop.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ModelCustomizationJobIdentifier.t ]) list ]