Module Values_2.StopLabelingJobRequestSource

Stops 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.

Sourcetype nonrec t = {
  1. labelingJobName : Values_1.LabelingJobName.t;
    (*

    The name of the labeling job to stop.

    *)
}
Sourceval context_ : string
Sourceval make : labelingJobName:Values_1.LabelingJobName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.LabelingJobName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t