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

HubInfo

import type { HubInfo } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Information about a hub.

interface HubInfo {
CreationTime: Date | number;
HubArn: string;
HubDescription?: string | null;
HubDisplayName?: string | null;
HubName: string;
HubSearchKeywords?: string[] | null;
HubStatus: HubStatus;
LastModifiedTime: Date | number;
}

§Properties

§
CreationTime: Date | number
[src]

The date and time that the hub was created.

§
HubArn: string
[src]

The Amazon Resource Name (ARN) of the hub.

§
HubDescription?: string | null
[src]

A description of the hub.

§
HubDisplayName?: string | null
[src]

The display name of the hub.

§
HubName: string
[src]

The name of the hub.

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

The searchable keywords for the hub.

§
HubStatus: HubStatus
[src]

The status of the hub.

§
LastModifiedTime: Date | number
[src]

The date and time that the hub was last modified.