Puppet Task: sagemaker_aws_stop_compilation_job
  
    - Defined in:
- 
      tasks/sagemaker_aws_stop_compilation_job.json,
 tasks/sagemaker_aws_stop_compilation_job.rb
 
 
    
  
  
Overview
  
    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 CompilationJobSummary$CompilationJobStatus of the job to Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobSummary$CompilationJobStatus to Stopped.