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

Model

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

Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.

interface Model {
LatestInference?: Date | number | null;
LatestSampleTime?: Date | number | null;
ModelMetrics?: EdgeMetric[] | null;
ModelName?: string | null;
ModelVersion?: string | null;
}

§Properties

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

The timestamp of the last inference that was made.

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

The timestamp of the last data sample taken.

§
ModelMetrics?: EdgeMetric[] | null
[src]

Information required for model metrics.

§
ModelName?: string | null
[src]

The name of the model.

§
ModelVersion?: string | null
[src]

The version of the model.