Uses of Class
org.springframework.ai.vertexai.gemini.VertexAiGeminiChatOptions.Builder
-
Uses of VertexAiGeminiChatOptions.Builder in org.springframework.ai.vertexai.gemini
Modifier and TypeMethodDescriptionVertexAiGeminiChatOptions.builder()
VertexAiGeminiChatOptions.Builder.candidateCount
(Integer candidateCount) VertexAiGeminiChatOptions.Builder.functionCallbacks
(List<FunctionCallback> functionCallbacks) VertexAiGeminiChatOptions.Builder.googleSearchRetrieval
(boolean googleSearch) VertexAiGeminiChatOptions.Builder.maxOutputTokens
(Integer maxOutputTokens) VertexAiGeminiChatOptions.Builder.model
(VertexAiGeminiChatModel.ChatModel model) VertexAiGeminiChatOptions.Builder.proxyToolCalls
(boolean proxyToolCalls) VertexAiGeminiChatOptions.Builder.responseMimeType
(String mimeType) VertexAiGeminiChatOptions.Builder.safetySettings
(List<VertexAiGeminiSafetySetting> safetySettings) VertexAiGeminiChatOptions.Builder.stopSequences
(List<String> stopSequences) VertexAiGeminiChatOptions.Builder.temperature
(Double temperature) VertexAiGeminiChatOptions.Builder.toolContext
(Map<String, Object> toolContext) VertexAiGeminiChatOptions.Builder.withCandidateCount
(Integer candidateCount) Deprecated, for removal: This API element is subject to removal in a future version.VertexAiGeminiChatOptions.Builder.withFunction
(String functionName) Deprecated, for removal: This API element is subject to removal in a future version.usefunction(String)
instead.VertexAiGeminiChatOptions.Builder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks) Deprecated, for removal: This API element is subject to removal in a future version.usefunctionCallbacks(List)
instead.VertexAiGeminiChatOptions.Builder.withFunctions
(Set<String> functionNames) Deprecated, for removal: This API element is subject to removal in a future version.usefunctions(Set)
instead.VertexAiGeminiChatOptions.Builder.withGoogleSearchRetrieval
(boolean googleSearch) Deprecated, for removal: This API element is subject to removal in a future version.usegoogleSearchRetrieval(boolean)
instead.VertexAiGeminiChatOptions.Builder.withMaxOutputTokens
(Integer maxOutputTokens) Deprecated, for removal: This API element is subject to removal in a future version.usemaxOutputTokens(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead.VertexAiGeminiChatOptions.Builder.withModel
(VertexAiGeminiChatModel.ChatModel model) Deprecated, for removal: This API element is subject to removal in a future version.usemodel(ChatModel)
instead.VertexAiGeminiChatOptions.Builder.withProxyToolCalls
(boolean proxyToolCalls) Deprecated, for removal: This API element is subject to removal in a future version.useproxyToolCalls(boolean)
instead.VertexAiGeminiChatOptions.Builder.withResponseMimeType
(String mimeType) Deprecated, for removal: This API element is subject to removal in a future version.useresponseMimeType(String)
instead.VertexAiGeminiChatOptions.Builder.withSafetySettings
(List<VertexAiGeminiSafetySetting> safetySettings) Deprecated, for removal: This API element is subject to removal in a future version.VertexAiGeminiChatOptions.Builder.withStopSequences
(List<String> stopSequences) Deprecated, for removal: This API element is subject to removal in a future version.usestopSequences(List)
instead.VertexAiGeminiChatOptions.Builder.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.usetemperature(Double)
instead.VertexAiGeminiChatOptions.Builder.withToolContext
(Map<String, Object> toolContext) Deprecated, for removal: This API element is subject to removal in a future version.usetoolContext(Map)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopK(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopP(Double)
instead.
candidateCount(Integer)
instead.