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

TestingDataResult

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

Sagemaker Groundtruth format manifest files for the input, output and validation datasets that are used and created during testing.

interface TestingDataResult {
Input?: TestingData | null;
Output?: TestingData | null;
Validation?: ValidationData | null;
}

§Properties

§
Input?: TestingData | null
[src]

The testing dataset that was supplied for training.

§
Output?: TestingData | null
[src]

The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.

§
Validation?: ValidationData | null
[src]

The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.