Values_2.StopLabelingJobRequestSourceStops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.
type nonrec t = {labelingJobName : Values_1.LabelingJobName.t;The name of the labeling job to stop.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_1.LabelingJobName.t ]) list ]