openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# FineTuningJobEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)