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

DriftCheckModelDataQuality

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

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

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

§Properties

§
Constraints?: MetricsSource | null
[src]

The drift check model data quality constraints.

§
Statistics?: MetricsSource | null
[src]

The drift check model data quality statistics.