gen_ai.evaluation.score.label
MovedGenAI registrystringas of v1.44.0
Human readable label for evaluation.
This attribute provides a human-readable interpretation of the evaluation score produced by an evaluator. For example, a score value of 1 could mean "relevant" in one evaluation system and "not relevant" in another, depending on the scoring range and evaluator. The label SHOULD have low cardinality. Possible values depend on the evaluation metric and evaluator used; implementations SHOULD document the possible values.
Examples
- relevant
- not_relevant
- correct
- incorrect
- pass
- fail
Used by
events (1)
- gen_ai.evaluation.result
* required on that signal.
History
- v1.42.0deprecated
Moved to the OpenTelemetry GenAI semantic conventions repository.
Added as development.