Skip to content

/AWS1/CL_SGM=>STOPCOMPILATIONJOB()

About StopCompilationJob

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 StopCompilationJob request, Amazon SageMaker changes the CompilationJobStatus of the job to Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobStatus to Stopped.

Method Signature

IMPORTING

Required arguments:

IV_COMPILATIONJOBNAME TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME

The name of the model compilation job to stop.