update_hub

SageMaker.Client.update_hub(**kwargs)

Update a hub.

Note

Hub APIs are only callable through SageMaker Studio.

See also: AWS API Documentation

Request Syntax

response = client.update_hub(
    HubName='string',
    HubDescription='string',
    HubDisplayName='string',
    HubSearchKeywords=[
        'string',
    ]
)
Parameters
  • HubName (string) --

    [REQUIRED]

    The name of the hub to update.

  • HubDescription (string) -- A description of the updated hub.
  • HubDisplayName (string) -- The display name of the hub.
  • HubSearchKeywords (list) --

    The searchable keywords for the hub.

    • (string) --
Return type

dict

Returns

Response Syntax

{
    'HubArn': 'string'
}

Response Structure

  • (dict) --

    • HubArn (string) --

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

Exceptions

  • SageMaker.Client.exceptions.ResourceNotFound