:doc:`TranscribeService <../../transcribe>` / Waiter / LanguageModelCompleted

**********************
LanguageModelCompleted
**********************



.. py:class:: TranscribeService.Waiter.LanguageModelCompleted

  ::

    
    waiter = client.get_waiter('language_model_completed')

  
  

  .. py:method:: wait(**kwargs)

    Polls :py:meth:`TranscribeService.Client.describe_language_model` every 120 seconds until a successful state is reached. An error is raised after 180 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/DescribeLanguageModel>`_    


    **Request Syntax**
    ::

      waiter.wait(
          ModelName='string',
          WaiterConfig={
              'Delay': 123,
              'MaxAttempts': 123
          }
      )
      
    :type ModelName: string
    :param ModelName: **[REQUIRED]** 

      The name of the custom language model you want information about. Model names are case sensitive.

      

    
    :type WaiterConfig: dict
    :param WaiterConfig: 

      A dictionary that provides parameters to control waiting behavior.

      

    
      - **Delay** *(integer) --* 

        The amount of time in seconds to wait between attempts. Default: 120

        

      
      - **MaxAttempts** *(integer) --* 

        The maximum number of attempts to be made. Default: 180

        

      
    
    
    :returns: None