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

HumanLoopSummary

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

Summary information about the human loop.

interface HumanLoopSummary {
CreationTime?: Date | number | null;
FailureReason?: string | null;
FlowDefinitionArn?: string | null;
HumanLoopName?: string | null;
HumanLoopStatus?: HumanLoopStatus | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

When Amazon Augmented AI created the human loop.

§
FailureReason?: string | null
[src]

The reason why the human loop failed. A failure reason is returned when the status of the human loop is Failed.

§
FlowDefinitionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the flow definition used to configure the human loop.

§
HumanLoopName?: string | null
[src]

The name of the human loop.

§
HumanLoopStatus?: HumanLoopStatus | null
[src]

The status of the human loop.