ImportThirdPartyModelSuccessResponseSchema
lorax_model_idintegerrequired
ID of the linked Lorax model.
third_party_model_idintegerrequired
ID of the created third-party model record.
statusstring
Status of the import request.
ImportThirdPartyModelSuccessResponseSchema
{
"lorax_model_id": 0,
"third_party_model_id": 0,
"status": "success"
}
Was this page helpful?