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

Summary

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

The S3 bucket that contains the training summary. The training summary includes aggregated evaluation metrics for the entire testing dataset and metrics for each individual label.

You get the training summary S3 bucket location by calling "DescribeProjectVersions".

interface Summary {
S3Object?: S3Object | null;
}

§Properties

§
S3Object?: S3Object | null
[src]