Class: LlmCostTracker::Dashboard::DataQuality::Summary

Inherits:
Data
  • Object
show all
Defined in:
app/services/llm_cost_tracker/dashboard/data_quality.rb

Instance Attribute Summary collapse

Instance Attribute Details

#calls_with_latencyObject (readonly)

Returns the value of attribute calls_with_latency

Returns:

  • (Object)

    the current value of calls_with_latency



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def calls_with_latency
  @calls_with_latency
end

#calls_with_pricingObject (readonly)

Returns the value of attribute calls_with_pricing

Returns:

  • (Object)

    the current value of calls_with_pricing



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def calls_with_pricing
  @calls_with_pricing
end

#calls_with_provider_response_idObject (readonly)

Returns the value of attribute calls_with_provider_response_id

Returns:

  • (Object)

    the current value of calls_with_provider_response_id



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def calls_with_provider_response_id
  @calls_with_provider_response_id
end

#cost_coverageObject (readonly)

Returns the value of attribute cost_coverage

Returns:

  • (Object)

    the current value of cost_coverage



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def cost_coverage
  @cost_coverage
end

#latency_coverageObject (readonly)

Returns the value of attribute latency_coverage

Returns:

  • (Object)

    the current value of latency_coverage



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def latency_coverage
  @latency_coverage
end

#missing_latency_countObject (readonly)

Returns the value of attribute missing_latency_count

Returns:

  • (Object)

    the current value of missing_latency_count



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def missing_latency_count
  @missing_latency_count
end

#missing_latency_shareObject (readonly)

Returns the value of attribute missing_latency_share

Returns:

  • (Object)

    the current value of missing_latency_share



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def missing_latency_share
  @missing_latency_share
end

#missing_provider_response_id_countObject (readonly)

Returns the value of attribute missing_provider_response_id_count

Returns:

  • (Object)

    the current value of missing_provider_response_id_count



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def missing_provider_response_id_count
  @missing_provider_response_id_count
end

#provider_response_id_coverageObject (readonly)

Returns the value of attribute provider_response_id_coverage

Returns:

  • (Object)

    the current value of provider_response_id_coverage



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def provider_response_id_coverage
  @provider_response_id_coverage
end

#stream_coverageObject (readonly)

Returns the value of attribute stream_coverage

Returns:

  • (Object)

    the current value of stream_coverage



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def stream_coverage
  @stream_coverage
end

#streaming_countObject (readonly)

Returns the value of attribute streaming_count

Returns:

  • (Object)

    the current value of streaming_count



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def streaming_count
  @streaming_count
end

#streaming_missing_usageObject (readonly)

Returns the value of attribute streaming_missing_usage

Returns:

  • (Object)

    the current value of streaming_missing_usage



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def streaming_missing_usage
  @streaming_missing_usage
end

#streaming_missing_usage_shareObject (readonly)

Returns the value of attribute streaming_missing_usage_share

Returns:

  • (Object)

    the current value of streaming_missing_usage_share



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def streaming_missing_usage_share
  @streaming_missing_usage_share
end

#streaming_shareObject (readonly)

Returns the value of attribute streaming_share

Returns:

  • (Object)

    the current value of streaming_share



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def streaming_share
  @streaming_share
end

#streams_with_usageObject (readonly)

Returns the value of attribute streams_with_usage

Returns:

  • (Object)

    the current value of streams_with_usage



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def streams_with_usage
  @streams_with_usage
end

#tag_coverageObject (readonly)

Returns the value of attribute tag_coverage

Returns:

  • (Object)

    the current value of tag_coverage



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def tag_coverage
  @tag_coverage
end

#tagged_callsObject (readonly)

Returns the value of attribute tagged_calls

Returns:

  • (Object)

    the current value of tagged_calls



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def tagged_calls
  @tagged_calls
end

#totalObject (readonly)

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def total
  @total
end

#unknown_pricing_countObject (readonly)

Returns the value of attribute unknown_pricing_count

Returns:

  • (Object)

    the current value of unknown_pricing_count



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def unknown_pricing_count
  @unknown_pricing_count
end

#unknown_pricing_shareObject (readonly)

Returns the value of attribute unknown_pricing_share

Returns:

  • (Object)

    the current value of unknown_pricing_share



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def unknown_pricing_share
  @unknown_pricing_share
end

#untagged_calls_countObject (readonly)

Returns the value of attribute untagged_calls_count

Returns:

  • (Object)

    the current value of untagged_calls_count



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def untagged_calls_count
  @untagged_calls_count
end

#untagged_shareObject (readonly)

Returns the value of attribute untagged_share

Returns:

  • (Object)

    the current value of untagged_share



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def untagged_share
  @untagged_share
end