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

ScoringResult

The combined result of running scorers against a single example.

Properties

PropType
success?boolean

True only if every scorer passed its threshold.

Typeboolean
scorers?ExperimentScorer[]

Per-scorer results, directly from the API.

TypeExperimentScorer[]
example?Example

The original example that was evaluated.

TypeExample

Was this page helpful?