ScoringMode
The scoring constraint mode for a model-as-judge evaluator.
Declaration
enum ScoringModeOverview
let mode: ScoringMode = .discreteControls whether the judge model can return any floating-point score (continuous) or is structurally constrained to return exactly one of the defined scale values (discrete).