Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

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
}