Class: Woods::Retriever::RetrievalTrace
- Inherits:
-
Struct
- Object
- Struct
- Woods::Retriever::RetrievalTrace
- Defined in:
- lib/woods/retriever.rb
Overview
Diagnostic trace for retrieval quality analysis.
Instance Attribute Summary collapse
-
#candidate_count ⇒ Object
Returns the value of attribute candidate_count.
-
#classification ⇒ Object
Returns the value of attribute classification.
-
#elapsed_ms ⇒ Object
Returns the value of attribute elapsed_ms.
-
#ranked_count ⇒ Object
Returns the value of attribute ranked_count.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
-
#tokens_used ⇒ Object
Returns the value of attribute tokens_used.
Instance Attribute Details
#candidate_count ⇒ Object
Returns the value of attribute candidate_count
53 54 55 |
# File 'lib/woods/retriever.rb', line 53 def candidate_count @candidate_count end |
#classification ⇒ Object
Returns the value of attribute classification
53 54 55 |
# File 'lib/woods/retriever.rb', line 53 def classification @classification end |
#elapsed_ms ⇒ Object
Returns the value of attribute elapsed_ms
53 54 55 |
# File 'lib/woods/retriever.rb', line 53 def elapsed_ms @elapsed_ms end |
#ranked_count ⇒ Object
Returns the value of attribute ranked_count
53 54 55 |
# File 'lib/woods/retriever.rb', line 53 def ranked_count @ranked_count end |
#strategy ⇒ Object
Returns the value of attribute strategy
53 54 55 |
# File 'lib/woods/retriever.rb', line 53 def strategy @strategy end |
#tokens_used ⇒ Object
Returns the value of attribute tokens_used
53 54 55 |
# File 'lib/woods/retriever.rb', line 53 def tokens_used @tokens_used end |