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.4/services/rekognition.ts?docs=full";

Summary information for an Amazon Rekognition Custom Labels dataset. For more information, see "ProjectDescription".

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

§Properties

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

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

§
DatasetArn?: string | null
[src]

The Amazon Resource Name (ARN) for the dataset.

§
DatasetType?: DatasetType | 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.

§
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.