Summary
Run Evaluation Task
Description
Run an evaluation
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
job_id |
string |
yes |
The Job ID |
all_true_flag |
boolean |
yes |
Set whether all evaluation groups must pass |
evaluation_groups |
array |
yes |
Evaluation groups |
Copied to Clipboard
{
"job_id": "4321abcdef694aa79dae47ad",
"all_true_flag": false,
"evaluation_groups": [
{
"operand_1": [],
"operator": "contains",
"operand_2": [],
"query": "somePropertyNameInOperand_1IfItIsAnObject"
},
{
"operand_1": true,
"operator": "contains",
"operand_2": -29094995.937794626,
"query": "somePropertyNameInOperand_1IfItIsAnObject"
},
{
"operator": "contains",
"operand_2": -44908786.00298491,
"query": "somePropertyNameInOperand_1IfItIsAnObject"
},
{
"operand_1": true,
"operator": "contains",
"operand_2": true,
"query": "somePropertyNameInOperand_1IfItIsAnObject"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
return_value |
boolean |
Result of evaluation |
Copied to Clipboard
{
"type": "boolean",
"title": "return_value"
}