Module Values.StopTrainingEntityRecognizerRequestSource

Stops an entity recognizer training job while in progress. If the training job state is TRAINING, the job is marked for termination and put into the STOP_REQUESTED state. If the training job completes before it can be stopped, it is put into the TRAINED; otherwise the training job is stopped and putted into the STOPPED state and the service sends back an HTTP 200 response with an empty HTTP body.

Sourcetype nonrec t = {
  1. entityRecognizerArn : EntityRecognizerArn.t;
    (*

    The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.

    *)
}
Sourceval context_ : string
Sourceval make : entityRecognizerArn:EntityRecognizerArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EntityRecognizerArn.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