Attributes
Name of the score as it appears in results, including any evaluator
score_name_prefix (e.g. question_has_number).Name of the evaluator that produced this score.
Numeric result of the evaluation;
None when the evaluator returned
only a label or the score is FAILED/SKIPPED.Categorical (string) result of the evaluation;
None when the
evaluator returned only a numeric value.Outcome of this evaluator invocation (
SUCCESS, FAILED, or
SKIPPED); defaults to SUCCESS.Optional explanation of the result, such as LLM judge reasoning or why
a score was
SKIPPED.Exception class name (e.g.
ValueError) when status is
FAILED; None otherwise.Exception message describing the failure when
status is
FAILED; None otherwise.