ThirdPartyModelProgressResponseSchema
progressintegerrequired
Progress percentage (0-100)
statusstringrequired
Current status of the third-party model import.
errors[]
List of errors if import failed.
ThirdPartyModelProgressResponseSchema
{
"progress": 0,
"status": "string",
"errors": [
null
]
}
Was this page helpful?