Uses of Class
dev.langchain4j.model.vertexai.gemini.VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder
Packages that use VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder
-
Uses of VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder in dev.langchain4j.model.vertexai.gemini
Methods in dev.langchain4j.model.vertexai.gemini that return VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilderModifier and TypeMethodDescriptionVertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.allowedFunctionNames(List<String> allowedFunctionNames) VertexAiGeminiStreamingChatModel.builder()VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.credentials(com.google.auth.oauth2.GoogleCredentials credentials) Sets the Google credentials to use for authentication.VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.customHeaders(Map<String, String> customHeaders) Sets custom headers to be included in the LLM requests.VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.executor(Executor executor) 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) Constructors in dev.langchain4j.model.vertexai.gemini with parameters of type VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilderModifierConstructorDescriptionVertexAiGeminiStreamingChatModel(VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder builder) -
Uses of VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder in dev.langchain4j.model.vertexai.gemini.spi
Subinterfaces with type arguments of type VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder in dev.langchain4j.model.vertexai.gemini.spiModifier and TypeInterfaceDescriptioninterfaceA factory for buildingVertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilderinstances.