Class GoogleGenAiSafetySetting
java.lang.Object
org.springframework.ai.google.genai.common.GoogleGenAiSafetySetting
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enumEnum representing methods for evaluating harmful content.static enumEnum representing different threshold levels for blocking harmful content.static enumEnum representing different categories of harmful content. -
Constructor Summary
ConstructorsConstructorDescriptionGoogleGenAiSafetySetting(GoogleGenAiSafetySetting.HarmCategory category, GoogleGenAiSafetySetting.HarmBlockThreshold threshold, GoogleGenAiSafetySetting.HarmBlockMethod method) -
Method Summary
-
Constructor Details
-
GoogleGenAiSafetySetting
public GoogleGenAiSafetySetting() -
GoogleGenAiSafetySetting
public GoogleGenAiSafetySetting(GoogleGenAiSafetySetting.HarmCategory category, GoogleGenAiSafetySetting.HarmBlockThreshold threshold, GoogleGenAiSafetySetting.HarmBlockMethod method)
-
-
Method Details