Skip to content

Delete Hub Content Reference

sagemaker_delete_hub_content_reference R Documentation

Delete a hub content reference in order to remove a model from a private hub

Description

Delete a hub content reference in order to remove a model from a private hub.

Usage

sagemaker_delete_hub_content_reference(HubName, HubContentType,
  HubContentName)

Arguments

HubName

[required] The name of the hub to delete the hub content reference from.

HubContentType

[required] The type of hub content reference to delete. The only supported type of hub content reference to delete is ModelReference.

HubContentName

[required] The name of the hub content to delete.

Value

An empty list.

Request syntax

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