Package dev.braintrust.eval
Interface Task<INPUT,OUTPUT>
- Type Parameters:
INPUT- type of the input dataOUTPUT- type of the output data
public interface Task<INPUT,OUTPUT>
A task executes an EvalCase and returns a result
-
Method Summary
-
Method Details
-
apply
-