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

**********************
describe_human_task_ui
**********************



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

  

  Returns information about the requested human task user interface (worker task template).

  

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


  **Request Syntax**
  ::

    response = client.describe_human_task_ui(
        HumanTaskUiName='string'
    )
    
  :type HumanTaskUiName: string
  :param HumanTaskUiName: **[REQUIRED]** 

    The name of the human task user interface (worker task template) you want information about.

    

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

    
    ::

      {
          'HumanTaskUiArn': 'string',
          'HumanTaskUiName': 'string',
          'HumanTaskUiStatus': 'Active'|'Deleting',
          'CreationTime': datetime(2015, 1, 1),
          'UiTemplate': {
              'Url': 'string',
              'ContentSha256': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **HumanTaskUiArn** *(string) --* 

        The Amazon Resource Name (ARN) of the human task user interface (worker task template).

        
      

      - **HumanTaskUiName** *(string) --* 

        The name of the human task user interface (worker task template).

        
      

      - **HumanTaskUiStatus** *(string) --* 

        The status of the human task user interface (worker task template). Valid values are listed below.

        
      

      - **CreationTime** *(datetime) --* 

        The timestamp when the human task user interface was created.

        
      

      - **UiTemplate** *(dict) --* 

        Container for user interface template information.

        
        

        - **Url** *(string) --* 

          The URL for the user interface template.

          
        

        - **ContentSha256** *(string) --* 

          The SHA-256 digest of the contents of the template.

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

  