Class: LlmCostTracker::Dashboard::SpendAnomalyData

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

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_meanObject (readonly)

Returns the value of attribute baseline_mean

Returns:

  • (Object)

    the current value of baseline_mean



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5

def baseline_mean
  @baseline_mean
end

#dayObject (readonly)

Returns the value of attribute day

Returns:

  • (Object)

    the current value of day



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5

def day
  @day
end

#latest_spendObject (readonly)

Returns the value of attribute latest_spend

Returns:

  • (Object)

    the current value of latest_spend



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5

def latest_spend
  @latest_spend
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5

def model
  @model
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5

def provider
  @provider
end

#ratioObject (readonly)

Returns the value of attribute ratio

Returns:

  • (Object)

    the current value of ratio



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/spend_anomaly.rb', line 5

def ratio
  @ratio
end