Class: Deeprails::Models::MonitorDetailResponse::Stats

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/deeprails/models/monitor_detail_response.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Deeprails::Internal::Type::BaseModel

Instance Attribute Details

#completed_evaluationsInteger?

Number of evaluations that completed successfully.

Returns:

  • (Integer, nil)


320
# File 'lib/deeprails/models/monitor_detail_response.rb', line 320

optional :completed_evaluations, Integer

#failed_evaluationsInteger?

Number of evaluations that failed.

Returns:

  • (Integer, nil)


326
# File 'lib/deeprails/models/monitor_detail_response.rb', line 326

optional :failed_evaluations, Integer

#in_progress_evaluationsInteger?

Number of evaluations currently in progress.

Returns:

  • (Integer, nil)


332
# File 'lib/deeprails/models/monitor_detail_response.rb', line 332

optional :in_progress_evaluations, Integer

#queued_evaluationsInteger?

Number of evaluations currently queued.

Returns:

  • (Integer, nil)


338
# File 'lib/deeprails/models/monitor_detail_response.rb', line 338

optional :queued_evaluations, Integer

#total_evaluationsInteger?

Total number of evaluations performed by this monitor.

Returns:

  • (Integer, nil)


344
# File 'lib/deeprails/models/monitor_detail_response.rb', line 344

optional :total_evaluations, Integer