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

ModelMetadata

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

Describes an Amazon Lookout for Vision model.

interface ModelMetadata {
CreationTimestamp?: Date | number | null;
Description?: string | null;
ModelArn?: string | null;
ModelVersion?: string | null;
Performance?: ModelPerformance | null;
Status?: ModelStatus | null;
StatusMessage?: string | null;
}

§Properties

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

The unix timestamp for the date and time that the model was created.

§
Description?: string | null
[src]

The description for the model.

§
ModelArn?: string | null
[src]

The Amazon Resource Name (ARN) of the model.

§
ModelVersion?: string | null
[src]

The version of the model.

§
Performance?: ModelPerformance | null
[src]

Performance metrics for the model. Not available until training has successfully completed.

§
Status?: ModelStatus | null
[src]

The status of the model.

§
StatusMessage?: string | null
[src]

The status message for the model.