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. -
Method Summary
Modifier and TypeMethodDescriptionstatic <INPUT,OUTPUT>
Eval.Builder<INPUT,OUTPUT> builder()Creates a new eval builder.run()Runs the evaluation and returns results.
-
Method Details
-
run
Runs the evaluation and returns results. -
builder
Creates a new eval builder.
-