sagemaker_import_hub_content: Import hub content

View source: R/sagemaker_operations.R

sagemaker_import_hub_contentR Documentation

Import hub content

Description

Import hub content.

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

Usage

sagemaker_import_hub_content(
  HubContentName,
  HubContentVersion = NULL,
  HubContentType,
  DocumentSchemaVersion,
  HubName,
  HubContentDisplayName = NULL,
  HubContentDescription = NULL,
  HubContentMarkdown = NULL,
  HubContentDocument,
  HubContentSearchKeywords = NULL,
  Tags = NULL
)

Arguments

HubContentName

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

HubContentVersion

The version of the hub content to import.

HubContentType

[required] The type of hub content to import.

DocumentSchemaVersion

[required] The version of the hub content schema to import.

HubName

[required] The name of the hub to import content into.

HubContentDisplayName

The display name of the hub content to import.

HubContentDescription

A description of the hub content to import.

HubContentMarkdown

A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.

HubContentDocument

[required] The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

HubContentSearchKeywords

The searchable keywords of the hub content.

Tags

Any tags associated with the hub content.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.