describe_hub
(**kwargs)¶Describe a hub.
Note
Hub APIs are only callable through SageMaker Studio.
See also: AWS API Documentation
Request Syntax
response = client.describe_hub(
HubName='string'
)
[REQUIRED]
The name of the hub to describe.
{
'HubName': 'string',
'HubArn': 'string',
'HubDisplayName': 'string',
'HubDescription': 'string',
'HubSearchKeywords': [
'string',
],
'S3StorageConfig': {
'S3OutputPath': 'string'
},
'HubStatus': 'InService'|'Creating'|'Updating'|'Deleting'|'CreateFailed'|'UpdateFailed'|'DeleteFailed',
'FailureReason': 'string',
'CreationTime': datetime(2015, 1, 1),
'LastModifiedTime': datetime(2015, 1, 1)
}
Response Structure
The name of the hub.
The Amazon Resource Name (ARN) of the hub.
The display name of the hub.
A description of the hub.
The searchable keywords for the hub.
The Amazon S3 storage configuration for the hub.
The Amazon S3 bucket prefix for hosting hub content.
The status of the hub.
The failure reason if importing hub content failed.
The date and time that the hub was created.
The date and time that the hub was last modified.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound