Stop Compilation Job
sagemaker_stop_compilation_job | R Documentation |
Stops a model compilation job¶
Description¶
Stops a model compilation job.
To stop a job, Amazon SageMaker AI sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.
When it receives a stop_compilation_job
request, Amazon SageMaker AI
changes the CompilationJobStatus
of the job to Stopping
. After
Amazon SageMaker stops the job, it sets the CompilationJobStatus
to
Stopped
.
Usage¶
sagemaker_stop_compilation_job(CompilationJobName)
Arguments¶
CompilationJobName |
[required] The name of the model compilation job to stop. |
Value¶
An empty list.
Request syntax¶
svc$stop_compilation_job(
CompilationJobName = "string"
)