get_parent_run
Retrieve the parent run of a nested MLflow run using its run ID. Returns None if the run has no parent.
Instructions
Get the parent run of a nested run. Returns None if the run has no parent.
Args: run_id: The child run ID to find the parent for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |