Uses of Class
com.judgmentlabs.judgeval.v1.data.Example
Packages that use Example
-
Uses of Example in com.judgmentlabs.judgeval.v1.data
Methods in com.judgmentlabs.judgeval.v1.data that return ExampleModifier and TypeMethodDescriptionExample.Builder.build()Builds and returns the configured Example.Methods in com.judgmentlabs.judgeval.v1.data with parameters of type ExampleModifier and TypeMethodDescriptionScoringResult.Builder.dataObject(Example dataObject) Sets the data object for the evaluation. -
Uses of Example in com.judgmentlabs.judgeval.v1.tracer
Methods in com.judgmentlabs.judgeval.v1.tracer with parameters of type ExampleModifier and TypeMethodDescriptionvoidBaseTracer.asyncEvaluate(BaseScorer scorer, Example example) Asynchronously evaluates the current span using the specified scorer and example.