Class: Deeprails::Models::MonitorEventDetailResponse::Capability
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Deeprails::Models::MonitorEventDetailResponse::Capability
- Defined in:
- lib/deeprails/models/monitor_event_detail_response.rb
Instance Attribute Summary collapse
-
#capability ⇒ String?
The type of capability.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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
#initialize(capabilities: nil, eval_time: nil, evaluation_result: nil, event_id: nil, files: nil, guardrail_metrics: nil, model_input: nil, model_output: nil, monitor_id: nil, nametag: nil, run_mode: nil, status: nil, timestamp: nil) ⇒ Object
113 114 115 116 117 118 119 120 121 122 |
# File 'lib/deeprails/models/monitor_event_detail_response.rb', line 113 class Capability < Deeprails::Internal::Type::BaseModel # @!attribute capability # The type of capability. # # @return [String, nil] optional :capability, String # @!method initialize(capability: nil) # @param capability [String] The type of capability. end |
Instance Attribute Details
#capability ⇒ String?
The type of capability.
118 |
# File 'lib/deeprails/models/monitor_event_detail_response.rb', line 118 optional :capability, String |