Uses of Enum Class
dev.langchain4j.model.googleai.GeminiHarmBlockThreshold
Packages that use GeminiHarmBlockThreshold
-
Uses of GeminiHarmBlockThreshold in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return GeminiHarmBlockThresholdModifier and TypeMethodDescriptionGeminiSafetySetting.getThreshold()
static GeminiHarmBlockThreshold
Returns 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 TypeMethodDescriptionvoid
GeminiSafetySetting.setThreshold
(GeminiHarmBlockThreshold threshold) Method parameters in dev.langchain4j.model.googleai with type arguments of type GeminiHarmBlockThresholdModifier and TypeMethodDescriptionGoogleAiGeminiChatModel.GoogleAiGeminiChatModelBuilder.safetySettings
(Map<GeminiHarmCategory, GeminiHarmBlockThreshold> safetySettingMap) GoogleAiGeminiStreamingChatModel.GoogleAiGeminiStreamingChatModelBuilder.safetySettings
(Map<GeminiHarmCategory, GeminiHarmBlockThreshold> safetySettingMap) Constructors in dev.langchain4j.model.googleai with parameters of type GeminiHarmBlockThresholdModifierConstructorDescriptionGeminiSafetySetting
(GeminiHarmCategory category, GeminiHarmBlockThreshold threshold)