Class: Raif::Admin::TaskStat

Inherits:
Data
  • Object
show all
Defined in:
app/models/raif/admin/task_stat.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



5
6
7
# File 'app/models/raif/admin/task_stat.rb', line 5

def count
  @count
end

#input_costObject (readonly)

Returns the value of attribute input_cost

Returns:

  • (Object)

    the current value of input_cost



5
6
7
# File 'app/models/raif/admin/task_stat.rb', line 5

def input_cost
  @input_cost
end

#llm_model_keyObject (readonly)

Returns the value of attribute llm_model_key

Returns:

  • (Object)

    the current value of 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_costObject (readonly)

Returns the value of attribute output_cost

Returns:

  • (Object)

    the current value of output_cost



5
6
7
# File 'app/models/raif/admin/task_stat.rb', line 5

def output_cost
  @output_cost
end

#total_costObject (readonly)

Returns the value of attribute total_cost

Returns:

  • (Object)

    the current value of total_cost



5
6
7
# File 'app/models/raif/admin/task_stat.rb', line 5

def total_cost
  @total_cost
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'app/models/raif/admin/task_stat.rb', line 5

def type
  @type
end