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 TypeMethodDescriptionstatic 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.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)