Contents

ScoringMode

The scoring constraint mode for a model-as-judge evaluator.

Declaration

enum ScoringMode

Overview

let mode: ScoringMode = .discrete

Controls 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).

Topics

Enumeration Cases

See Also

Inspecting the evaluator