sagemaker_create_hub: Create a hub

View source: R/sagemaker_operations.R

sagemaker_create_hubR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.