Delete a hub content reference in order to remove a model from a private hub.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_hub_content_reference/ for full documentation.
sagemaker_delete_hub_content_reference(HubName, HubContentType, HubContentName)
[required] The name of the hub to delete the hub content reference from.
[required] The type of hub content reference to delete. The only supported type of
hub content reference to delete is ModelReference
.
[required] The name of the hub content to delete.