Skip to main content

DriftReport

Defined in: types.ts:537

Drift detection report.

Properties

alert?

readonly optional alert?: { agentId: string; currentScore: number; message: string; trendSlope: number; type: "conformance_trend_degradation"; windowSize: number; }

Defined in: types.ts:543

agentId

readonly agentId: string

currentScore

readonly currentScore: number

message

readonly message: string

trendSlope

readonly trendSlope: number

type

readonly type: "conformance_trend_degradation"

windowSize

readonly windowSize: number


dataPoints

readonly dataPoints: number

Defined in: types.ts:542


r2

readonly r2: number

Defined in: types.ts:540


slope

readonly slope: number

Defined in: types.ts:539


status

readonly status: "stable" | "degrading" | "improving" | "insufficient_data"

Defined in: types.ts:538


windowSize

readonly windowSize: number

Defined in: types.ts:541