fineTuningEvents

abstract suspend fun fineTuningEvents(    id: FineTuningId,     after: String? = null,     limit: Int? = null,     requestOptions: RequestOptions? = null): PaginatedList<FineTuningJobEvent>

Get status updates for a fine-tuning job.

Parameters

id

The ID of the fine-tuning job to get events for.

after

Identifier for the last event from the previous pagination request.

limit

Number of events to retrieve.

requestOptions

request options.