Class VertexAiGeminiChatModel.Builder
java.lang.Object
org.springframework.ai.vertexai.gemini.VertexAiGeminiChatModel.Builder
- Enclosing class:
- VertexAiGeminiChatModel
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
defaultOptions
(VertexAiGeminiChatOptions defaultOptions) functionCallbackResolver
(FunctionCallbackResolver functionCallbackResolver) Deprecated.observationRegistry
(io.micrometer.observation.ObservationRegistry observationRegistry) retryTemplate
(org.springframework.retry.support.RetryTemplate retryTemplate) toolCallingManager
(ToolCallingManager toolCallingManager) toolFunctionCallbacks
(List<FunctionCallback> toolFunctionCallbacks) Deprecated.vertexAI
(com.google.cloud.vertexai.VertexAI vertexAI)
-
Method Details
-
vertexAI
-
defaultOptions
-
toolCallingManager
-
functionCallbackResolver
@Deprecated public VertexAiGeminiChatModel.Builder functionCallbackResolver(FunctionCallbackResolver functionCallbackResolver) Deprecated. -
toolFunctionCallbacks
@Deprecated public VertexAiGeminiChatModel.Builder toolFunctionCallbacks(List<FunctionCallback> toolFunctionCallbacks) Deprecated. -
retryTemplate
public VertexAiGeminiChatModel.Builder retryTemplate(org.springframework.retry.support.RetryTemplate retryTemplate) -
observationRegistry
public VertexAiGeminiChatModel.Builder observationRegistry(io.micrometer.observation.ObservationRegistry observationRegistry) -
build
-