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

*****************
stop_labeling_job
*****************



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

  

  Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.

  

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


  **Request Syntax**
  ::

    response = client.stop_labeling_job(
        LabelingJobName='string'
    )
    
  :type LabelingJobName: string
  :param LabelingJobName: **[REQUIRED]** 

    The name of the labeling job to stop.

    

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

  