Uses of Enum Class
org.springframework.ai.vertexai.gemini.common.VertexAiGeminiSafetySetting.HarmBlockThreshold
Packages that use VertexAiGeminiSafetySetting.HarmBlockThreshold
-
Uses of VertexAiGeminiSafetySetting.HarmBlockThreshold in org.springframework.ai.vertexai.gemini.common
Methods in org.springframework.ai.vertexai.gemini.common that return VertexAiGeminiSafetySetting.HarmBlockThresholdModifier and TypeMethodDescriptionVertexAiGeminiSafetySetting.getThreshold()
Returns the enum constant of this class with the specified name.VertexAiGeminiSafetySetting.HarmBlockThreshold.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.vertexai.gemini.common with parameters of type VertexAiGeminiSafetySetting.HarmBlockThresholdModifier and TypeMethodDescriptionvoid
VertexAiGeminiSafetySetting.setThreshold
(VertexAiGeminiSafetySetting.HarmBlockThreshold threshold) VertexAiGeminiSafetySetting.Builder.withThreshold
(VertexAiGeminiSafetySetting.HarmBlockThreshold threshold) Constructors in org.springframework.ai.vertexai.gemini.common with parameters of type VertexAiGeminiSafetySetting.HarmBlockThresholdModifierConstructorDescriptionVertexAiGeminiSafetySetting
(VertexAiGeminiSafetySetting.HarmCategory category, VertexAiGeminiSafetySetting.HarmBlockThreshold threshold, VertexAiGeminiSafetySetting.HarmBlockMethod method)