OfflineScorerData
One judge's result for one example.
Properties
PropType
name?string
Judge name.
Type
stringvalue?string | number | null
The scorer result: "Yes"/"No" (binary), the category (categorical), or a number.
Type
string | number | nullscoreType?string | null | undefined
Result type returned by the scorer.
Type
string | null | undefinederror?string | null | undefined
Error message, if the judge errored on this row.
Type
string | null | undefinedsuccess?boolean | null | undefined
Pass-condition outcome for the row, when a passConditionFn was supplied.
Type
boolean | null | undefinedmetadata?Record<string, unknown>
Extra metadata (judge id/version, reason).
Type
Record<string, unknown>