Class: LlmCostTracker::Dashboard::DataQuality::Summary
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::DataQuality::Summary
- Defined in:
- app/services/llm_cost_tracker/dashboard/data_quality.rb
Instance Attribute Summary collapse
-
#calls_with_latency ⇒ Object
readonly
Returns the value of attribute calls_with_latency.
-
#calls_with_pricing ⇒ Object
readonly
Returns the value of attribute calls_with_pricing.
-
#calls_with_provider_response_id ⇒ Object
readonly
Returns the value of attribute calls_with_provider_response_id.
-
#cost_coverage ⇒ Object
readonly
Returns the value of attribute cost_coverage.
-
#latency_coverage ⇒ Object
readonly
Returns the value of attribute latency_coverage.
-
#missing_latency_count ⇒ Object
readonly
Returns the value of attribute missing_latency_count.
-
#missing_latency_share ⇒ Object
readonly
Returns the value of attribute missing_latency_share.
-
#missing_provider_response_id_count ⇒ Object
readonly
Returns the value of attribute missing_provider_response_id_count.
-
#provider_response_id_coverage ⇒ Object
readonly
Returns the value of attribute provider_response_id_coverage.
-
#stream_coverage ⇒ Object
readonly
Returns the value of attribute stream_coverage.
-
#streaming_count ⇒ Object
readonly
Returns the value of attribute streaming_count.
-
#streaming_missing_usage ⇒ Object
readonly
Returns the value of attribute streaming_missing_usage.
-
#streaming_missing_usage_share ⇒ Object
readonly
Returns the value of attribute streaming_missing_usage_share.
-
#streaming_share ⇒ Object
readonly
Returns the value of attribute streaming_share.
-
#streams_with_usage ⇒ Object
readonly
Returns the value of attribute streams_with_usage.
-
#tag_coverage ⇒ Object
readonly
Returns the value of attribute tag_coverage.
-
#tagged_calls ⇒ Object
readonly
Returns the value of attribute tagged_calls.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
-
#unknown_pricing_count ⇒ Object
readonly
Returns the value of attribute unknown_pricing_count.
-
#unknown_pricing_share ⇒ Object
readonly
Returns the value of attribute unknown_pricing_share.
-
#untagged_calls_count ⇒ Object
readonly
Returns the value of attribute untagged_calls_count.
-
#untagged_share ⇒ Object
readonly
Returns the value of attribute untagged_share.
Instance Attribute Details
#calls_with_latency ⇒ Object (readonly)
Returns the value of attribute 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_pricing ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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_coverage ⇒ Object (readonly)
Returns the value of attribute cost_coverage
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def cost_coverage @cost_coverage end |
#latency_coverage ⇒ Object (readonly)
Returns the value of attribute 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_count ⇒ Object (readonly)
Returns the value of attribute 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_share ⇒ Object (readonly)
Returns the value of attribute 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_count ⇒ Object (readonly)
Returns the value of attribute 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_coverage ⇒ Object (readonly)
Returns the value of attribute 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_coverage ⇒ Object (readonly)
Returns the value of attribute stream_coverage
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def stream_coverage @stream_coverage end |
#streaming_count ⇒ Object (readonly)
Returns the value of attribute 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_usage ⇒ Object (readonly)
Returns the value of attribute 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_share ⇒ Object (readonly)
Returns the value of attribute 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_share ⇒ Object (readonly)
Returns the value of attribute 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_usage ⇒ Object (readonly)
Returns the value of attribute 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_coverage ⇒ Object (readonly)
Returns the value of attribute tag_coverage
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def tag_coverage @tag_coverage end |
#tagged_calls ⇒ Object (readonly)
Returns the value of attribute tagged_calls
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def tagged_calls @tagged_calls end |
#total ⇒ Object (readonly)
Returns the value of attribute total
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def total @total end |
#unknown_pricing_count ⇒ Object (readonly)
Returns the value of attribute 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_share ⇒ Object (readonly)
Returns the value of attribute 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_count ⇒ Object (readonly)
Returns the value of attribute 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_share ⇒ Object (readonly)
Returns the value of attribute untagged_share
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def untagged_share @untagged_share end |