Import hub content.
See https://www.paws-r-sdk.com/docs/sagemaker_import_hub_content/ for full documentation.
sagemaker_import_hub_content(
HubContentName,
HubContentVersion = NULL,
HubContentType,
DocumentSchemaVersion,
HubName,
HubContentDisplayName = NULL,
HubContentDescription = NULL,
HubContentMarkdown = NULL,
HubContentDocument,
HubContentSearchKeywords = NULL,
Tags = NULL
)
[required] The name of the hub content to import.
The version of the hub content to import.
[required] The type of hub content to import.
[required] The version of the hub content schema to import.
[required] The name of the hub to import content into.
The display name of the hub content to import.
A description of the hub content to import.
A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.
[required] The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
The searchable keywords of the hub content.
Any tags associated with the hub content.