Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImportHubContentRequest

import type { ImportHubContentRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ImportHubContentRequest {
DocumentSchemaVersion: string;
HubContentDescription?: string | null;
HubContentDisplayName?: string | null;
HubContentDocument: string;
HubContentMarkdown?: string | null;
HubContentName: string;
HubContentSearchKeywords?: string[] | null;
HubContentType: HubContentType;
HubContentVersion?: string | null;
HubName: string;
Tags?: Tag[] | null;
}

§Properties

§
DocumentSchemaVersion: string
[src]

The version of the hub content schema to import.

§
HubContentDescription?: string | null
[src]

A description of the hub content to import.

§
HubContentDisplayName?: string | null
[src]

The display name of the hub content to import.

§
HubContentDocument: string
[src]

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

§
HubContentMarkdown?: string | null
[src]

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

§
HubContentName: string
[src]

The name of the hub content to import.

§
HubContentSearchKeywords?: string[] | null
[src]

The searchable keywords of the hub content.

§
HubContentType: HubContentType
[src]

The type of hub content to import.

§
HubContentVersion?: string | null
[src]

The version of the hub content to import.

§
HubName: string
[src]

The name of the hub to import content into.

§
Tags?: Tag[] | null
[src]

Any tags associated with the hub content.