:doc:`LookoutEquipment <../../lookoutequipment>` / Client / start_inference_scheduler

*************************
start_inference_scheduler
*************************



.. py:method:: LookoutEquipment.Client.start_inference_scheduler(**kwargs)

  

  Starts an inference scheduler.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/StartInferenceScheduler>`_  


  **Request Syntax**
  ::

    response = client.start_inference_scheduler(
        InferenceSchedulerName='string'
    )
    
  :type InferenceSchedulerName: string
  :param InferenceSchedulerName: **[REQUIRED]** 

    The name of the inference scheduler to be started.

    

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

    
    ::

      {
          'ModelArn': 'string',
          'ModelName': 'string',
          'InferenceSchedulerName': 'string',
          'InferenceSchedulerArn': 'string',
          'Status': 'PENDING'|'RUNNING'|'STOPPING'|'STOPPED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ModelArn** *(string) --* 

        The Amazon Resource Name (ARN) of the machine learning model being used by the inference scheduler.

        
      

      - **ModelName** *(string) --* 

        The name of the machine learning model being used by the inference scheduler.

        
      

      - **InferenceSchedulerName** *(string) --* 

        The name of the inference scheduler being started.

        
      

      - **InferenceSchedulerArn** *(string) --* 

        The Amazon Resource Name (ARN) of the inference scheduler being started.

        
      

      - **Status** *(string) --* 

        Indicates the status of the inference scheduler.

        
  
  **Exceptions**
  
  *   :py:class:`LookoutEquipment.Client.exceptions.ValidationException`

  
  *   :py:class:`LookoutEquipment.Client.exceptions.ConflictException`

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

  
  *   :py:class:`LookoutEquipment.Client.exceptions.ThrottlingException`

  
  *   :py:class:`LookoutEquipment.Client.exceptions.AccessDeniedException`

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

  