Uses of Class
dev.langchain4j.model.batch.BatchResponse
Packages that use BatchResponse
Package
Description
-
Uses of BatchResponse in dev.langchain4j.model.batch
Methods in dev.langchain4j.model.batch that return BatchResponseModifier and TypeMethodDescriptionBatchResponse.Builder.build()Builds a newBatchResponseinstance.Methods in dev.langchain4j.model.batch that return types with arguments of type BatchResponseModifier and TypeMethodDescriptionBatchPage.batches()Returns the list of batch responses for the current page.Constructor parameters in dev.langchain4j.model.batch with type arguments of type BatchResponseModifierConstructorDescriptionBatchPage(List<BatchResponse<T>> batches, @Nullable String nextPageToken) Creates a newBatchPage. -
Uses of BatchResponse in dev.langchain4j.model.chat
Methods in dev.langchain4j.model.chat that return BatchResponseModifier and TypeMethodDescriptionRetrieves the current state and results of a chat batch operation.BatchChatModel.submit(BatchRequest<ChatRequest> request) Creates a batch of chat requests and submits them for asynchronous processing. -
Uses of BatchResponse in dev.langchain4j.model.embedding
Methods in dev.langchain4j.model.embedding that return BatchResponseModifier and TypeMethodDescriptionRetrieves the current state and results of an embedding batch operation.BatchEmbeddingModel.submit(BatchRequest<TextSegment> request) Creates a batch of text segments and submits them for asynchronous embedding processing. -
Uses of BatchResponse in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return BatchResponseModifier and TypeMethodDescriptionRetrieves the current state and results of a chat batch operation.Retrieves the current state and results of an embedding batch operation.BatchResponse<Response<@NonNull Image>> Retrieves the current state and results of an image generation batch operation.GoogleAiGeminiBatchChatModel.submit(BatchRequest<ChatRequest> request) Creates a batch of chat requests and submits them for asynchronous processing.GoogleAiGeminiBatchChatModel.submit(GeminiBatchRequest<ChatRequest> request) Creates and enqueues a batch of content generation requests for asynchronous processing, with Gemini-specific options such as display name and priority.GoogleAiGeminiBatchChatModel.submit(String displayName, GeminiFiles.GeminiFile file) Creates a batch of chat requests from an uploaded file.GoogleAiGeminiBatchEmbeddingModel.submit(BatchRequest<TextSegment> request) Creates a batch of text segments and submits them for asynchronous embedding processing.GoogleAiGeminiBatchEmbeddingModel.submit(GeminiBatchRequest<TextSegment> request) Creates and enqueues a batch of embedding requests, with Gemini-specific options such as display name and priority.GoogleAiGeminiBatchEmbeddingModel.submit(String displayName, GeminiFiles.GeminiFile file) Creates and enqueues a batch of embedding requests from an uploaded file.GoogleAiGeminiBatchImageModel.submit(BatchRequest<String> request) Creates a batch of image generation prompts and submits them for asynchronous processing.BatchResponse<Response<@NonNull Image>> GoogleAiGeminiBatchImageModel.submit(GeminiBatchRequest<String> request) Creates and enqueues a batch of image generation requests, with Gemini-specific options such as display name and priority.BatchResponse<Response<@NonNull Image>> GoogleAiGeminiBatchImageModel.submit(String displayName, GeminiFiles.GeminiFile file) Creates a batch of image generation requests from an uploaded file. -
Uses of BatchResponse in dev.langchain4j.model.image
Methods in dev.langchain4j.model.image that return BatchResponseModifier and TypeMethodDescriptionRetrieves the current state and results of an image generation batch operation.BatchImageModel.submit(BatchRequest<String> request) Creates a batch of image generation prompts and submits them for asynchronous processing.