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

OfflineScorerData

One judge's result for one example.

Properties

PropType
name?string

Judge name.

Typestring
value?string | number | null

The scorer result: "Yes"/"No" (binary), the category (categorical), or a number.

Typestring | number | null
scoreType?string | null | undefined

Result type returned by the scorer.

Typestring | null | undefined
error?string | null | undefined

Error message, if the judge errored on this row.

Typestring | null | undefined
success?boolean | null | undefined

Pass-condition outcome for the row, when a passConditionFn was supplied.

Typeboolean | null | undefined
metadata?Record<string, unknown>

Extra metadata (judge id/version, reason).

TypeRecord<string, unknown>

Was this page helpful?