Uses of Class
dev.langchain4j.model.google.genai.GoogleGenAiBatchChatModel.Builder
Packages that use GoogleGenAiBatchChatModel.Builder
-
Uses of GoogleGenAiBatchChatModel.Builder in dev.langchain4j.model.google.genai
Methods in dev.langchain4j.model.google.genai that return GoogleGenAiBatchChatModel.BuilderModifier and TypeMethodDescriptionGoogleGenAiBatchChatModel.Builder.allowedFunctionNames(List<String> allowedFunctionNames) GoogleGenAiBatchChatModel.Builder.apiEndpoint(String apiEndpoint) GoogleGenAiBatchChatModel.builder()GoogleGenAiBatchChatModel.Builder.cachedContent(String cachedContent) GoogleGenAiBatchChatModel.Builder.client(com.google.genai.Client client) GoogleGenAiBatchChatModel.Builder.customHeaders(Map<String, String> customHeaders) GoogleGenAiBatchChatModel.Builder.defaultRequestParameters(ChatRequestParameters defaultRequestParameters) GoogleGenAiBatchChatModel.Builder.googleCredentials(com.google.auth.oauth2.GoogleCredentials credentials) GoogleGenAiBatchChatModel.Builder.googleMaps(Boolean googleMaps) GoogleGenAiBatchChatModel.Builder.googleSearch(Boolean googleSearch) GoogleGenAiBatchChatModel.Builder.maxRetries(Integer maxRetries) GoogleGenAiBatchChatModel.Builder.safetySettings(List<com.google.genai.types.SafetySetting> safetySettings) GoogleGenAiBatchChatModel.Builder.thinkingBudget(Integer thinkingBudget) The thinking budget to use.GoogleGenAiBatchChatModel.Builder.thinkingLevel(String thinkingLevel) The thinking level to use.GoogleGenAiBatchChatModel.Builder.urlContext(Boolean urlContext) GoogleGenAiBatchChatModel.Builder.vertexSearchDatastore(String vertexSearchDatastore)