Skip to content

OpenAI.FineTuneData.Create

Andrew Lambert edited this page Jan 1, 2024 · 1 revision

Method signature

 Shared Function Create(TrainingFile As FolderItem, Overwrite As Boolean = False) As OpenAI.FineTuneData

Parameters

Name Type Comment
TrainingFile FolderItem The new training file to create.
Overwrite Boolean Optional. If True, the TrainingFile will be overwritten if it exists.

Remarks

Create a new, empty JSONL training file.

Clone this wiki locally