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

***************************
delete_inference_experiment
***************************



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

  

  Deletes an inference experiment.

   

  .. note::

    

    This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.

    

  

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


  **Request Syntax**
  ::

    response = client.delete_inference_experiment(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the inference experiment you want to delete.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **InferenceExperimentArn** *(string) --* 

        The ARN of the deleted inference experiment.

        
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ConflictException`

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  