Current section
Files
Jump to
Current section
Files
include/glopenai@fine_tuning_ListFineTuningJobCheckpointsResponse.hrl
-record(list_fine_tuning_job_checkpoints_response, {
data :: list(glopenai@fine_tuning:fine_tuning_job_checkpoint()),
object :: binary(),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean()
}).