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

EdgeModelSummary

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

Summary of model on edge device.

interface EdgeModelSummary {
ModelName: string;
ModelVersion: string;
}

§Properties

§
ModelName: string
[src]

The name of the model.

§
ModelVersion: string
[src]

The version model.