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

DescribeDatasetRequest

import type { DescribeDatasetRequest } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";
interface DescribeDatasetRequest {
DatasetType: string;
ProjectName: string;
}

§Properties

§
DatasetType: string
[src]

The type of the dataset to describe. Specify train to describe the training dataset. Specify test to describe the test dataset. If you have a single dataset project, specify train

§
ProjectName: string
[src]

The name of the project that contains the dataset that you want to describe.