rulvar API reference / @rulvar/evals / RunCheckpointOptions
Interface: RunCheckpointOptions
Defined in: packages/evals/src/checkpoint.ts:63
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
engineFor | (member) => | Engine | Promise<Engine> | An engine per concrete pool member (the caller owns adapters and budgets). | packages/evals/src/checkpoint.ts:69 |
observedAt | string | ISO date of the evaluation (recorded in the report; no wall clock inside). | packages/evals/src/checkpoint.ts:67 |
orchestratedCases? | OrchestratedCase[] | - | packages/evals/src/checkpoint.ts:75 |
orchestratedSuite? | RunEvalSuiteOptions | Orchestrated runs need room for the orchestrator cap math (the run ceiling must host the finalize reserve): their suite options default to suite but usually carry a larger budgetUsd. | packages/evals/src/checkpoint.ts:83 |
orchestrateEngineFor? | (withKnowledge) => | Engine | Promise<Engine> | Criterion 2 engines: withKnowledge true configures the SAME store snapshot behind stores.modelKnowledge; false omits it entirely. | packages/evals/src/checkpoint.ts:74 |
snapshot | KnowledgeSnapshot | The claims snapshot produced by the seeding sweep (disjoint cases). | packages/evals/src/checkpoint.ts:65 |
suite? | RunEvalSuiteOptions | - | packages/evals/src/checkpoint.ts:76 |