Class MistralAiBatchJobsResponse

java.lang.Object
dev.langchain4j.model.mistralai.internal.api.MistralAiBatchJobsResponse

public class MistralAiBatchJobsResponse extends Object
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 Details

  • Constructor Details

    • MistralAiBatchJobsResponse

      public MistralAiBatchJobsResponse()