Skip to main content
POST
/
fine_tuning
/
jobs
/
{fine_tuning_job_id}
/
checkpoints
/
{fine_tuning_checkpoint_id}
/
copy
Error
A valid request URL is required to generate request examples
{
  "checkpointedModelName": "<string>",
  "fineTuningJobId": "<string>",
  "copiedAccountDetails": [
    {
      "destinationResourceId": "<string>",
      "region": "<string>",
      "status": "Completed"
    }
  ]
}

Authorizations

api-key
string
header
required

Headers

aoai-copy-ft-checkpoints
enum<string>
required

Enables access to checkpoint copy operations for models, an AOAI preview feature. This feature requires the 'aoai-copy-ft-checkpoints' header to be set to 'preview'.

Available options:
preview
accept
enum<string>
required
Available options:
application/json

Path Parameters

fine_tuning_job_id
string
required
fine_tuning_checkpoint_id
string
required

Query Parameters

api-version
enum<string>
default:v1

The explicit Azure AI Foundry Models API version to use for this request. v1 if not otherwise specified.

Available options:
v1,
preview

Body

application/json
destinationResourceId
string
required

The ID of the destination Resource to copy.

region
string
required

The region to copy the model to.

Response

The request has succeeded.

checkpointedModelName
string
required

The ID of the copied model.

fineTuningJobId
string
required

The ID of the fine-tuning job that the checkpoint was copied from.

copiedAccountDetails
object[]
required

The ID of the destination resource id where it was copied