# FineTuningJobEvent
## Properties
**object** | **String** | The object type, which is always \"fine_tuning.job.event\". |
**id** | **String** | The object identifier. |
**created_at** | **i32** | The Unix timestamp (in seconds) for when the fine-tuning job was created. |
**level** | **String** | The log level of the event. |
**message** | **String** | The message of the event. |
**r#type** | Option<**String**> | The type of event. | [optional]
**data** | Option<[**serde_json::Value**](.md)> | The data associated with the event. | [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)