v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
reports

Rename Evaluation Pipeline

patch/reports/{report_id}/rename

Path parameters

report_idinteger required

ID of the evaluation pipeline to rename.

Request body

namestring nullable

New pipeline name.

tagsstring[] nullable

Replacement tags. Pass an empty array to clear all tags.

Response

Evaluation pipeline renamed or retagged.

successtrue required

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"
    }
  }
}