Sources
In the run creation flow, you choose one of three top-level paths:Generate from test set
Luna Studio uses 20% of your test set as seeds and synthetically generates training data.
Add unlabelled training logs
Upload or import production logs. If they lack labels, you can explicitly start a metric-prompt labelling pass before training.
Use existing training set
Reuse a generated, labelled, or uploaded training dataset from your workspace.
.csv or .jsonl file, fetch a file from URL, or import a dataset from Galileo. Those same ingestion methods are also available from the Datasets page Add training set button. Use CSV for datasets that will proceed through run validation and training.
Required schema
Check the prerequisites section for the columns required by each metric shape. Labelled training sets must contain at least 2,000 rows total and at least 100 examples per class. These are validation requirements, not just sizing recommendations.Labelled vs. unlabelled
The training-log flow initially treats an upload as pre-labelled. If metric-aware validation finds thatlabel is the only missing required column, choose Label with metric prompt instead. Then configure the provider and model and start the labelling pass. Luna Studio does not begin labelling automatically when it detects a missing label.
The resulting labelled dataset must pass the same 2,000-row and per-class validation checks before training can begin.
Generated training sets
The most common path for a first run is Generate from test set. The flow:- Luna Studio uses 20% of your test set as seed examples.
- Luna Studio first generates 50 sample rows for review.
- You review the sample rows and optionally regenerate with feedback.
- Luna Studio requests 2,000 synthetic examples for the full generation.
File formats
For uploads and URL fetches:- CSV — the end-to-end format for run validation and training. Headers are required.
- JSONL — accepted by the source picker during ingestion, but current downstream processing reads CSV. Convert it to CSV before using it in a run.
s3:// and gs:// URIs are not supported.
Where to go next
Generate from test set
The most common path for first runs.
Add a dataset
Walk through the Upload / URL / Galileo flows.
Test sets
The other dataset type — used to evaluate the metric.
Validation
Schema and content checks Luna runs.