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

DescribeHubResponse

import type { DescribeHubResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeHubResponse {
CreationTime: Date | number;
FailureReason?: string | null;
HubArn: string;
HubDescription?: string | null;
HubDisplayName?: string | null;
HubName: string;
HubSearchKeywords?: string[] | null;
HubStatus: HubStatus;
LastModifiedTime: Date | number;
S3StorageConfig?: HubS3StorageConfig | null;
}

§Properties

§
CreationTime: Date | number
[src]

The date and time that the hub was created.

§
FailureReason?: string | null
[src]

The failure reason if importing hub content failed.

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

§
S3StorageConfig?: HubS3StorageConfig | null
[src]

The Amazon S3 storage configuration for the hub.