Class: LlmCostTracker::Dashboard::DataQuality::StreamingHealthRow
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::DataQuality::StreamingHealthRow
- Defined in:
- app/services/llm_cost_tracker/dashboard/data_quality.rb
Instance Attribute Summary collapse
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#streams ⇒ Object
readonly
Returns the value of attribute streams.
-
#unknown ⇒ Object
readonly
Returns the value of attribute unknown.
-
#unknown_share ⇒ Object
readonly
Returns the value of attribute unknown_share.
-
#with_usage ⇒ Object
readonly
Returns the value of attribute with_usage.
Instance Attribute Details
#provider ⇒ Object (readonly)
Returns the value of attribute provider
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def provider @provider end |
#streams ⇒ Object (readonly)
Returns the value of attribute streams
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def streams @streams end |
#unknown ⇒ Object (readonly)
Returns the value of attribute unknown
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def unknown @unknown end |
#unknown_share ⇒ Object (readonly)
Returns the value of attribute unknown_share
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def unknown_share @unknown_share end |
#with_usage ⇒ Object (readonly)
Returns the value of attribute with_usage
10 11 12 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10 def with_usage @with_usage end |