Uses of Enum Class
org.springframework.ai.google.genai.common.GoogleGenAiSafetySetting.HarmBlockThreshold
Packages that use GoogleGenAiSafetySetting.HarmBlockThreshold
-
Uses of GoogleGenAiSafetySetting.HarmBlockThreshold in org.springframework.ai.google.genai.common
Methods in org.springframework.ai.google.genai.common that return GoogleGenAiSafetySetting.HarmBlockThresholdModifier and TypeMethodDescriptionGoogleGenAiSafetySetting.getThreshold()
Returns the enum constant of this class with the specified name.GoogleGenAiSafetySetting.HarmBlockThreshold.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.HarmBlockThresholdModifier and TypeMethodDescriptionvoid
GoogleGenAiSafetySetting.setThreshold
(GoogleGenAiSafetySetting.HarmBlockThreshold threshold) GoogleGenAiSafetySetting.Builder.withThreshold
(GoogleGenAiSafetySetting.HarmBlockThreshold threshold) Constructors in org.springframework.ai.google.genai.common with parameters of type GoogleGenAiSafetySetting.HarmBlockThresholdModifierConstructorDescriptionGoogleGenAiSafetySetting
(GoogleGenAiSafetySetting.HarmCategory category, GoogleGenAiSafetySetting.HarmBlockThreshold threshold, GoogleGenAiSafetySetting.HarmBlockMethod method)