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

OutputS3Object

import type { OutputS3Object } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";

The S3 location where Amazon Lookout for Vision saves training output.

interface OutputS3Object {
Bucket: string;
Key: string;
}

§Properties

§
Bucket: string
[src]

The bucket that contains the training output.

§
Key: string
[src]

The location of the training output in the bucket.