Synaptic.Scorer.Result (synaptic v0.2.6)
View SourceStandardized result returned by scorers.
The score field is a numeric value (usually between 0.0 and 1.0)
that represents how well the step output satisfied the scorer's
criteria. The reason and details fields are optional but
recommended for debugging and observability.
Summary
Types
Functions
Convenience constructor for scorer results.
The :name, :step, :run_id, and :score keys are required.
A timestamp will be filled in with NaiveDateTime.utc_now/0 if
not explicitly provided.