Class: Braintrust::Scorer::ID
- Inherits:
-
Struct
- Object
- Struct
- Braintrust::Scorer::ID
- Defined in:
- lib/braintrust/scorer.rb
Overview
Value object wrapping a remote scorer function UUID. Used by Eval.run to distinguish remote scorers from local callables.
Instance Attribute Summary collapse
-
#function_id ⇒ Object
Returns the value of attribute function_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#function_id ⇒ Object
Returns the value of attribute function_id
168 169 170 |
# File 'lib/braintrust/scorer.rb', line 168 def function_id @function_id end |
#version ⇒ Object
Returns the value of attribute version
168 169 170 |
# File 'lib/braintrust/scorer.rb', line 168 def version @version end |