Module Values_2.StopTrainingJobRequestSource

Stops a training job. To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost. When it receives a StopTrainingJob request, SageMaker changes the status of the job to Stopping. After SageMaker stops the job, it sets the status to Stopped.

Sourcetype nonrec t = {
  1. trainingJobName : Values_1.TrainingJobName.t;
    (*

    The name of the training job to stop.

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