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

OpenAI.FineTuneData.Load

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

Method signatures

 Shared Function Load(TrainingFile As FolderItem) As OpenAI.FineTuneData
 Shared Function Load(TrainingFile As OpenAI.File) As OpenAI.FineTuneData

Parameters

Edit(FolderItem)

Name Type Comment
TrainingFile FolderItem A local JSONL file to load.
Name Type Comment
TrainingFile File A remote JSONL file to download.

Return value

Returns a new instance of OpenAI.FineTuneData containing the loaded JSONL lines.

See also

Clone this wiki locally