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