Package dev.braintrust.eval
Class Eval<INPUT,OUTPUT>
java.lang.Object
dev.braintrust.eval.Eval<INPUT,OUTPUT>
- Type Parameters:
INPUT- The type of input data for the evaluationOUTPUT- The type of output produced by the task
An evaluation framework for testing AI models.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for creating evaluations with fluent API.classResults of all eval cases of an experiment. -
Method Summary
-
Method Details
-
run
Runs the evaluation and returns results. -
builder
Creates a new eval builder.
-