Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_hub

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