The key associated with the evaluation result.
Optionalcomment?: stringA comment associated with the evaluation result.
Optionalcorrection?: Record<string, unknown>A correction record associated with the evaluation result.
OptionalevaluatorInfo?: Record<string, unknown>Information about the evaluator.
OptionalfeedbackConfig?: FeedbackConfigThe feedback config associated with the evaluation result. If set, this will be used to define how a feedback key should be interpreted.
Optionalscore?: ScoreTypeThe score of the evaluation result.
OptionalsourceRunId?: stringThe source run ID of the evaluation result. If set, a link to the source run will be available in the UI.
OptionaltargetRunId?: stringThe target run ID of the evaluation result. If this is not set, the target run ID is assumed to be the root of the trace.
Optionalvalue?: ValueTypeThe value of the evaluation result.
Represents the result of an evaluation.