Class: Insika::Evals::Judge::Verdict
- Inherits:
-
Struct
- Object
- Struct
- Insika::Evals::Judge::Verdict
- Defined in:
- lib/insika/evals/judge.rb
Overview
judges carries the per-model scores, so a split panel is visible in the report
instead of hiding inside an average.
Instance Attribute Summary collapse
-
#judges ⇒ Object
Returns the value of attribute judges.
-
#pass ⇒ Object
Returns the value of attribute pass.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#judges ⇒ Object
Returns the value of attribute judges
30 31 32 |
# File 'lib/insika/evals/judge.rb', line 30 def judges @judges end |
#pass ⇒ Object
Returns the value of attribute pass
30 31 32 |
# File 'lib/insika/evals/judge.rb', line 30 def pass @pass end |
#reason ⇒ Object
Returns the value of attribute reason
30 31 32 |
# File 'lib/insika/evals/judge.rb', line 30 def reason @reason end |
#score ⇒ Object
Returns the value of attribute score
30 31 32 |
# File 'lib/insika/evals/judge.rb', line 30 def score @score end |