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

DatasetGroundTruthManifest

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

Location information about a manifest file. You can use a manifest file to create a dataset.

interface DatasetGroundTruthManifest {
S3Object?: InputS3Object | null;
}

§Properties

§
S3Object?: InputS3Object | null
[src]

The S3 bucket location for the manifest file.