:doc:`ComprehendMedical <../../comprehendmedical>` / Client / stop_rx_norm_inference_job

**************************
stop_rx_norm_inference_job
**************************



.. py:method:: ComprehendMedical.Client.stop_rx_norm_inference_job(**kwargs)

  

  Stops an InferRxNorm inference job in progress.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/StopRxNormInferenceJob>`_  


  **Request Syntax**
  ::

    response = client.stop_rx_norm_inference_job(
        JobId='string'
    )
    
  :type JobId: string
  :param JobId: **[REQUIRED]** 

    The identifier of the job.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'JobId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **JobId** *(string) --* 

        The identifier generated for the job. To get the status of job, use this identifier with the ``DescribeRxNormInferenceJob`` operation.

        
  
  **Exceptions**
  
  *   :py:class:`ComprehendMedical.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`ComprehendMedical.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ComprehendMedical.Client.exceptions.InternalServerException`

  