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

DriftCheckExplainability

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

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

interface DriftCheckExplainability {
ConfigFile?: FileSource | null;
Constraints?: MetricsSource | null;
}

§Properties

§
ConfigFile?: FileSource | null
[src]

The explainability config file for the model.

§
Constraints?: MetricsSource | null
[src]

The drift check explainability constraints.