Uses of Enum Class
org.springframework.ai.vertexai.gemini.common.VertexAiGeminiSafetySetting.HarmBlockThreshold
-
Uses of VertexAiGeminiSafetySetting.HarmBlockThreshold in org.springframework.ai.vertexai.gemini.common
Modifier 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.Modifier and TypeMethodDescriptionvoid
VertexAiGeminiSafetySetting.setThreshold
(VertexAiGeminiSafetySetting.HarmBlockThreshold threshold) VertexAiGeminiSafetySetting.Builder.withThreshold
(VertexAiGeminiSafetySetting.HarmBlockThreshold threshold) ModifierConstructorDescriptionVertexAiGeminiSafetySetting
(VertexAiGeminiSafetySetting.HarmCategory category, VertexAiGeminiSafetySetting.HarmBlockThreshold threshold, VertexAiGeminiSafetySetting.HarmBlockMethod method)