Class: OllamaAgent::Providers::HealthMonitor::Event
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Providers::HealthMonitor::Event
- Defined in:
- lib/ollama_agent/providers/health_monitor.rb
Overview
Immutable event record
Instance Attribute Summary collapse
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#credential_id ⇒ Object
readonly
Returns the value of attribute credential_id.
-
#error_class ⇒ Object
readonly
Returns the value of attribute error_class.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#latency_ms ⇒ Object
readonly
Returns the value of attribute latency_ms.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
Instance Attribute Details
#at ⇒ Object (readonly)
Returns the value of attribute at
19 20 21 |
# File 'lib/ollama_agent/providers/health_monitor.rb', line 19 def at @at end |
#credential_id ⇒ Object (readonly)
Returns the value of attribute credential_id
19 20 21 |
# File 'lib/ollama_agent/providers/health_monitor.rb', line 19 def credential_id @credential_id end |
#error_class ⇒ Object (readonly)
Returns the value of attribute error_class
19 20 21 |
# File 'lib/ollama_agent/providers/health_monitor.rb', line 19 def error_class @error_class end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
19 20 21 |
# File 'lib/ollama_agent/providers/health_monitor.rb', line 19 def kind @kind end |
#latency_ms ⇒ Object (readonly)
Returns the value of attribute latency_ms
19 20 21 |
# File 'lib/ollama_agent/providers/health_monitor.rb', line 19 def latency_ms @latency_ms end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
19 20 21 |
# File 'lib/ollama_agent/providers/health_monitor.rb', line 19 def provider @provider end |