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

UpdateHubRequest

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

§Properties

§
HubDescription?: string | null
[src]

A description of the updated hub.

§
HubDisplayName?: string | null
[src]

The display name of the hub.

§
HubName: string
[src]

The name of the hub to update.

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

The searchable keywords for the hub.