Class: LlmCostTracker::Dashboard::SpendAnomalyData
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::SpendAnomalyData
- Defined in:
- app/services/llm_cost_tracker/dashboard/spend_anomaly.rb
Instance Attribute Summary collapse
-
#baseline_mean ⇒ Object
readonly
Returns the value of attribute baseline_mean.
-
#day ⇒ Object
readonly
Returns the value of attribute day.
-
#latest_spend ⇒ Object
readonly
Returns the value of attribute latest_spend.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#ratio ⇒ Object
readonly
Returns the value of attribute ratio.
Instance Attribute Details
#baseline_mean ⇒ Object (readonly)
Returns the value of attribute baseline_mean
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5 def baseline_mean @baseline_mean end |
#day ⇒ Object (readonly)
Returns the value of attribute day
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5 def day @day end |
#latest_spend ⇒ Object (readonly)
Returns the value of attribute latest_spend
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5 def latest_spend @latest_spend end |
#model ⇒ Object (readonly)
Returns the value of attribute model
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5 def model @model end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5 def provider @provider end |
#ratio ⇒ Object (readonly)
Returns the value of attribute ratio
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5 def ratio @ratio end |