create-run
Creates a new run in an MLflow experiment with optional start time, name, and tags.
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 |