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

DistributeDatasetEntriesRequest

import type { DistributeDatasetEntriesRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DistributeDatasetEntriesRequest {
Datasets: DistributeDataset[];
}

§Properties

§

The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.