Uses of Enum Class
dev.dokimos.core.EvalTestCaseParam
Packages that use EvalTestCaseParam
-
Uses of EvalTestCaseParam in dev.dokimos.core
Methods in dev.dokimos.core that return EvalTestCaseParamModifier and TypeMethodDescriptionstatic EvalTestCaseParamReturns the enum constant of this class with the specified name.static EvalTestCaseParam[]EvalTestCaseParam.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EvalTestCaseParam in dev.dokimos.core.evaluators
Method parameters in dev.dokimos.core.evaluators with type arguments of type EvalTestCaseParamModifier and TypeMethodDescriptionContextualRelevanceEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate before evaluation.ExactMatchEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to use for the evaluation.FaithfulnessEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to use for the evaluation.HallucinationEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to use for the evaluation.LLMJudgeEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to include in the prompt.PrecisionEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate before evaluation.RecallEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate before evaluation.RegexEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to evaluate. -
Uses of EvalTestCaseParam in dev.dokimos.core.evaluators.agents
Method parameters in dev.dokimos.core.evaluators.agents with type arguments of type EvalTestCaseParamModifier and TypeMethodDescriptionTaskCompletionEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.ToolArgumentHallucinationEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.ToolCallValidityEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.ToolCorrectnessEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.ToolDescriptionReliabilityEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.ToolNameReliabilityEvaluator.Builder.evaluationParams(List<EvalTestCaseParam> params) Sets which test case parameters to validate.