A trained version is the output of a training run. A registered model is the long-lived operator-facing track you use to organise versions, decide what should stay active, and manage ongoing rollout decisions. The important mental model is:Documentation Index
Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt
Use this file to discover all available pages before exploring further.
- Events define what the system should learn from
- Templates package those signals into a repeatable training recipe
- Training runs create new trained versions
- Models are optional long-lived tracks you use to organise versions over time
- Serving targets decide which approved version is live for a given tenant or surface
How To Think About Training
Users should think about training and retraining as a versioning workflow, not as editing one monolithic model in place.
That means retraining does not overwrite the previous result. It creates another version you can compare, approve, reject, or promote.
Training And Retraining Flow
System Name vs Human Label
Every trained version has two layers of identity:- A system name generated from the template name and the training run identifier
- An optional label and description added by your team
- System name:
Engagement booster v2 · train-42-1712912345 - Label:
Homepage recommender - Description:
Tighter freshness weighting for spring campaign
Registered Models vs Trained Versions
Use these two concepts differently:- Trained versions are the raw outputs of training runs
- Registered models are long-lived tracks you create when you want an explicit operator-owned model record for rollout, version management, or ongoing retraining policy
- Train several versions from one template
- Review and compare them
- Promote one version
- Later create a registered model if you want a named track for that recommendation strategy
What The Models Page Shows
The Models page brings together:- Successful trained versions from recent runs
- Approval state
- Serving targets
- Which version is active
- Registered models, if you use them as long-lived tracks
Approve A Trained Version
After a training run completes successfully, the new trained version has a status of Pending. You must approve it before it can be promoted.Open training or models
Open Console > Training Jobs or Console > Models.
Promote A Version To Production
Once approved, you can promote a version to replace what is currently live on a serving target.
You can promote a previous version at any time if you need to roll back.
Active Version
The Models page shows which version is currently active on each serving target. That gives you a clear answer to:- Which version is live?
- Where is it live?
- When was it last promoted?
Training run metrics
Each training run records a set of metrics at completion. Open a run from the Training Jobs page to view:- Training job status and duration
- Final metrics (loss, accuracy, or custom metrics your training job reports)
- The run manifest, which records the configuration used

