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

**********
update_hub
**********



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

  

  Update a hub.

  

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


  **Request Syntax**
  ::

    response = client.update_hub(
        HubName='string',
        HubDescription='string',
        HubDisplayName='string',
        HubSearchKeywords=[
            'string',
        ]
    )
    
  :type HubName: string
  :param HubName: **[REQUIRED]** 

    The name of the hub to update.

    

  
  :type HubDescription: string
  :param HubDescription: 

    A description of the updated hub.

    

  
  :type HubDisplayName: string
  :param HubDisplayName: 

    The display name of the hub.

    

  
  :type HubSearchKeywords: list
  :param HubSearchKeywords: 

    The searchable keywords for the hub.

    

  
    - *(string) --* 

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **HubArn** *(string) --* 

        The Amazon Resource Name (ARN) of the updated hub.

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

  