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

DescribeHumanLoopResponse

import type { DescribeHumanLoopResponse } from "https://aws-api.deno.dev/v0.4/services/augmentedairuntime.ts?docs=full";
interface DescribeHumanLoopResponse {
CreationTime: Date | number;
FailureCode?: string | null;
FailureReason?: string | null;
FlowDefinitionArn: string;
HumanLoopArn: string;
HumanLoopName: string;
HumanLoopOutput?: HumanLoopOutput | null;
HumanLoopStatus: HumanLoopStatus;
}

§Properties

§
CreationTime: Date | number
[src]

The creation time when Amazon Augmented AI created the human loop.

§
FailureCode?: string | null
[src]

A failure code that identifies the type of failure.

Possible values: ValidationError, Expired, InternalError

§
FailureReason?: string | null
[src]

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

§
FlowDefinitionArn: string
[src]

The Amazon Resource Name (ARN) of the flow definition.

§
HumanLoopArn: string
[src]

The Amazon Resource Name (ARN) of the human loop.

§
HumanLoopName: string
[src]

The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen).

§
HumanLoopOutput?: HumanLoopOutput | null
[src]

An object that contains information about the output of the human loop.

§
HumanLoopStatus: HumanLoopStatus
[src]

The status of the human loop.