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_evaluations ⇒ Integer?

Number of evaluations that completed successfully.

Returns:

  • (Integer, nil)


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

optional :completed_evaluations, Integer

#failed_evaluations ⇒ Integer?

Number of evaluations that failed.

Returns:

  • (Integer, nil)


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

optional :failed_evaluations, Integer

#in_progress_evaluations ⇒ Integer?

Number of evaluations currently in progress.

Returns:

  • (Integer, nil)


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

optional :in_progress_evaluations, Integer

#queued_evaluations ⇒ Integer?

Number of evaluations currently queued.

Returns:

  • (Integer, nil)


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

optional :queued_evaluations, Integer

#total_evaluations ⇒ Integer?

Total number of evaluations performed by this monitor.

Returns:

  • (Integer, nil)


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

optional :total_evaluations, Integer