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

**************************
start_retraining_scheduler
**************************



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

  

  Starts a retraining scheduler.

  

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


  **Request Syntax**
  ::

    response = client.start_retraining_scheduler(
        ModelName='string'
    )
    
  :type ModelName: string
  :param ModelName: **[REQUIRED]** 

    The name of the model whose retraining scheduler you want to start.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        The name of the model whose retraining scheduler is being started.

        
      

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

        The ARN of the model whose retraining scheduler is being started.

        
      

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

        The status of the retraining scheduler.

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

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

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

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

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

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

  