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

EdgeModel

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

The model on the edge device.

interface EdgeModel {
LatestInference?: Date | number | null;
LatestSampleTime?: Date | number | null;
ModelName: string;
ModelVersion: string;
}

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

§
ModelName: string
[src]

The name of the model.

§
ModelVersion: string
[src]

The model version.