Interface: PredictionSnapshot
@kortexya/reasoninglayer / Compliance / PredictionSnapshot
Interface: PredictionSnapshot
Defined in: src/types/compliance.ts:153
A frozen slice of the audit ledger — the unit of validation.
Properties
capturedAt
capturedAt:
string
Defined in: src/types/compliance.ts:159
ISO-8601 timestamp at which the snapshot was captured.
entries
entries:
PredictionEntry[]
Defined in: src/types/compliance.ts:163
Prediction entries the snapshot froze.
filter
filter:
SnapshotFilter
Defined in: src/types/compliance.ts:161
Filter that defined which audit records made it in.
id
id:
string
Defined in: src/types/compliance.ts:155
Stable id of the snapshot.
tenantId
tenantId:
string
Defined in: src/types/compliance.ts:157
Tenant the snapshot belongs to.