V2TrainingApproveRequest
Body for POST /v2/model/approve.
company_iduuidrequired
Company whose model to approve.
model_idModel Idrequired
Opaque artifact id (from GET /v2/model latest_model_id) to promote. Must match the current latest artifact or you get 409 model_id_stale.
V2TrainingApproveRequest
{
"company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"model_id": "string"
}