Sdk referenceTypescript
ScoringResult
The combined result of running scorers against a single example.
The combined result of running scorers against a single example.
Properties
success
:boolean
True only if every scorer passed its threshold.
scorers
:ExperimentScorer[]
Per-scorer results, directly from the API.
example
:Example
The original example that was evaluated.
Last updated on