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

Definition

import type { Definition } from "https://aws-api.deno.dev/v0.4/services/sagemakeredge.ts?docs=full";
interface Definition {
Checksum?: Checksum | null;
ModelHandle?: string | null;
S3Url?: string | null;
State?: ModelState | null;
}

§Properties

§
Checksum?: Checksum | null
[src]

The checksum information of the model.

§
ModelHandle?: string | null
[src]

The unique model handle.

§
S3Url?: string | null
[src]

The absolute S3 location of the model.

§
State?: ModelState | null
[src]

The desired state of the model.