Uses of Enum Class
org.springframework.ai.vertexai.gemini.common.VertexAiGeminiSafetySetting.HarmBlockMethod
-
Uses of VertexAiGeminiSafetySetting.HarmBlockMethod in org.springframework.ai.vertexai.gemini.common
Modifier and TypeMethodDescriptionVertexAiGeminiSafetySetting.getMethod()
Returns the enum constant of this class with the specified name.VertexAiGeminiSafetySetting.HarmBlockMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
VertexAiGeminiSafetySetting.setMethod
(VertexAiGeminiSafetySetting.HarmBlockMethod method) VertexAiGeminiSafetySetting.Builder.withMethod
(VertexAiGeminiSafetySetting.HarmBlockMethod method) ModifierConstructorDescriptionVertexAiGeminiSafetySetting
(VertexAiGeminiSafetySetting.HarmCategory category, VertexAiGeminiSafetySetting.HarmBlockThreshold threshold, VertexAiGeminiSafetySetting.HarmBlockMethod method)