mistral-openapi-client 0.1.0

Our Chat Completion and Embeddings APIs specification. Create your account on [La Plateforme](https://console.mistral.ai) to get access and read the [docs](https://docs.mistral.ai) to learn how to use it.
Documentation
# BatchJobOut

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**object** | Option<**Object**> |  (enum: batch) | [optional][default to Batch]
**input_files** | **Vec<uuid::Uuid>** |  | 
**metadata** | Option<**std::collections::HashMap<String, serde_json::Value>**> |  | [optional]
**endpoint** | **String** |  | 
**model** | Option<**String**> |  | [optional]
**agent_id** | Option<**String**> |  | [optional]
**output_file** | Option<**uuid::Uuid**> |  | [optional]
**error_file** | Option<**uuid::Uuid**> |  | [optional]
**errors** | [**Vec<models::BatchError>**]BatchError.md |  | 
**outputs** | Option<**Vec<std::collections::HashMap<String, serde_json::Value>>**> |  | [optional]
**status** | [**models::BatchJobStatus**]BatchJobStatus.md |  | 
**created_at** | **i32** |  | 
**total_requests** | **i32** |  | 
**completed_requests** | **i32** |  | 
**succeeded_requests** | **i32** |  | 
**failed_requests** | **i32** |  | 
**started_at** | Option<**i32**> |  | [optional]
**completed_at** | Option<**i32**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)