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

StartHumanLoopRequest

import type { StartHumanLoopRequest } from "https://aws-api.deno.dev/v0.4/services/augmentedairuntime.ts?docs=full";
interface StartHumanLoopRequest {
DataAttributes?: HumanLoopDataAttributes | null;
FlowDefinitionArn: string;
HumanLoopInput: HumanLoopInput;
HumanLoopName: string;
}

§Properties

§
DataAttributes?: HumanLoopDataAttributes | null
[src]

Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.

§
FlowDefinitionArn: string
[src]

The Amazon Resource Name (ARN) of the flow definition associated with this human loop.

§
HumanLoopInput: HumanLoopInput
[src]

An object that contains information about the human loop.

§
HumanLoopName: string
[src]

The name of the human loop.