View source: R/api_fine-tuning.R
fine_tuning_fetch_jobs_list | R Documentation |
Extract fine-tuning jobs list as data.frame from response object
fine_tuning_fetch_jobs_list(res_content)
res_content |
response object returned by fine_tuning_jobs_list_request |
fine-tuning list models as data.frame
## Not run:
res_content <- fine_tuning_jobs_list_request()
if (!is_error(res_content)) {
fine_tuning_jobs_df <- fine_tuning_fetch_jobs_list(res_content)
print(fine_tuning_jobs_df)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.