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

DistributeDataset

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

A training dataset or a test dataset used in a dataset distribution operation. For more information, see "DistributeDatasetEntries".

interface DistributeDataset {
Arn: string;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the dataset that you want to use.