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

DescribeHumanTaskUiResponse

import type { DescribeHumanTaskUiResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeHumanTaskUiResponse {
CreationTime: Date | number;
HumanTaskUiArn: string;
HumanTaskUiName: string;
HumanTaskUiStatus?: HumanTaskUiStatus | null;
UiTemplate: UiTemplateInfo;
}

§Properties

§
CreationTime: Date | number
[src]

The timestamp when the human task user interface was created.

§
HumanTaskUiArn: string
[src]

The Amazon Resource Name (ARN) of the human task user interface (worker task template).

§
HumanTaskUiName: string
[src]

The name of the human task user interface (worker task template).

§
HumanTaskUiStatus?: HumanTaskUiStatus | null
[src]

The status of the human task user interface (worker task template). Valid values are listed below.