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

HumanTaskUiSummary

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

Container for human task user interface information.

interface HumanTaskUiSummary {
CreationTime: Date | number;
HumanTaskUiArn: string;
HumanTaskUiName: string;
}

§Properties

§
CreationTime: Date | number
[src]

A timestamp when SageMaker created the human task user interface.

§
HumanTaskUiArn: string
[src]

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

§
HumanTaskUiName: string
[src]

The name of the human task user interface.