Class: Deeprails::Models::MonitorDetailResponse::Stats
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Deeprails::Models::MonitorDetailResponse::Stats
- Defined in:
- lib/deeprails/models/monitor_detail_response.rb
Overview
Instance Attribute Summary collapse
-
#completed_evaluations ⇒ Integer?
Number of evaluations that completed successfully.
-
#failed_evaluations ⇒ Integer?
Number of evaluations that failed.
-
#in_progress_evaluations ⇒ Integer?
Number of evaluations currently in progress.
-
#queued_evaluations ⇒ Integer?
Number of evaluations currently queued.
-
#total_evaluations ⇒ Integer?
Total number of evaluations performed by this monitor.
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_evaluations ⇒ Integer?
Number of evaluations that completed successfully.
320 |
# File 'lib/deeprails/models/monitor_detail_response.rb', line 320 optional :completed_evaluations, Integer |
#failed_evaluations ⇒ Integer?
Number of evaluations that failed.
326 |
# File 'lib/deeprails/models/monitor_detail_response.rb', line 326 optional :failed_evaluations, Integer |
#in_progress_evaluations ⇒ Integer?
Number of evaluations currently in progress.
332 |
# File 'lib/deeprails/models/monitor_detail_response.rb', line 332 optional :in_progress_evaluations, Integer |
#queued_evaluations ⇒ Integer?
Number of evaluations currently queued.
338 |
# File 'lib/deeprails/models/monitor_detail_response.rb', line 338 optional :queued_evaluations, Integer |
#total_evaluations ⇒ Integer?
Total number of evaluations performed by this monitor.
344 |
# File 'lib/deeprails/models/monitor_detail_response.rb', line 344 optional :total_evaluations, Integer |