Class VertexAiGeminiSafetySetting
java.lang.Object
org.springframework.ai.vertexai.gemini.common.VertexAiGeminiSafetySetting
-
Nested Class Summary
Modifier 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
ConstructorDescriptionVertexAiGeminiSafetySetting
(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