sagemaker_stop_training_job: Stops a training job

View source: R/sagemaker_operations.R

sagemaker_stop_training_jobR Documentation

Stops a training job

Description

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.

See https://www.paws-r-sdk.com/docs/sagemaker_stop_training_job/ for full documentation.

Usage

sagemaker_stop_training_job(TrainingJobName)

Arguments

TrainingJobName

[required] The name of the training job to stop.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.