Interface: ValidationReportDto
@kortexya/reasoninglayer / Compliance / ValidationReportDto
Interface: ValidationReportDto
Defined in: src/types/compliance.ts:167
Result of a validate-stub pass over a snapshot.
Properties
completedAt
completedAt:
string
Defined in: src/types/compliance.ts:171
ISO-8601 timestamp of the validation pass.
nPending
nPending:
number
Defined in: src/types/compliance.ts:175
Entries verdict-Pending.
nRefuted
nRefuted:
number
Defined in: src/types/compliance.ts:179
Entries verdict-Refuted.
nTotal
nTotal:
number
Defined in: src/types/compliance.ts:173
Total entries considered.
nUnknown
nUnknown:
number
Defined in: src/types/compliance.ts:181
Entries whose ground truth couldn’t be resolved.
nValidated
nValidated:
number
Defined in: src/types/compliance.ts:177
Entries verdict-Validated.
snapshotId
snapshotId:
string
Defined in: src/types/compliance.ts:169
Snapshot the report applies to.
validationRate?
optionalvalidationRate:number|null
Defined in: src/types/compliance.ts:183
Validated / non-pending ratio (null when no non-pending entries).