Skip to content

Update Hub

sagemaker_update_hub R Documentation

Update a hub

Description

Update a hub.

Usage

sagemaker_update_hub(HubName, HubDescription, HubDisplayName,
  HubSearchKeywords)

Arguments

HubName

[required] The name of the hub to update.

HubDescription

A description of the updated hub.

HubDisplayName

The display name of the hub.

HubSearchKeywords

The searchable keywords for the hub.

Value

A list with the following syntax:

list(
  HubArn = "string"
)

Request syntax

svc$update_hub(
  HubName = "string",
  HubDescription = "string",
  HubDisplayName = "string",
  HubSearchKeywords = list(
    "string"
  )
)