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

Checksum

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

Information about the checksum of a model deployed on a device.

interface Checksum {
Sum?: string | null;
Type?: ChecksumType | null;
}

§Properties

§
Sum?: string | null
[src]

The checksum of the model.

§
Type?: ChecksumType | null
[src]

The type of the checksum.