Skip to content

Interface: ValidationReportDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Compliance / ValidationReportDto

Interface: ValidationReportDto

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

Result of a validate-stub pass over a snapshot.

Properties

completedAt

completedAt: string

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

ISO-8601 timestamp of the validation pass.


nPending

nPending: number

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

Entries verdict-Pending.


nRefuted

nRefuted: number

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

Entries verdict-Refuted.


nTotal

nTotal: number

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

Total entries considered.


nUnknown

nUnknown: number

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

Entries whose ground truth couldn’t be resolved.


nValidated

nValidated: number

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

Entries verdict-Validated.


snapshotId

snapshotId: string

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

Snapshot the report applies to.


validationRate?

optional validationRate: number | null

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

Validated / non-pending ratio (null when no non-pending entries).