Skip to content

OpenAI.FineTuneData.Save

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

Method signature

 Sub Save(TrainingFile As FolderItem, Overwrite As Boolean = False)

Parameters

Name Type Comment
TrainingFile FolderItem The file to save the JSONL data to.
Overwrite Boolean Optional. If True, the TrainingFile will be overwritten if it exists.

See also

Clone this wiki locally