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

****************
stop_auto_ml_job
****************



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

  

  A method for forcing a running job to shut down.

  

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


  **Request Syntax**
  ::

    response = client.stop_auto_ml_job(
        AutoMLJobName='string'
    )
    
  :type AutoMLJobName: string
  :param AutoMLJobName: **[REQUIRED]** 

    The name of the object you are requesting.

    

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

  