Skip to main content

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.

Default: success
ImportThirdPartyModelSuccessResponseSchema
{
"lorax_model_id": 0,
"third_party_model_id": 0,
"status": "success"
}