Get a remote model upload
Retrieves the status, progress details, retry counts, and timestamps for a remote model import job.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Remote upload identifier.
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.