POST
/
api
/
v1
/
organizations
/
{organization_id}
/
jobs
/
{job_id}
/
exports
/
hugging-face
{
  "created_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "job_id": "<string>",
  "status": "queued",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>

Path Parameters

organization_id
string
required
job_id
string
required

Body

application/json
huggingface_access_token
string
required

The access token used to authenticate with the Hugging Face.

huggingface_repository_id
string
required

The Hugging Face repository ID where the model will be exported.

huggingface_user_id
string
required

The Hugging Face user ID associated with the export operation.

Response

Successful response.

This is an object representing a fine-tuning job export.

created_at
string<date-time>
required

Time at which the object was created.

id
string
required

Unique identifier for the object.

job_id
string
required

The fine-tuning job to which this export belongs.

status
enum<string>
required

The status of the job export.

Available options:
queued,
running,
completed,
failed
updated_at
string<date-time>
required

Time at which the object was last updated.