Skip to content
Judgment Labs
Esc
navigateopen⌘Jpreview
On this page

OfflineTestResult

The outcome of an offline test run, returned by `client.offlineTests.run()`.

Properties

PropType
testRunId?string

The test run id.

Typestring
status?string

Final run status.

Typestring
uiResultsUrl?string | undefined

Link to the results page in the dashboard.

Typestring | undefined
results?OfflineExampleResult[]

One entry per dataset example, with per-judge scorer rows.

TypeOfflineExampleResult[]
agentOfflineTraceIds?Record<string, string>

Mapping of example id to the agent's offline trace (agent testing only).

TypeRecord<string, string>
passed?boolean | null

Whether every row passed its pass condition; null when none was evaluated.

Typeboolean | null

Was this page helpful?