OPENAPI / COMPONENTS / SCHEMAS

Batch Job data structure

BatchJob

Structural definition for Batch Job in the Mistral AI API contract.

object19properties
agent_idstring

agent id value in the Mistral AI API contract.

completed_atstring

completed at value in the Mistral AI API contract.

completed_requestsintegerrequired

completed requests value in the Mistral AI API contract.

created_atintegerrequired

created at value in the Mistral AI API contract.

endpointstringrequired

endpoint value in the Mistral AI API contract.

error_filestring

error file value in the Mistral AI API contract.

errorsBatchErrorrequired

errors value in the Mistral AI API contract.

failed_requestsintegerrequired

failed requests value in the Mistral AI API contract.

idstringrequired

id value in the Mistral AI API contract.

input_filesarrayrequired

input files value in the Mistral AI API contract.

metadatastring

metadata value in the Mistral AI API contract.

modelstring

model value in the Mistral AI API contract.

objectstring

object value in the Mistral AI API contract.

output_filestring

output file value in the Mistral AI API contract.

outputsstring

outputs value in the Mistral AI API contract.

started_atstring

started at value in the Mistral AI API contract.

statusBatchJobStatusrequired

status value in the Mistral AI API contract.

succeeded_requestsintegerrequired

succeeded requests value in the Mistral AI API contract.

total_requestsintegerrequired

total requests value in the Mistral AI API contract.