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

OutputConfig

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

The S3 bucket and folder location where training output is placed.

interface OutputConfig {
S3Bucket?: string | null;
S3KeyPrefix?: string | null;
}

§Properties

§
S3Bucket?: string | null
[src]

The S3 bucket where training output is placed.

§
S3KeyPrefix?: string | null
[src]

The prefix applied to the training output files.