Uses of Interface
dev.langchain4j.model.googleai.BatchRequestResponse.BatchResponse
Packages that use BatchRequestResponse.BatchResponse
-
Uses of BatchRequestResponse.BatchResponse in dev.langchain4j.model.googleai
Classes in dev.langchain4j.model.googleai that implement BatchRequestResponse.BatchResponseModifier and TypeClassDescriptionstatic final recordRepresents an error that occurred during a batch operation.static final recordRepresents a batch operation that is currently pending or in progress.static final recordRepresents a successful batch operation.Methods in dev.langchain4j.model.googleai that return BatchRequestResponse.BatchResponseModifier and TypeMethodDescriptionGoogleAiGeminiBatchChatModel.createBatchFromFile(String displayName, GeminiFiles.GeminiFile file) Creates a batch of chat requests from an uploaded file.GoogleAiGeminiBatchEmbeddingModel.createBatchFromFile(String displayName, GeminiFiles.GeminiFile file) Creates and enqueues a batch of embedding requests from an uploaded file.GoogleAiGeminiBatchChatModel.createBatchInline(String displayName, @Nullable Long priority, List<ChatRequest> requests) Creates and enqueues a batch of content generation requests for asynchronous processing.GoogleAiGeminiBatchEmbeddingModel.createBatchInline(String displayName, @Nullable Long priority, List<TextSegment> segments) Creates and enqueues a batch of embedding requests for asynchronous processing using the inline API.GoogleAiGeminiBatchChatModel.retrieveBatchResults(BatchRequestResponse.BatchName name) Retrieves the current state and results of a batch operation.GoogleAiGeminiBatchEmbeddingModel.retrieveBatchResults(BatchRequestResponse.BatchName name) Retrieves the current state and results of a batch operation.Methods in dev.langchain4j.model.googleai that return types with arguments of type BatchRequestResponse.BatchResponseModifier and TypeMethodDescriptionBatchRequestResponse.BatchList.responses()Returns the value of theresponsesrecord component.Constructor parameters in dev.langchain4j.model.googleai with type arguments of type BatchRequestResponse.BatchResponseModifierConstructorDescriptionBatchList(String pageToken, List<BatchRequestResponse.BatchResponse<T>> responses) Creates an instance of aBatchListrecord class.