[
[
{
"name": "<string>",
"type": "PYTHON",
"criteria": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "",
"return_type": "float",
"enabled_in_prod": false,
"needs_ground_truth": false,
"sampling_percentage": 100,
"model_provider": "<string>",
"model_name": "<string>",
"scale": 123,
"threshold": {
"min": 123,
"max": 123,
"pass_when": true,
"passing_categories": [
"<string>"
]
},
"categories": [
{
"category": "<string>",
"score": 123
}
],
"child_metrics": [
{
"name": "<string>",
"weight": 123,
"id": "<string>",
"scale": 123
}
],
"filters": {
"filterArray": []
}
}
]
]