Skip to main content

RetryThirdPartyModelResponseSchema

model_idintegerrequired

The retried Lorax model ID.

third_party_model_idintegerrequired

The retried third-party model ID.

statusstring

Status of the retry request.

Default: success
RetryThirdPartyModelResponseSchema
{
"model_id": 0,
"third_party_model_id": 0,
"status": "success"
}