-
VertexAiAnthropicStreamingChatModel.builder()
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.credentials(com.google.auth.oauth2.GoogleCredentials credentials)
Sets the Google credentials to use for authentication.
Enables prompt caching for Claude models.
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.location(String location)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.logRequests(Boolean logRequests)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.logResponses(Boolean logResponses)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.maxTokens(Integer maxTokens)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.modelName(String modelName)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.project(String project)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.stopSequences(List<String> stopSequences)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.temperature(Double temperature)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.topK(Integer topK)
VertexAiAnthropicStreamingChatModel.VertexAiAnthropicStreamingChatModelBuilder.topP(Double topP)