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

DatasetDescription

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

A description for a dataset. For more information, see "DescribeDataset".

The status fields Status, StatusMessage, and StatusMessageCode reflect the last operation on the dataset.

interface DatasetDescription {
CreationTimestamp?: Date | number | null;
DatasetStats?: DatasetStats | null;
LastUpdatedTimestamp?: Date | number | null;
Status?: DatasetStatus | null;
StatusMessage?: string | null;
StatusMessageCode?: DatasetStatusMessageCode | null;
}

§Properties

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

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

§
DatasetStats?: DatasetStats | null
[src]

The status message code for the dataset.

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

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

§
Status?: DatasetStatus | null
[src]

The status of the dataset.

§
StatusMessage?: string | null
[src]

The status message for the dataset.

§
StatusMessageCode?: DatasetStatusMessageCode | null
[src]

The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.