Class VertexAiGeminiSafetySetting
java.lang.Object
org.springframework.ai.vertexai.gemini.common.VertexAiGeminiSafetySetting
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic 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
ConstructorsConstructorDescriptionVertexAiGeminiSafetySetting(VertexAiGeminiSafetySetting.HarmCategory category, VertexAiGeminiSafetySetting.HarmBlockThreshold threshold, VertexAiGeminiSafetySetting.HarmBlockMethod method) -
Method Summary
-
Constructor Details
-
VertexAiGeminiSafetySetting
public VertexAiGeminiSafetySetting() -
VertexAiGeminiSafetySetting
public VertexAiGeminiSafetySetting(VertexAiGeminiSafetySetting.HarmCategory category, VertexAiGeminiSafetySetting.HarmBlockThreshold threshold, VertexAiGeminiSafetySetting.HarmBlockMethod method)
-
-
Method Details