You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/latest.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1551,7 +1551,7 @@ List the checkpoints for a fine-tuning job.
1551
1551
## Fine-tuning - Copy checkpoint
1552
1552
1553
1553
```HTTP
1554
-
POST {endpoint}/openai/v1/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints/{fine_tuning_checkpoint_id}/copy
1554
+
POST {endpoint}/openai/v1/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints/{fine_tuning_checkpoint_name}/copy
1555
1555
```
1556
1556
1557
1557
@@ -1568,7 +1568,7 @@ Creates a copy of a fine-tuning checkpoint at the given destination account and
1568
1568
| aoai-copy-ft-checkpoints | header | Yes | string<br>Possible values: `preview`| Enables access to checkpoint copy operations for models, an AOAI preview feature.<br>This feature requires the 'aoai-copy-ft-checkpoints' header to be set to 'preview'. |
@@ -1608,7 +1608,7 @@ Creates a copy of a fine-tuning checkpoint at the given destination account and
1608
1608
## Fine-tuning - Get checkpoint
1609
1609
1610
1610
```HTTP
1611
-
GET {endpoint}/openai/v1/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints/{fine_tuning_checkpoint_id}/copy
1611
+
GET {endpoint}/openai/v1/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints/{fine_tuning_checkpoint_name}/copy
1612
1612
```
1613
1613
1614
1614
@@ -1626,7 +1626,7 @@ Gets the status of a fine-tuning checkpoint copy.
1626
1626
| aoai-copy-ft-checkpoints | header | Yes | string<br>Possible values: `preview`| Enables access to checkpoint copy operations for models, an AOAI preview feature.<br>This feature requires the 'aoai-copy-ft-checkpoints' header to be set to 'preview'. |
0 commit comments