Contents

ModelJudgeError.invalidScore(dimension:value:)

A scoring dimension returns a value the evaluator can’t parse as a number.

Declaration

case invalidScore(dimension: String, value: String)

Parameters

  • dimension:

    The name of the scoring dimension.

  • value:

    The unparsable value the model returned.