Skip to content

Delete Hub Content

sagemaker_delete_hub_content R Documentation

Delete the contents of a hub

Description

Delete the contents of a hub.

Usage

sagemaker_delete_hub_content(HubName, HubContentType, HubContentName,
  HubContentVersion)

Arguments

HubName

[required] The name of the hub that you want to delete content in.

HubContentType

[required] The type of content that you want to delete from a hub.

HubContentName

[required] The name of the content that you want to delete from a hub.

HubContentVersion

[required] The version of the content that you want to delete from a hub.

Value

An empty list.

Request syntax

svc$delete_hub_content(
  HubName = "string",
  HubContentType = "Model"|"Notebook"|"ModelReference",
  HubContentName = "string",
  HubContentVersion = "string"
)