v2
latestOpenAPI 3.1.02026-07-26143251806.6 KBreports
Rename Evaluation Pipeline
patch/reports/{report_id}/rename
Path parameters
report_idinteger required
ID of the evaluation pipeline to rename.
Request body
Response
Evaluation pipeline renamed or retagged.
Example response
{
"report": {
"score_configuration": {
"code": "score = sum(1 for row in data if row.get(\"Accuracy Check\") is True) / len(data) * 100 if data else 0\nreturn {\"score\": score}",
"code_language": "PYTHON"
}
}
}