Uses of Enum Class
dev.langchain4j.model.googleai.GeminiHarmBlockThreshold
Packages that use GeminiHarmBlockThreshold
-
Uses of GeminiHarmBlockThreshold in dev.langchain4j.model.googleai
Subclasses with type arguments of type GeminiHarmBlockThreshold in dev.langchain4j.model.googleaiMethods in dev.langchain4j.model.googleai that return GeminiHarmBlockThresholdModifier and TypeMethodDescriptionGeminiSafetySetting.getThreshold()static GeminiHarmBlockThresholdReturns the enum constant of this class with the specified name.static GeminiHarmBlockThreshold[]GeminiHarmBlockThreshold.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.googleai with parameters of type GeminiHarmBlockThresholdModifier and TypeMethodDescriptionvoidGeminiSafetySetting.setThreshold(GeminiHarmBlockThreshold threshold) Constructors in dev.langchain4j.model.googleai with parameters of type GeminiHarmBlockThresholdModifierConstructorDescriptionGeminiSafetySetting(GeminiHarmCategory category, GeminiHarmBlockThreshold threshold)