Class VertexAiGeminiChatOptions.Builder
java.lang.Object
org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
- Enclosing class:
VertexAiGeminiChatOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withCandidateCount
(Integer candidateCount) withFunction
(String functionName) withFunctionCallbacks
(List<FunctionCallback> functionCallbacks) withFunctions
(Set<String> functionNames) withMaxOutputTokens
(Integer maxOutputTokens) withStopSequences
(List<String> stopSequences) withTemperature
(Float temperature) withTransportType
(VertexAiGeminiChatOptions.TransportType transportType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withStopSequences
-
withTemperature
-
withTopP
-
withTopK
-
withCandidateCount
-
withMaxOutputTokens
-
withModel
-
withFunctionCallbacks
public VertexAiGeminiChatOptions.Builder withFunctionCallbacks(List<FunctionCallback> functionCallbacks) -
withFunctions
-
withFunction
-
withTransportType
public VertexAiGeminiChatOptions.Builder withTransportType(VertexAiGeminiChatOptions.TransportType transportType) -
build
-