Uses of Enum Class
org.springframework.ai.google.genai.common.GoogleGenAiSafetySetting.HarmBlockMethod
Packages that use GoogleGenAiSafetySetting.HarmBlockMethod
-
Uses of GoogleGenAiSafetySetting.HarmBlockMethod in org.springframework.ai.google.genai.common
Methods in org.springframework.ai.google.genai.common that return GoogleGenAiSafetySetting.HarmBlockMethodModifier and TypeMethodDescriptionGoogleGenAiSafetySetting.getMethod()
Returns the enum constant of this class with the specified name.GoogleGenAiSafetySetting.HarmBlockMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.google.genai.common with parameters of type GoogleGenAiSafetySetting.HarmBlockMethodModifier and TypeMethodDescriptionvoid
GoogleGenAiSafetySetting.setMethod
(GoogleGenAiSafetySetting.HarmBlockMethod method) GoogleGenAiSafetySetting.Builder.withMethod
(GoogleGenAiSafetySetting.HarmBlockMethod method) Constructors in org.springframework.ai.google.genai.common with parameters of type GoogleGenAiSafetySetting.HarmBlockMethodModifierConstructorDescriptionGoogleGenAiSafetySetting
(GoogleGenAiSafetySetting.HarmCategory category, GoogleGenAiSafetySetting.HarmBlockThreshold threshold, GoogleGenAiSafetySetting.HarmBlockMethod method)