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

RenderUiTemplateRequest

import type { RenderUiTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface RenderUiTemplateRequest {
HumanTaskUiArn?: string | null;
RoleArn: string;
UiTemplate?: UiTemplate | null;
}

§Properties

§
HumanTaskUiArn?: string | null
[src]

The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter.

See a list of available Human Ui Amazon Resource Names (ARNs) in "UiConfig".

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.

§

A RenderableTask object containing a representative task to render.

§
UiTemplate?: UiTemplate | null
[src]

A Template object containing the worker UI template to render.