create-run
Initiate a new run in an MLflow experiment. Set optional run name, tags, and start time.
Instructions
Create a new run in an experiment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experimentId | No | Experiment ID (defaults to MLFLOW_EXPERIMENT_ID) | |
| startTime | No | Unix timestamp (ms) of run start | |
| runName | No | Optional run name | |
| tags | No | Initial tags |