Model families
Models are grouped into families. Each family represents an ongoing sequence of training runs on your data. Within a family, each new training run produces a new version. The console shows all families available to your account, including shared base models and models trained specifically on your tenant’s data. For each family the console shows:- The current version in production (if any)
- The approval status of each version (Pending, Approved)
- Creation date and training metadata
Approve a model
After a training run completes successfully, the new model package has a status of Pending. You must approve it before it can be deployed.- Open Console > Training Jobs or Console > Models.
- Find the completed training run and click Approve.
- The model status updates to Approved.
Promote a model to production
Once approved, you can promote a model to replace the current live endpoint.- Find the approved model version.
- Click Promote to production.
- The console will show the endpoint status updating. Depending on infrastructure state this may take a moment.
- Once the endpoint status shows as InService, the promoted model is live and all subsequent recommendation requests will use it.
The production banner
The Models page shows a banner indicating which model version is currently serving recommendations. The banner includes:- The model name and version number
- The endpoint status (InService, Updating, etc.)
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

