View source: R/sagemaker_operations.R
sagemaker_create_hub_content_reference | R Documentation |
Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.
See https://www.paws-r-sdk.com/docs/sagemaker_create_hub_content_reference/ for full documentation.
sagemaker_create_hub_content_reference(
HubName,
SageMakerPublicHubContentArn,
HubContentName = NULL,
MinVersion = NULL,
Tags = NULL
)
HubName |
[required] The name of the hub to add the hub content reference to. |
SageMakerPublicHubContentArn |
[required] The ARN of the public hub content to reference. |
HubContentName |
The name of the hub content to reference. |
MinVersion |
The minimum version of the hub content to reference. |
Tags |
Any tags associated with the hub content to reference. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.