Skip to content

Interface: PredictionEntry

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Compliance / PredictionEntry

Interface: PredictionEntry

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

A single prediction frozen into a snapshot, awaiting validation.

Properties

capturedStatus

capturedStatus: GroundTruthStatus

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

Verdict at capture time — always Pending.


id

id: string

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

Stable id of this entry within the snapshot.


requestHash

requestHash: string

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

Hash of the audited request body that produced the prediction.


responseSummary

responseSummary: unknown

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

Domain-shaped opaque payload — the engine never interprets it.


sourceRecordId

sourceRecordId: string

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

Back-pointer to the audit record this entry was derived from.


validatedAt?

optional validatedAt: string | null

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

ISO-8601 timestamp of the most recent validation pass.


validatedStatus?

optional validatedStatus: GroundTruthStatus | null

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

Verdict after the most recent validation pass; null until run.