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

DatasetMetadata

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

Summary information for an Amazon Lookout for Vision dataset. For more information, see "DescribeDataset" and "ProjectDescription".

interface DatasetMetadata {
CreationTimestamp?: Date | number | null;
DatasetType?: string | null;
Status?: DatasetStatus | null;
StatusMessage?: string | null;
}

§Properties

§
CreationTimestamp?: Date | number | null
[src]

The Unix timestamp for the date and time that the dataset was created.

§
DatasetType?: string | null
[src]

The type of the dataset.

§
Status?: DatasetStatus | null
[src]

The status for the dataset.

§
StatusMessage?: string | null
[src]

The status message for the dataset.