Uses of Enum Class
com.google.genkit.ai.evaluation.EvalStatus
Packages that use EvalStatus
-
Uses of EvalStatus in com.google.genkit.ai.evaluation
Methods in com.google.genkit.ai.evaluation that return EvalStatusModifier and TypeMethodDescriptionEvalMetric.getStatus()Score.getStatus()static EvalStatusReturns the enum constant of this class with the specified name.static EvalStatus[]EvalStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.genkit.ai.evaluation with parameters of type EvalStatusModifier and TypeMethodDescriptionvoidEvalMetric.setStatus(EvalStatus status) voidScore.setStatus(EvalStatus status) EvalMetric.Builder.status(EvalStatus status) Score.Builder.status(EvalStatus status) -
Uses of EvalStatus in com.google.genkit.plugins.evaluators
Methods in com.google.genkit.plugins.evaluators that return types with arguments of type EvalStatusMethod parameters in com.google.genkit.plugins.evaluators with type arguments of type EvalStatusModifier and TypeMethodDescriptionMetricConfig.Builder.statusOverrideFn(Function<Score, EvalStatus> statusOverrideFn)