mlflow_runs_update
Update an MLflow run's status, end time, or name. Specify run_id and optional fields to modify.
Instructions
Update a run (POST /api/2.0/mlflow/runs/update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Run ID | |
| status | No | RUNNING | SCHEDULED | FINISHED | FAILED | KILLED | |
| end_time | No | Epoch ms | |
| run_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |