Home
Home is where you land when you enter a Space. It answers three questions: what happened here recently, what needs your attention, and where do I go next.
It has three tabs:
- Dashboard — the sections described below.
- What's new — structural changes to the product.
- Documentation — a curated index into this site, grouped by the product journey.
Dashboard sections
Space Pulse
A rolling 14-day count of the Space's state, broken out by area:
- Data — datasets by status: Ready, Processing, Profiling, Failed.
- Pre-training and Fine-tuning — active runs, queued, completed, failed.
- Inference — deployed models, online endpoints active, batch runs running, unhealthy or failed deployments.
Use it as a health check, not as a report: it counts the recent window, not the Space's whole history.
What needs you next
Prioritized actions derived from activity in the Space — a dataset waiting on modeling, a run that failed, a deployment that needs review. Each item links straight to the screen where you can act on it.
Alerts
Errors and warnings worth interrupting for: a failed training, an inactive inference
deployment, a connector whose incremental sync has fallen behind, a storage quota close to
its limit, a published schema that has drifted from its source. Alerts are dismissible and
All clear is a valid state.
Recent work
Everything touched in the Space in the recent window, filterable by area (Data Integration, Datasets, Model Design, Pre-training, Fine-tuning, Deploy) and scopeable to My work or All work. Each row carries its status and links to the resource.
Space Activity and Team activity
A chronological timeline — Today, Yesterday, This week, Earlier — of what happened in the Space, and who did it. For the auditable, filterable, exportable version of the same history, go to the Activity Log.
Quick actions
Home offers four entry points into the main workflows:
| Action | Goes to |
|---|---|
| New dataset | Datasets |
| New Pre-training | Pre-training |
| New Fine-tuning | Fine-tuning |
| New deploy | Inference Server |
Next steps
- Spaces — the container every screen here belongs to.
- End-to-end workflow — data to deployed model.