mlflow_runs_create
Create a new MLflow run in a Databricks experiment to track machine learning training sessions and metrics.
Instructions
Create a run (POST /api/2.0/mlflow/runs/create).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_id | Yes | Experiment ID | |
| start_time | No | Epoch ms | |
| run_name | No | ||
| tags | No | ||
| run_id | No | Optional client-supplied run ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |