Uses of Class
dev.langchain4j.model.vertexai.VertexAiChatModel.Builder
Packages that use VertexAiChatModel.Builder
-
Uses of VertexAiChatModel.Builder in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return VertexAiChatModel.BuilderModifier and TypeMethodDescriptionstatic VertexAiChatModel.Builder
VertexAiChatModel.builder()
VertexAiChatModel.Builder.credentials
(com.google.auth.oauth2.GoogleCredentials credentials) VertexAiChatModel.Builder.maxOutputTokens
(Integer maxOutputTokens) VertexAiChatModel.Builder.maxRetries
(Integer maxRetries) VertexAiChatModel.Builder.temperature
(Double temperature) Constructors in dev.langchain4j.model.vertexai with parameters of type VertexAiChatModel.Builder -
Uses of VertexAiChatModel.Builder in dev.langchain4j.model.vertexai.spi
Subinterfaces with type arguments of type VertexAiChatModel.Builder in dev.langchain4j.model.vertexai.spiModifier and TypeInterfaceDescriptioninterface
A factory for buildingVertexAiChatModel.Builder
instances.