Uses of Class
dev.langchain4j.model.vertexai.VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder
Packages that use VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder
-
Uses of VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilderModifier and TypeMethodDescriptionVertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.allowedFunctionNames
(List<String> allowedFunctionNames) VertexAiGeminiStreamingChatModel.builder()
VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.customHeaders
(Map<String, String> customHeaders) Sets custom headers to be included in the LLM requests.VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.listeners
(List<ChatModelListener> listeners) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.logRequests
(Boolean logRequests) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.logResponses
(Boolean logResponses) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.maxOutputTokens
(Integer maxOutputTokens) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.modelName
(String modelName) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.responseMimeType
(String responseMimeType) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.responseSchema
(com.google.cloud.vertexai.api.Schema responseSchema) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.safetySettings
(Map<HarmCategory, SafetyThreshold> safetySettings) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.temperature
(Float temperature) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.toolCallingMode
(ToolCallingMode toolCallingMode) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.useGoogleSearch
(Boolean useGoogleSearch) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.vertexSearchDatastore
(String vertexSearchDatastore)