Uses of Class
dev.langchain4j.model.vertexai.anthropic.VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder
Packages that use VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder
-
Uses of VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder in dev.langchain4j.model.vertexai.anthropic
Methods in dev.langchain4j.model.vertexai.anthropic that return VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilderModifier and TypeMethodDescriptionVertexAiAnthropicChatModel.builder()VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder.credentials(com.google.auth.oauth2.GoogleCredentials credentials) Sets the Google credentials to use for authentication.VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder.enablePromptCaching(Boolean enablePromptCaching) Enables prompt caching for Claude models.VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder.listeners(List<ChatModelListener> listeners) VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder.logRequests(Boolean logRequests) VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder.logResponses(Boolean logResponses) VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder.stopSequences(List<String> stopSequences) VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilder.temperature(Double temperature) Constructors in dev.langchain4j.model.vertexai.anthropic with parameters of type VertexAiAnthropicChatModel.VertexAiAnthropicChatModelBuilderModifierConstructorDescription