list_fine_tuning_jobs: List Fine-Tuning Jobs

View source: R/functions.R

list_fine_tuning_jobsR Documentation

List Fine-Tuning Jobs

Description

List your organization's fine-tuning jobs

Usage

list_fine_tuning_jobs(after = NULL, limit = NULL, return_response = F)

Arguments

after

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

limit

(integer) Number of fine-tuning jobs 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.