Class VertexAiGeminiSafetySetting.Builder
java.lang.Object
org.springframework.ai.vertexai.gemini.common.VertexAiGeminiSafetySetting.Builder
- Enclosing class:
- VertexAiGeminiSafetySetting
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withCategory
public VertexAiGeminiSafetySetting.Builder withCategory(VertexAiGeminiSafetySetting.HarmCategory category) -
withThreshold
public VertexAiGeminiSafetySetting.Builder withThreshold(VertexAiGeminiSafetySetting.HarmBlockThreshold threshold) -
withMethod
public VertexAiGeminiSafetySetting.Builder withMethod(VertexAiGeminiSafetySetting.HarmBlockMethod method) -
build
-