File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,11 @@ Tasks that are marked as "long-running" can last longer than your serverless tim
93
93
| ` listFineTunes ` | Lists the available fine-tunes. |
94
94
| ` retrieveFineTune ` | Retrieves a specific fine-tune by ID. |
95
95
| ` cancelFineTune ` | Cancels a specific fine-tune by ID. |
96
- | ` listFineTuneEvents ` | Lists the events for a specific fine-tune by ID. |
97
- | ` deleteFineTune ` | Deletes a specific fine-tune by ID. |
96
+ | ` createFineTuningJob ` | Creates a job that fine-tunes a specified model from a given dataset. |
97
+ | ` retrieveFineTuningJob ` | Get info about a fine-tuning job. |
98
+ | ` cancelFineTuningJob ` | Cancel a fine-tuning job |
99
+ | ` listFineTuningJobEvents ` | List events for a fine-tuning job |
100
+ | ` listFineTuningJobs ` | List fine tuning jobs |
98
101
99
102
## Examples
100
103
You can’t perform that action at this time.
0 commit comments