Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

OpenAI.FineTuneJob.GetResultFile

Andrew Lambert edited this page Jan 27, 2024 · 3 revisions

OpenAI.FineTuneJob.GetResultFile

Method signature

 Function GetResultFile(Index As Integer) As OpenAI.File

Parameters

Name Type Comment
Index Integer The index of the file to retrieve.

Return value

An OpenAI.File object representing one of the files created during the fine tune job.

See also

Clone this wiki locally