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

S3Location

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

Information about the location of training output or the output of a model packaging job.

interface S3Location {
Bucket: string;
Prefix?: string | null;
}

§Properties

§
Bucket: string
[src]

The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.

§
Prefix?: string | null
[src]

The path of the folder, within the S3 bucket, that contains the output.