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

**************************
start_inference_experiment
**************************



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

  

  Starts an inference experiment.

  

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


  **Request Syntax**
  ::

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

    The name of the inference experiment to start.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        The ARN of the started inference experiment to start.

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

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

  