list_fine_tuning_events: List Fine-Tuning Events

View source: R/functions.R

list_fine_tuning_eventsR Documentation

List Fine-Tuning Events

Description

Get status updates for a fine-tuning job.

Usage

list_fine_tuning_events(
  fine_tuning_job_id,
  after = NULL,
  limit = NULL,
  return_response = F
)

Arguments

fine_tuning_job_id

(string) The ID of the fine-tuning job to get events for. Required

after

(string) Identifier for the last event from the previous pagination request.

limit

(integer) Number of events to retrieve.

return_response

(boolean) Whether to return the API response or parse the contents of the response. Defaults to FALSE (parse the response).

See Also

Open AI Documentation


samterfa/openai documentation built on Oct. 9, 2024, 5:18 p.m.