Skip to main content
Every evaluator invocation produces a Score with one of these statuses. A failed or skipped score does not fail the experiment item it belongs to; the other evaluators still run. Values:
  • SUCCESS - The evaluator computed the score normally; value and/or label are populated.
  • FAILED - The evaluator raised an error for this item; error_reason and error_message carry the details.
  • SKIPPED - The evaluator deliberately produced no score because the scoring function raised SkipEval or returned None; reasoning explains why.