Learn R Programming

paws.machine.learning (version 0.9.0)

sagemaker_delete_hub_content: Delete the contents of a hub

Description

Delete the contents of a hub.

See https://www.paws-r-sdk.com/docs/sagemaker_delete_hub_content/ for full documentation.

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.