Uses of Class
dev.langchain4j.model.google.genai.GoogleGenAiBatchEmbeddingModel.Builder
Packages that use GoogleGenAiBatchEmbeddingModel.Builder
-
Uses of GoogleGenAiBatchEmbeddingModel.Builder in dev.langchain4j.model.google.genai
Methods in dev.langchain4j.model.google.genai that return GoogleGenAiBatchEmbeddingModel.BuilderModifier and TypeMethodDescriptionGoogleGenAiBatchEmbeddingModel.Builder.apiEndpoint(String apiEndpoint) GoogleGenAiBatchEmbeddingModel.builder()GoogleGenAiBatchEmbeddingModel.Builder.client(com.google.genai.Client client) GoogleGenAiBatchEmbeddingModel.Builder.customHeaders(Map<String, String> customHeaders) GoogleGenAiBatchEmbeddingModel.Builder.googleCredentials(com.google.auth.oauth2.GoogleCredentials credentials) GoogleGenAiBatchEmbeddingModel.Builder.maxRetries(Integer maxRetries) GoogleGenAiBatchEmbeddingModel.Builder.outputDimensionality(Integer outputDimensionality) GoogleGenAiBatchEmbeddingModel.Builder.taskType(GoogleGenAiEmbeddingModel.TaskTypeEnum taskType) GoogleGenAiBatchEmbeddingModel.Builder.titleMetadataKey(String titleMetadataKey)