Creates a new run in the specified project. If the project doesn’t exist, it will be created. If externalId is provided and a run with that ID already exists, the existing run is returned (Neptune-style resume for multi-node distributed training).
API key obtained from the mlop dashboard
Name of the run
"training-run-1"
Name of the project
"my-project"
User-provided run ID for multi-node distributed training. If provided and a run with this ID exists, the existing run is returned.
1"my-ddp-run-2024"
Tags for the run
["experiment", "v1"]Logger settings as JSON string
System metadata as JSON string
Run configuration as JSON string
"{\"lr\": 0.001}"
Creation timestamp in milliseconds
Update timestamp in milliseconds
Run created successfully
Numeric ID of the created run
Sequential run number within the project (for display IDs)
Human-readable display ID (e.g., 'MMP-1')
Name of the project
Organization slug
URL to view the run
Whether an existing run was resumed (true) or a new run was created (false)