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

GroundTruthManifest

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

The S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.

interface GroundTruthManifest {
S3Object?: S3Object | null;
}

§Properties

§
S3Object?: S3Object | null
[src]