Uses of Class
com.judgmentlabs.judgeval.data.Example
Packages that use Example
Package
Description
-
Uses of Example in com.judgmentlabs.judgeval
Method parameters in com.judgmentlabs.judgeval with type arguments of type ExampleModifier and TypeMethodDescriptionJudgmentClient.runEvaluation(List<Example> examples, List<BaseScorer> scorers, String projectName, String evalRunName, String model, boolean assertTest) -
Uses of Example in com.judgmentlabs.judgeval.data
Method parameters in com.judgmentlabs.judgeval.data with type arguments of type ExampleModifier and TypeMethodDescriptionstatic EvaluationRunEvaluationRun.createWithApiScorers(String projectName, String evalName, List<Example> examples, List<ScorerConfig> apiScorers, String model, String organizationId) static EvaluationRunEvaluationRun.createWithLocalScorers(String projectName, String evalName, List<Example> examples, List<BaseScorer> localScorers, String model, String organizationId) Constructor parameters in com.judgmentlabs.judgeval.data with type arguments of type Example -
Uses of Example in com.judgmentlabs.judgeval.scorers
Methods in com.judgmentlabs.judgeval.scorers with parameters of type Example -
Uses of Example in com.judgmentlabs.judgeval.tracer
Methods in com.judgmentlabs.judgeval.tracer with parameters of type ExampleModifier and TypeMethodDescriptionvoidTracer.asyncEvaluate(BaseScorer scorer, Example example, String model, double samplingRate)