Uses of Enum Class
dev.langchain4j.guardrail.GuardrailResult.Result
Packages that use GuardrailResult.Result
-
Uses of GuardrailResult.Result in dev.langchain4j.guardrail
Subclasses with type arguments of type GuardrailResult.Result in dev.langchain4j.guardrailModifier and TypeClassDescriptionstatic enum
The possible results of a guardrails validation.Methods in dev.langchain4j.guardrail that return GuardrailResult.ResultModifier and TypeMethodDescriptionGuardrailResult.result()
The result of the guardrailInputGuardrailResult.result()
OutputGuardrailResult.result()
static GuardrailResult.Result
Returns the enum constant of this class with the specified name.static GuardrailResult.Result[]
GuardrailResult.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GuardrailResult.Result in dev.langchain4j.test.guardrail
Methods in dev.langchain4j.test.guardrail with parameters of type GuardrailResult.ResultModifier and TypeMethodDescriptionGuardrailResultAssert.hasResult
(GuardrailResult.Result result) Asserts that the actual object'sGuardrailResult.Result
matches the given expected result.