Class: Deeprails::Models::DefendResponse::Event

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

Defined Under Namespace

Classes: Evaluation

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

#evaluationsArray<Deeprails::Models::DefendResponse::Event::Evaluation>?

An array of evaluations for this event.



156
157
# File 'lib/deeprails/models/defend_response.rb', line 156

optional :evaluations,
-> { Deeprails::Internal::Type::ArrayOf[Deeprails::DefendResponse::Event::Evaluation] }

#event_idString?

A unique workflow event ID.

Returns:

  • (String, nil)


163
# File 'lib/deeprails/models/defend_response.rb', line 163

optional :event_id, String

#improved_model_outputString?

Improved model output after improvement tool was applied.

Returns:

  • (String, nil)


169
# File 'lib/deeprails/models/defend_response.rb', line 169

optional :improved_model_output, String

#improvement_tool_statusString?

Status of the improvement tool used to improve the event.

Returns:

  • (String, nil)


175
# File 'lib/deeprails/models/defend_response.rb', line 175

optional :improvement_tool_status, String