Uses of Record Class
dev.langchain4j.model.googleai.BatchRequestResponse.BatchList
Packages that use BatchRequestResponse.BatchList
-
Uses of BatchRequestResponse.BatchList in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return BatchRequestResponse.BatchListModifier and TypeMethodDescriptionBatchRequestResponse.BatchList<dev.langchain4j.model.chat.response.ChatResponse> GoogleAiGeminiBatchChatModel.listBatchJobs(@Nullable Integer pageSize, @Nullable String pageToken) Lists batch jobs with optional pagination.BatchRequestResponse.BatchList<dev.langchain4j.data.embedding.Embedding> GoogleAiGeminiBatchEmbeddingModel.listBatchJobs(@Nullable Integer pageSize, @Nullable String pageToken) Lists batch jobs.BatchRequestResponse.BatchList<dev.langchain4j.model.output.Response<@NonNull dev.langchain4j.data.image.Image>> GoogleAiGeminiBatchImageModel.listBatchJobs(@Nullable Integer pageSize, @Nullable String pageToken) Lists batch jobs with optional pagination.