Create a remote model upload
Starts an asynchronous job that imports model files from Hugging Face or a presigned URL into a registered model and creates a model revision when the import completes.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Body
Request parameters for creating a remote upload.
Response
OK
Asynchronous job that imports remote files into a registered model and creates a model revision.
Unique ID of the remote model import job.
ID of the project that owns the import job.
ID of the registered model receiving the imported files.
Hugging Face repository or presigned URL being imported.
Current lifecycle state of the asynchronous import job.
REMOTE_UPLOAD_STATUS_PENDING, REMOTE_UPLOAD_STATUS_RUNNING, REMOTE_UPLOAD_STATUS_ERROR, REMOTE_UPLOAD_STATUS_SUCCEEDED, REMOTE_UPLOAD_STATUS_FAILED Time when the import job was created.
Human-readable progress or failure detail for the current status.
Number of times the import worker has restarted this job.
Maximum worker restarts allowed before the job fails permanently.
Time when the import job was last updated.