Uses of Class
dev.langchain4j.model.batch.BatchResponse.Builder
Packages that use BatchResponse.Builder
-
Uses of BatchResponse.Builder in dev.langchain4j.model.batch
Methods in dev.langchain4j.model.batch that return BatchResponse.BuilderModifier and TypeMethodDescriptionSets the unique identifier of the batch operation.static <T> BatchResponse.Builder<T> BatchResponse.builder()Returns a new builder for constructingBatchResponseinstances.BatchResponse.Builder.results(List<BatchItemResult<T>> results) Sets the per-request results of the batch operation, in submission order.BatchResponse.Builder.state(BatchState state) Sets the current state of the batch job.Constructors in dev.langchain4j.model.batch with parameters of type BatchResponse.Builder