Class MistralAiBatchJobsResponse
java.lang.Object
dev.langchain4j.model.mistralai.internal.api.MistralAiBatchJobsResponse
Response body for the list endpoint of the Mistral Batch API (
GET /v1/batch/jobs).
Uses page-based pagination: total is the number of jobs matching the query across all
pages, which MistralAiBatchChatModel combines with the requested page and page size to
decide whether a next page exists.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
-
total
-
-
Constructor Details
-
MistralAiBatchJobsResponse
public MistralAiBatchJobsResponse()
-