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

DescribeHubContentRequest

import type { DescribeHubContentRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeHubContentRequest {
HubContentName: string;
HubContentType: HubContentType;
HubContentVersion?: string | null;
HubName: string;
}

§Properties

§
HubContentName: string
[src]

The name of the content to describe.

§
HubContentType: HubContentType
[src]

The type of content in the hub.

§
HubContentVersion?: string | null
[src]

The version of the content to describe.

§
HubName: string
[src]

The name of the hub that contains the content to describe.