Class: Woods::Retriever::RetrievalTrace

Inherits:
Struct
  • Object
show all
Defined in:
lib/woods/retriever.rb

Overview

Diagnostic trace for retrieval quality analysis.

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_countObject

Returns the value of attribute candidate_count

Returns:

  • (Object)

    the current value of candidate_count



53
54
55
# File 'lib/woods/retriever.rb', line 53

def candidate_count
  @candidate_count
end

#classificationObject

Returns the value of attribute classification

Returns:

  • (Object)

    the current value of classification



53
54
55
# File 'lib/woods/retriever.rb', line 53

def classification
  @classification
end

#elapsed_msObject

Returns the value of attribute elapsed_ms

Returns:

  • (Object)

    the current value of elapsed_ms



53
54
55
# File 'lib/woods/retriever.rb', line 53

def elapsed_ms
  @elapsed_ms
end

#ranked_countObject

Returns the value of attribute ranked_count

Returns:

  • (Object)

    the current value of ranked_count



53
54
55
# File 'lib/woods/retriever.rb', line 53

def ranked_count
  @ranked_count
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



53
54
55
# File 'lib/woods/retriever.rb', line 53

def strategy
  @strategy
end

#tokens_usedObject

Returns the value of attribute tokens_used

Returns:

  • (Object)

    the current value of tokens_used



53
54
55
# File 'lib/woods/retriever.rb', line 53

def tokens_used
  @tokens_used
end