:doc:`SageMaker <../../sagemaker>` / Client / stop_processing_job

*******************
stop_processing_job
*******************



.. py:method:: SageMaker.Client.stop_processing_job(**kwargs)

  

  Stops a processing job.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopProcessingJob>`_  


  **Request Syntax**
  ::

    response = client.stop_processing_job(
        ProcessingJobName='string'
    )
    
  :type ProcessingJobName: string
  :param ProcessingJobName: **[REQUIRED]** 

    The name of the processing job to stop.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  