Class: Cadenya::Models::Objectives::ObjectiveFeedbackData
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cadenya::Models::Objectives::ObjectiveFeedbackData
- Defined in:
- lib/cadenya/models/objectives/objective_feedback_data.rb
Instance Attribute Summary collapse
-
#comment ⇒ String?
Optional human-readable comment explaining the feedback.
-
#score ⇒ Float?
A score between -1.0 and 1.0 representing the quality of the objective’s execution.
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 Cadenya::Internal::Type::BaseModel
Instance Attribute Details
#comment ⇒ String?
Optional human-readable comment explaining the feedback
11 |
# File 'lib/cadenya/models/objectives/objective_feedback_data.rb', line 11 optional :comment, String |
#score ⇒ Float?
A score between -1.0 and 1.0 representing the quality of the objective’s execution. -1.0 is the worst possible score, 0.0 is neutral, and 1.0 is the best.
19 |
# File 'lib/cadenya/models/objectives/objective_feedback_data.rb', line 19 optional :score, Float |