list_fine_tune_eventsdeprecated | R Documentation |
Get fine-grained status updates for a fine-tune job.
list_fine_tune_eventsdeprecated(
fine_tune_id,
stream = NULL,
return_response = F
)
fine_tune_id |
(string) The ID of the fine-tune job to get events for. Required |
stream |
(boolean) Whether to stream events for the fine-tune job. If set to true, events will be sent as data-only server-sent events as they become available. The stream will terminate with a data: DONE message when the job is finished (succeeded, cancelled, or failed). If set to false, only events generated so far will be returned. |
return_response |
(boolean) Whether to return the API response or parse the contents of the response. Defaults to FALSE (parse the response). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.