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

DescribeHubContentResponse

import type { DescribeHubContentResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeHubContentResponse {
CreationTime: Date | number;
DocumentSchemaVersion: string;
FailureReason?: string | null;
HubArn: string;
HubContentArn: string;
HubContentDependencies?: HubContentDependency[] | null;
HubContentDescription?: string | null;
HubContentDisplayName?: string | null;
HubContentDocument: string;
HubContentMarkdown?: string | null;
HubContentName: string;
HubContentSearchKeywords?: string[] | null;
HubContentStatus: HubContentStatus;
HubContentType: HubContentType;
HubContentVersion: string;
HubName: string;
}

§Properties

§
CreationTime: Date | number
[src]

The date and time that hub content was created.

§
DocumentSchemaVersion: string
[src]

The document schema version for the hub content.

§
FailureReason?: string | null
[src]

The failure reason if importing hub content failed.

§
HubArn: string
[src]

The Amazon Resource Name (ARN) of the hub that contains the content.

§
HubContentArn: string
[src]

The Amazon Resource Name (ARN) of the hub content.

§
HubContentDependencies?: HubContentDependency[] | null
[src]

The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

§
HubContentDescription?: string | null
[src]

A description of the hub content.

§
HubContentDisplayName?: string | null
[src]

The display name of the hub content.

§
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.

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

The searchable keywords for the hub content.

§
HubContentStatus: HubContentStatus
[src]

The status of the hub content.

§
HubContentType: HubContentType
[src]

The type of hub content.

§
HubContentVersion: string
[src]

The version of the hub content.

§
HubName: string
[src]

The name of the hub that contains the content.