Create a hub.
See https://www.paws-r-sdk.com/docs/sagemaker_create_hub/ for full documentation.
Usage
sagemaker_create_hub(
HubName,
HubDescription,
HubDisplayName = NULL,
HubSearchKeywords = NULL,
S3StorageConfig = NULL,
Tags = NULL
)Arguments
- HubName
[required] The name of the hub to create.
- HubDescription
[required] A description of the hub.
- HubDisplayName
The display name of the hub.
- HubSearchKeywords
The searchable keywords for the hub.
- S3StorageConfig
The Amazon S3 storage configuration for the hub.
Any tags to associate with the hub.