Uses of Class
com.judgmentlabs.judgeval.data.Example
Packages that use Example
Package
Description
-
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 ExampleEvaluationRunExampleEvaluationRun.createWithApiScorers(String projectName, String evalName, List<Example> examples, List<ScorerConfig> apiScorers, String model, String organizationId) static ExampleEvaluationRunExampleEvaluationRun.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.