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

TrainingData

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

The dataset used for training.

interface TrainingData {
Assets?: Asset[] | null;
}

§Properties

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

A Sagemaker GroundTruth manifest file that contains the training images (assets).