Skip to main content

DriftReport

Defined in: types.ts:619

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:625

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:624


r2

readonly r2: number

Defined in: types.ts:622


slope

readonly slope: number

Defined in: types.ts:621


status

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

Defined in: types.ts:620


windowSize

readonly windowSize: number

Defined in: types.ts:623