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

DescribeDatasetResponse

import type { DescribeDatasetResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";
interface DescribeDatasetResponse {
DatasetDescription?: DatasetDescription | null;
}

§Properties

§
DatasetDescription?: DatasetDescription | null
[src]

The description of the requested dataset.