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

CreateHubRequest

import type { CreateHubRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateHubRequest {
HubDescription: string;
HubDisplayName?: string | null;
HubName: string;
HubSearchKeywords?: string[] | null;
S3StorageConfig?: HubS3StorageConfig | null;
Tags?: Tag[] | null;
}

§Properties

§
HubDescription: string
[src]

A description of the hub.

§
HubDisplayName?: string | null
[src]

The display name of the hub.

§
HubName: string
[src]

The name of the hub to create.

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

The searchable keywords for the hub.

§
S3StorageConfig?: HubS3StorageConfig | null
[src]

The Amazon S3 storage configuration for the hub.

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

Any tags to associate with the hub.