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

DriftCheckBaselines

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

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

interface DriftCheckBaselines {
Bias?: DriftCheckBias | null;
Explainability?: DriftCheckExplainability | null;
ModelDataQuality?: DriftCheckModelDataQuality | null;
ModelQuality?: DriftCheckModelQuality | null;
}

§Properties

§
Bias?: DriftCheckBias | null
[src]

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

§
Explainability?: DriftCheckExplainability | null
[src]

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

§
ModelDataQuality?: DriftCheckModelDataQuality | null
[src]

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

§
ModelQuality?: DriftCheckModelQuality | null
[src]

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