Skip to content

Interface: PredictionSnapshot

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Compliance / PredictionSnapshot

Interface: PredictionSnapshot

Defined in: src/types/compliance.ts:220

A frozen slice of the audit ledger — the unit of validation.

Properties

capturedAt

capturedAt: string

Defined in: src/types/compliance.ts:226

ISO-8601 timestamp at which the snapshot was captured.


entries

entries: PredictionEntry[]

Defined in: src/types/compliance.ts:230

Prediction entries the snapshot froze.


filter

filter: SnapshotFilter

Defined in: src/types/compliance.ts:228

Filter that defined which audit records made it in.


id

id: string

Defined in: src/types/compliance.ts:222

Stable id of the snapshot.


tenantId

tenantId: string

Defined in: src/types/compliance.ts:224

Tenant the snapshot belongs to.