Stops a training job
Stops a training job. To stop a job, Amazon 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 stop_training_job
request, Amazon SageMaker changes the status of the job to Stopping
.
After Amazon SageMaker stops the job, it sets the status to Stopped
.
sagemaker_stop_training_job(TrainingJobName)
TrainingJobName |
[required] The name of the training job to stop. |
An empty list.
svc$stop_training_job( TrainingJobName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.