-
-
Notifications
You must be signed in to change notification settings - Fork 6
OpenAI.FineTuneJob.Lookup
Andrew Lambert edited this page Feb 8, 2024
·
2 revisions
OpenAI.FineTuneJob.Lookup
Shared Function Lookup(Index As Integer) As OpenAI.FineTuneJob
Shared Function Lookup(FineTuneID As String) As OpenAI.FineTuneJob
Name | Type | Comment |
---|---|---|
FineTuneID | String | The ID of the FineTuneJob to retrieve. If no FineTuneJob matches the ID then the return value is Nil
|
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the FineTuneJob to retrieve. If the index is invalid then an OutOfBoundsException will be raised. |
Returns a new instance of OpenAI.FineTuneJob
representing the fine tuning job.
Use this method to retrieve jobs that have already been submitted. You can look jobs up by their ID string, or by their index in conjunction with the Count method to iterate over all previously submitted jobs.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.