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

CreateHumanTaskUiRequest

import type { CreateHumanTaskUiRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateHumanTaskUiRequest {
HumanTaskUiName: string;
Tags?: Tag[] | null;
UiTemplate: UiTemplate;
}

§Properties

§
HumanTaskUiName: string
[src]

The name of the user interface you are creating.

§
Tags?: Tag[] | null
[src]

An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.

§
UiTemplate: UiTemplate
[src]