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

TrainingDataResult

import type { TrainingDataResult } from "https://aws-api.deno.dev/v0.4/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 TrainingDataResult {
Input?: TrainingData | null;
Output?: TrainingData | null;
Validation?: ValidationData | null;
}

§Properties

§
Input?: TrainingData | null
[src]

The training assets that you supplied for training.

§
Output?: TrainingData | null
[src]

The images (assets) that were actually trained by Amazon Rekognition Custom Labels.

§
Validation?: ValidationData | null
[src]

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