evaluationMetrics.json•1.13 kB
{
"nodeType": "n8n-nodes-base.evaluationMetrics",
"displayName": "Evaluation Metrics",
"description": "Define the metrics returned for workflow evaluation",
"version": 1,
"properties": [
{
"name": "notice",
"displayName": "Define the evaluation metrics returned in your report. Only numeric values are supported. <a href='https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.evaluationmetric/' target='_blank'>More Info</a>",
"type": "notice",
"default": ""
},
{
"name": "metrics",
"displayName": "Metrics to Return",
"type": "assignmentCollection",
"default": "{\n\t\t\t\t\tassignments: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tname: '',\n\t\t\t\t\t\t\tvalue: '',\n\t\t\t\t\t\t\ttype: 'number',\n\t\t\t\t\t\t}"
}
],
"credentialsConfig": [],
"io": {
"inputs": [
"Main"
],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [
"Main"
],
"produces": [
"Main"
]
}
}