OPENAPI / COMPONENTS / SCHEMAS
Batch Job data structure
BatchJobStructural definition for Batch Job in the Mistral AI API contract.
agent_idstringagent id value in the Mistral AI API contract.
completed_atstringcompleted at value in the Mistral AI API contract.
completed_requestsintegerrequiredcompleted requests value in the Mistral AI API contract.
created_atintegerrequiredcreated at value in the Mistral AI API contract.
endpointstringrequiredendpoint value in the Mistral AI API contract.
error_filestringerror file value in the Mistral AI API contract.
errorsBatchErrorrequirederrors value in the Mistral AI API contract.
failed_requestsintegerrequiredfailed requests value in the Mistral AI API contract.
idstringrequiredid value in the Mistral AI API contract.
input_filesarrayrequiredinput files value in the Mistral AI API contract.
metadatastringmetadata value in the Mistral AI API contract.
modelstringmodel value in the Mistral AI API contract.
objectstringobject value in the Mistral AI API contract.
output_filestringoutput file value in the Mistral AI API contract.
outputsstringoutputs value in the Mistral AI API contract.
started_atstringstarted at value in the Mistral AI API contract.
statusBatchJobStatusrequiredstatus value in the Mistral AI API contract.
succeeded_requestsintegerrequiredsucceeded requests value in the Mistral AI API contract.
total_requestsintegerrequiredtotal requests value in the Mistral AI API contract.