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

HumanLoopOutput

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

Information about where the human output will be stored.

interface HumanLoopOutput {
OutputS3Uri: string;
}

§Properties

§
OutputS3Uri: string
[src]

The location of the Amazon S3 object where Amazon Augmented AI stores your human loop output.