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