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

UiTemplateInfo

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

Container for user interface template information.

interface UiTemplateInfo {
ContentSha256?: string | null;
Url?: string | null;
}

§Properties

§
ContentSha256?: string | null
[src]

The SHA-256 digest of the contents of the template.

§
Url?: string | null
[src]

The URL for the user interface template.