Uses of Class
com.judgmentlabs.judgeval.data.Example
Packages that use Example
-
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 TypeMethodDescriptionConstructor parameters in com.judgmentlabs.judgeval.data with type arguments of type ExampleModifierConstructorDescriptionExampleEvaluationRun(String projectName, String evalName, List<Example> examples, List<ScorerConfig> scorers, String model, String organizationId) -
Uses of Example in com.judgmentlabs.judgeval.tracer
Methods in com.judgmentlabs.judgeval.tracer with parameters of type ExampleModifier and TypeMethodDescriptionvoidBaseTracer.asyncEvaluate(BaseScorer scorer, Example example) voidBaseTracer.asyncEvaluate(BaseScorer scorer, Example example, String model) Asynchronously evaluates a scorer with an example using current trace context.