Class: Raif::Admin::TaskStat
- Inherits:
-
Data
- Object
- Data
- Raif::Admin::TaskStat
- Defined in:
- app/models/raif/admin/task_stat.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#input_cost ⇒ Object
readonly
Returns the value of attribute input_cost.
-
#llm_model_key ⇒ Object
readonly
Returns the value of attribute llm_model_key.
-
#output_cost ⇒ Object
readonly
Returns the value of attribute output_cost.
-
#total_cost ⇒ Object
readonly
Returns the value of attribute total_cost.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
5 6 7 |
# File 'app/models/raif/admin/task_stat.rb', line 5 def count @count end |
#input_cost ⇒ Object (readonly)
Returns the value of attribute input_cost
5 6 7 |
# File 'app/models/raif/admin/task_stat.rb', line 5 def input_cost @input_cost end |
#llm_model_key ⇒ Object (readonly)
Returns the value of attribute llm_model_key
5 6 7 |
# File 'app/models/raif/admin/task_stat.rb', line 5 def llm_model_key @llm_model_key end |
#output_cost ⇒ Object (readonly)
Returns the value of attribute output_cost
5 6 7 |
# File 'app/models/raif/admin/task_stat.rb', line 5 def output_cost @output_cost end |
#total_cost ⇒ Object (readonly)
Returns the value of attribute total_cost
5 6 7 |
# File 'app/models/raif/admin/task_stat.rb', line 5 def total_cost @total_cost end |
#type ⇒ Object (readonly)
Returns the value of attribute type
5 6 7 |
# File 'app/models/raif/admin/task_stat.rb', line 5 def type @type end |