Class: LlmCostTracker::Dashboard::DataQuality::StreamingHealthRow

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

Instance Attribute Summary collapse

Instance Attribute Details

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def provider
  @provider
end

#streamsObject (readonly)

Returns the value of attribute streams

Returns:

  • (Object)

    the current value of streams



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def streams
  @streams
end

#unknownObject (readonly)

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def unknown
  @unknown
end

#unknown_shareObject (readonly)

Returns the value of attribute unknown_share

Returns:

  • (Object)

    the current value of unknown_share



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def unknown_share
  @unknown_share
end

#with_usageObject (readonly)

Returns the value of attribute with_usage

Returns:

  • (Object)

    the current value of with_usage



10
11
12
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 10

def with_usage
  @with_usage
end