Uses of Enum Class
org.springframework.ai.vertexai.gemini.common.VertexAiGeminiSafetySetting.HarmBlockMethod
Packages that use VertexAiGeminiSafetySetting.HarmBlockMethod
-
Uses of VertexAiGeminiSafetySetting.HarmBlockMethod in org.springframework.ai.vertexai.gemini.common
Methods in org.springframework.ai.vertexai.gemini.common that return VertexAiGeminiSafetySetting.HarmBlockMethodModifier 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.Methods in org.springframework.ai.vertexai.gemini.common with parameters of type VertexAiGeminiSafetySetting.HarmBlockMethodModifier and TypeMethodDescriptionvoid
VertexAiGeminiSafetySetting.setMethod
(VertexAiGeminiSafetySetting.HarmBlockMethod method) VertexAiGeminiSafetySetting.Builder.withMethod
(VertexAiGeminiSafetySetting.HarmBlockMethod method) Constructors in org.springframework.ai.vertexai.gemini.common with parameters of type VertexAiGeminiSafetySetting.HarmBlockMethodModifierConstructorDescriptionVertexAiGeminiSafetySetting
(VertexAiGeminiSafetySetting.HarmCategory category, VertexAiGeminiSafetySetting.HarmBlockThreshold threshold, VertexAiGeminiSafetySetting.HarmBlockMethod method)