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

TestingData

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

The dataset used for testing. Optionally, if AutoCreate is set, Amazon Rekognition Custom Labels uses the training dataset to create a test dataset with a temporary split of the training dataset.

interface TestingData {
Assets?: Asset[] | null;
AutoCreate?: boolean | null;
}

§Properties

§
Assets?: Asset[] | null
[src]

The assets used for testing.

§
AutoCreate?: boolean | null
[src]

If specified, Amazon Rekognition Custom Labels temporarily splits the training dataset (80%) to create a test dataset (20%) for the training job. After training completes, the test dataset is not stored and the training dataset reverts to its previous size.