sagemaker_create_hub {paws.machine.learning} | R Documentation |
Create a hub
Description
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. |
Tags |
Any tags to associate with the hub. |
[Package paws.machine.learning version 0.9.0 Index]