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

ModelSummary

import type { ModelSummary } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";

Provides information about the specified ML model, including dataset and model names and ARNs, as well as status.

interface ModelSummary {
CreatedAt?: Date | number | null;
DatasetArn?: string | null;
DatasetName?: string | null;
ModelArn?: string | null;
ModelName?: string | null;
Status?: ModelStatus | null;
}

§Properties

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

The time at which the specific model was created.

§
DatasetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset used to create the model.

§
DatasetName?: string | null
[src]

The name of the dataset being used for the ML model.

§
ModelArn?: string | null
[src]

The Amazon Resource Name (ARN) of the ML model.

§
ModelName?: string | null
[src]

The name of the ML model.

§
Status?: ModelStatus | null
[src]

Indicates the status of the ML model.