Class: SuperInstance::Equipment::SwarmCoordinator::ResultMetadata

Inherits:
Data
  • Object
show all
Defined in:
lib/equipment/swarm_coordinator/result_aggregator.rb

Overview

Additional metadata for results

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_attemptsObject (readonly)

Returns the value of attribute aggregation_attempts

Returns:

  • (Object)

    the current value of aggregation_attempts



74
75
76
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74

def aggregation_attempts
  @aggregation_attempts
end

#average_confidenceObject (readonly)

Returns the value of attribute average_confidence

Returns:

  • (Object)

    the current value of average_confidence



74
75
76
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74

def average_confidence
  @average_confidence
end

#results_discardedObject (readonly)

Returns the value of attribute results_discarded

Returns:

  • (Object)

    the current value of results_discarded



74
75
76
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74

def results_discarded
  @results_discarded
end

#results_receivedObject (readonly)

Returns the value of attribute results_received

Returns:

  • (Object)

    the current value of results_received



74
75
76
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74

def results_received
  @results_received
end

#total_processing_timeObject (readonly)

Returns the value of attribute total_processing_time

Returns:

  • (Object)

    the current value of total_processing_time



74
75
76
# File 'lib/equipment/swarm_coordinator/result_aggregator.rb', line 74

def total_processing_time
  @total_processing_time
end