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

RenderUiTemplateResponse

import type { RenderUiTemplateResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface RenderUiTemplateResponse {
Errors: RenderingError[];
RenderedContent: string;
}

§Properties

§

A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.

§
RenderedContent: string
[src]

A Liquid template that renders the HTML for the worker UI.