kitaru experiment update
Update selected fields on an exact experiment.
Usage
kitaru experiment update EXPERIMENT [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
EXPERIMENT | reference | Yes | Experiment UUID or name. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--name | string | No | New experiment name. |
--description | string | No | New description. |
--clear-description | boolean | No | Clear the description. |
--override | JSON object | No | Replacement replay override. |
--clear-override | boolean | No | Clear the replay override. |
--tool-policy | JSON object | No | Replacement tool policy; cannot be cleared. |
--evaluator | reference[] | No | Exact evaluator versions replacing the complete list. |
--evaluator-params | EVALUATOR@VERSION=JSON_OBJECT[] | No | Parameters for a selected evaluator token. |
Every command also accepts the global options listed on the CLI overview page.