Class EvalCreateParams

  • All Implemented Interfaces:
    com.braintrustdata.api.core.Params

    
    public final class EvalCreateParams
     implements Params
                        

    Launch an evaluation. This is the API-equivalent of the Eval function that is built into the Braintrust SDK. In the Eval API, you provide pointers to a dataset, task function, and scoring functions. The API will then run the evaluation, create an experiment, and return the results along with a link to the experiment. To learn more about evals, see the Evals guide.