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

ModelDigests

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

Provides information to verify the integrity of stored model artifacts.

interface ModelDigests {
ArtifactDigest?: string | null;
}

§Properties

§
ArtifactDigest?: string | null
[src]

Provides a hash value that uniquely identifies the stored model artifacts.