Screen reference
For each screen in the workspace menu — what is on it, what you can do there, and what its badges mean
Required permission: View
This section describes the screens of the workspace (the everyday menu in the left sidebar) one by one. Unlike the tutorial, which you follow step by step, this is a dictionary to look things up in when you wonder "What does this button do?" or "What does this badge mean?" The screens of the admin console (members, tokens, training runtimes) and the system console (tenants, cluster) are in the Administration chapter.
Common to all screens
- Header: on the left, where you are (breadcrumbs); on the right, the tenant indicator, the bell icon (inbox) and your avatar (account settings, sign out). If you belong to several tenants, the tenant indicator becomes a select box that switches tenants.
- Screen help: press the
?next to the title to see "What you can do on this screen" and "Where it sits in the model operations flow". The small?in a table header explains the term. - Buttons disappear based on permissions. An action you have no permission for is not greyed out — it is not shown at all. If you cannot see a button, check your role. The server makes the final decision, so an action you have no permission for is refused even if you type the address directly.
- Disabled features: a module that is turned off for the tenant disappears from the sidebar, and if you go to its address you see a "This feature is disabled (꺼진 기능입니다)" screen. Ask the system administrator to turn a feature on.
Screen map
In menu order. "View permission" is the permission needed to see the screen; the permissions for individual actions on a screen are listed on each page.
| Menu | Summary | View permission | Main action permissions |
|---|---|---|---|
| Dashboard | The tenant's key metrics, alerts, models and devices at a glance | Everyone | — |
| Experiments | MLflow experiments and run records, run comparison and detail | Everyone | Register model model_register, stop or delete a run develop |
| Training | Training run list and detail, pretrained weights | Everyone | New training and weights develop, delete a run operate |
| New training wizard | Configure and start a training run in 11 steps | develop | — |
| Model registry | Registered models, versions and stages, promotion requests, serving image builds | Everyone | Promote production_promote, build image deploy |
| Container registry | Repositories, tags and images of the built-in registry, image import | Everyone | Import develop |
| Pipelines | Run the Train, Register, Deploy and CT pipelines | Everyone | Trigger, rerun, stop operate |
| Deployments | Field deployment history of model versions, and rollback | Everyone | New deployment deploy, rollback rollback |
| API services | Central serving endpoints and the inference console | Everyone | Create and delete deploy, stop and call operate |
| Monitoring | Inference metrics, training queue and GPU trends, model performance and input distribution | Everyone | — |
| Alerts | Alerts the team handles together, silences, rules, channels | Everyone | Acknowledge, resolve, silence operate; rules and channels settings |
| Approvals | Approve or reject Production promotion requests | approve | Approve and reject approve |
| Datasets | Datasets and files, previews (images, PLY 3D, time series) | Everyone | Create, upload, delete dataset_write |
| Edge Fleet | List of field devices and six tabs per device | Everyone | Restart, Offline, commands operate; registration, policy, tokens settings |
| Drift | Input distribution change per model (PSI, KS) and policy | Everyone | Save policy settings |
| Inbox (bell icon) | Personal notifications sent to you | Everyone | — |
| Account settings (avatar) | Name, contact, password, notification preferences | Everyone | — |
Roles and permissions
Permissions come from your role in the tenant. One person can have a different role in each tenant.
| Permission | VIEWER | DEVELOPER | OPERATOR | APPROVER | ADMIN |
|---|---|---|---|---|---|
view View | ● | ● | ● | ● | ● |
develop Develop | ● | ● | ● | ||
model_register Register models | ● | ● | ● | ||
staging_promote Promote to Staging | ● | ● | ● | ||
dataset_write Write datasets | ● | ● | ● | ||
production_promote Promote to Production | ● | ● | |||
approve Approve | ● | ● | |||
deploy Deploy | ● | ● | |||
operate Operate | ● | ● | |||
rollback Roll back | ● | ||||
settings Settings | ● |