View source: R/sagemaker_operations.R
sagemaker_create_hub | R Documentation |
Create a hub.
See https://www.paws-r-sdk.com/docs/sagemaker_create_hub/ for full documentation.
sagemaker_create_hub(
HubName,
HubDescription,
HubDisplayName = NULL,
HubSearchKeywords = NULL,
S3StorageConfig = NULL,
Tags = NULL
)
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. |
Tags |
Any tags to associate with the hub. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.