Uses of Class
com.judgmentlabs.judgeval.data.Example
Packages that use Example
Package
Description
-
Uses of Example in com.judgmentlabs.judgeval
Methods in com.judgmentlabs.judgeval with parameters of type ExampleModifier and TypeMethodDescriptionJudgmentClient.runEvaluation(Example example, BaseScorer scorer, String projectName, String evalRunName) JudgmentClient.runEvaluation(Example example, BaseScorer scorer, String projectName, String evalRunName, String model) 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) JudgmentClient.runEvaluation(List<Example> examples, List<BaseScorer> scorers, String projectName, String evalRunName, String model, boolean assertTest) Runs an evaluation with the specified examples and scorers. -
Uses of Example in com.judgmentlabs.judgeval.data
Methods in com.judgmentlabs.judgeval.data that return ExampleMethods in com.judgmentlabs.judgeval.data with parameters of type ExampleMethod 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) voidTracer.asyncEvaluate(BaseScorer scorer, Example example, String model) Asynchronously evaluates a scorer with an example.