# BatchJobIn
## Properties
**input_files** | Option<**Vec<uuid::Uuid>**> | | [optional]
**requests** | Option<[**Vec<models::BatchRequest>**](BatchRequest.md)> | | [optional]
**endpoint** | [**models::ApiEndpoint**](ApiEndpoint.md) | The endpoint to be used for batch inference. |
**model** | Option<**String**> | | [optional]
**agent_id** | Option<**String**> | | [optional]
**metadata** | Option<**std::collections::HashMap<String, String>**> | | [optional]
**timeout_hours** | Option<**i32**> | The timeout in hours for the batch inference job. | [optional][default to 24]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)