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

DriftCheckModelQuality

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

Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.

interface DriftCheckModelQuality {
Constraints?: MetricsSource | null;
Statistics?: MetricsSource | null;
}

§Properties

§
Constraints?: MetricsSource | null
[src]

The drift check model quality constraints.

§
Statistics?: MetricsSource | null
[src]

The drift check model quality statistics.