RetryThirdPartyModelResponseSchema
model_idintegerrequired
The retried Lorax model ID.
third_party_model_idintegerrequired
The retried third-party model ID.
statusstring
Status of the retry request.
RetryThirdPartyModelResponseSchema
{
"model_id": 0,
"third_party_model_id": 0,
"status": "success"
}
Was this page helpful?