Skip to content

Commit c440c4a

Browse files
committed
update
1 parent 99c59b0 commit c440c4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-foundry/openai/latest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ List the checkpoints for a fine-tuning job.
15511551
## Fine-tuning - Copy checkpoint
15521552

15531553
```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
15551555
```
15561556

15571557

@@ -1568,7 +1568,7 @@ Creates a copy of a fine-tuning checkpoint at the given destination account and
15681568
| 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'. |
15691569
| accept | header | Yes | string<br>Possible values: `application/json` | |
15701570
| fine_tuning_job_id | path | Yes | string | |
1571-
| fine_tuning_checkpoint_id | path | Yes | string | |
1571+
| fine_tuning_checkpoint_name | path | Yes | string | |
15721572

15731573
### Request Header
15741574

@@ -1608,7 +1608,7 @@ Creates a copy of a fine-tuning checkpoint at the given destination account and
16081608
## Fine-tuning - Get checkpoint
16091609

16101610
```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
16121612
```
16131613

16141614

@@ -1626,7 +1626,7 @@ Gets the status of a fine-tuning checkpoint copy.
16261626
| 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'. |
16271627
| accept | header | Yes | string<br>Possible values: `application/json` | |
16281628
| fine_tuning_job_id | path | Yes | string | |
1629-
| fine_tuning_checkpoint_id | path | Yes | string | |
1629+
| fine_tuning_checkpoint_name | path | Yes | string | |
16301630

16311631
### Request Header
16321632

0 commit comments

Comments
 (0)