Back

list-fine-tune-events (clj)

(source)

function

(list-fine-tune-events params) (list-fine-tune-events params options)
(Deprecated) Get fine-grained status updates for a fine-tune job. Example: ``` (list-fine-tune-events {:fine_tune_id "ft-1wefweub"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/fine-tunes/events)

Examples