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',
]
)
[REQUIRED]
The name of the hub to update.
The searchable keywords for the hub.
dict
Response Syntax
{
'HubArn': 'string'
}
Response Structure
(dict) --
HubArn (string) --
The Amazon Resource Name (ARN) of the updated hub.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound