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.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.