TerminateModelEvaluationRequestSchema
evaluationobjectrequired
Evaluation result object to store before termination.
model_namestringrequired
Name of the model whose evaluation is being terminated.
org_idintegerrequired
Organisation ID for scoping the evaluation termination.
user_idintegerrequired
ID of the user who initiated the evaluation.
jsonTerminateModelEvaluationRequestSchema
{
"evaluation": {},
"model_name": "string",
"org_id": 0,
"user_id": 0
}
Was this page helpful?