Edit Evaluation Pipeline Column
Evaluations
Edit Evaluation Pipeline Column
PATCH
Edit Evaluation Pipeline Column
Update an existing column on an evaluation pipeline blueprint. Use this to change a column’s configuration, rename it, or move it without recreating the whole pipeline.Documentation Index
Fetch the complete documentation index at: https://promptlayer-claude-nice-fermi-nop3f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Behavior Notes
- Dataset columns are protected and cannot be edited.
- Only blueprint pipeline columns can be edited; columns on finished batch runs cannot.
- Column names must remain unique within the pipeline.
- Editing a column re-queues cells in that column and any columns to its right.
Related
Authorizations
Path Parameters
ID of the report column to edit.
Body
application/json
Column update payload.
Parent evaluation pipeline ID. Must match the column parent.
Replacement column type. DATASET columns cannot be edited.
Available options:
PROMPT_TEMPLATE, CODE_EXECUTION, ENDPOINT, WORKFLOW, MCP, HUMAN, CONVERSATION_SIMULATOR, LLM_ASSERTION, AI_DATA_EXTRACTION, COMPARE, CONTAINS, REGEX, COSINE_SIMILARITY, ABSOLUTE_NUMERIC_DISTANCE, JSON_PATH, XML_PATH, REGEX_EXTRACTION, PARSE_VALUE, VARIABLE, ASSERT_VALID, COALESCE, COMBINE_COLUMNS, COUNT, MATH_OPERATOR, MIN_MAX Replacement column configuration. Schema depends on column_type.
New column name. Must be unique within the pipeline.
New 1-based position. Cannot overwrite dataset columns.
Required range:
x >= 1
