Class VertexAiGeminiSafetySetting
java.lang.Object
org.springframework.ai.vertexai.gemini.common.VertexAiGeminiSafetySetting
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
Enum representing methods for evaluating harmful content.static enum
Enum representing different threshold levels for blocking harmful content.static enum
Enum 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