Manage fine-tuning jobs — create, list, retrieve, cancel, and monitor events.
Access via client$fine_tuning$jobs.
new()FineTuningJobsClient$new(parent)
create()FineTuningJobsClient$create(
training_file,
model = "gpt-3.5-turbo",
hyperparameters = NULL,
suffix = NULL,
validation_file = NULL,
integrations = NULL,
seed = NULL,
method = NULL
)
list()FineTuningJobsClient$list(after = NULL, limit = NULL)
retrieve()FineTuningJobsClient$retrieve(fine_tuning_job_id)
cancel()FineTuningJobsClient$cancel(fine_tuning_job_id)
list_events()FineTuningJobsClient$list_events(
fine_tuning_job_id,
after = NULL,
limit = NULL
)
clone()The objects of this class are cloneable with this method.
FineTuningJobsClient$clone(deep = FALSE)deepWhether to make a deep clone.