Class: SuperInstance::Equipment::SwarmCoordinator::ResultMetadata
- Inherits:
-
Data
- Object
- Data
- SuperInstance::Equipment::SwarmCoordinator::ResultMetadata
- Defined in:
- lib/equipment/swarm_coordinator/result_aggregator.rb
Overview
Additional metadata for results
Instance Attribute Summary collapse
-
#aggregation_attempts ⇒ Object
readonly
Returns the value of attribute aggregation_attempts.
-
#average_confidence ⇒ Object
readonly
Returns the value of attribute average_confidence.
-
#results_discarded ⇒ Object
readonly
Returns the value of attribute results_discarded.
-
#results_received ⇒ Object
readonly
Returns the value of attribute results_received.
-
#total_processing_time ⇒ Object
readonly
Returns the value of attribute total_processing_time.
Instance Attribute Details
#aggregation_attempts ⇒ Object (readonly)
Returns the value of attribute aggregation_attempts
74 75 76 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74 def aggregation_attempts @aggregation_attempts end |
#average_confidence ⇒ Object (readonly)
Returns the value of attribute average_confidence
74 75 76 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74 def average_confidence @average_confidence end |
#results_discarded ⇒ Object (readonly)
Returns the value of attribute results_discarded
74 75 76 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74 def results_discarded @results_discarded end |
#results_received ⇒ Object (readonly)
Returns the value of attribute results_received
74 75 76 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74 def results_received @results_received end |
#total_processing_time ⇒ Object (readonly)
Returns the value of attribute total_processing_time
74 75 76 |
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74 def total_processing_time @total_processing_time end |