This chapter is a guide for people who work in the workspace. It covers one full cycle: upload data, train a model, compare the results and pick a good model, serve it after approval, send it to field devices (edge), and retrain when performance drops in operation.

For installing the platform, see Installation; for admin screens such as members, tokens and training runtimes, see Administration; for external training containers and direct MLflow integration, see Integration.

How to read this chapter

WhatWhen to read itWhere
Tutorial — ship your first model to the fieldOnce, the first time, following it in order (about 30 minutes)Tutorial
Screen referenceWhen you want to know what a button or field on a screen doesThe per-screen pages of this chapter
How-toWhen you want to finish one common task quicklyHow-to

Workspace menu

After you sign in, the workspace menu appears in the left sidebar. Features turned off for the tenant and menus your role cannot use are hidden.

MenuWhat it doesPlace in the flow
Dashboard (대시보드)Summary of key metrics (KPI), recent alerts, model status, GPU slots and Edge FleetOverall
Experiments (실험)MLflow experiments and run lists, run comparison, registering a run as a model③ Experiments
Training (학습)New training (11-step wizard), training run list and detail, pretrained weights② Training
Model Registry (모델 레지스트리)Model versions and stages (Staging, Production, Archived), production promotion requests, serving image builds④ Registry
Container Registry (컨테이너 레지스트리)Browse and import images in the platform's built-in registrySupporting
Pipelines (파이프라인)Pipeline run historySupporting
Deployments (배포)Send model versions to edge devices, roll back⑦ Deployment
API Services (API 서비스)Create serving endpoints, test them in the inference console⑥ Serving
Monitoring (모니터링)Operational KPIs and trends⑨ Monitoring
Alerts (경보)Handle active alerts; rules, channels and silences⑨ Monitoring
Approvals (승인)Approve or reject production promotion requests⑤ Approval
Datasets (데이터셋)Create datasets, upload files, sync external sources① Datasets
Edge Fleet (Edge Fleet)Field device status, commands and policies⑧ Edge
Drift (드리프트)Trends in input data distribution shift (PSI, KS), retraining⑩ Drift → retraining

At the top right are the Tenant selector (테넌트 선택) (for example DEMO), the notification bell and the account menu. If you have admin permission, Admin console (관리자 콘솔) also appears at the bottom of the sidebar.

The whole flow

A model goes around the cycle below. When drift is detected, you go back to ② Training.

 ① Dataset ──▶ ② Training ──▶ ③ Experiments (compare runs) ──▶ ④ Model registry (Staging)
                  ▲                                        │ production promotion request
                  │                                        ▼
         ⑩ Drift ─┘                              ⑤ Approval ──▶ Production
          ▲  "Retrain this model"                             │
          │                                                 ▼
 ⑨ Monitoring/alerts ◀── ⑧ Edge devices ◀── ⑦ Deployment ◀── ⑥ Serving image build · API service
StepMenuRole requiredResult
① Create a dataset, upload filesDatasetsDeveloper or higherA FROZEN dataset and its file list
② TrainingTraining → New trainingDeveloper or higherOne training run = one MLflow run
③ Compare runsExperimentsAnyone (view)The chosen run
④ Register the modelExperiments → Run → Register modelDeveloper or higherA model version (Staging)
⑤ Production promotion request → approvalModel Registry → ApprovalsApprover, adminA Production version
⑥ Serving image build, API serviceModel Registry → API ServicesOperator, adminContainer image, inference endpoint
⑦–⑧ Deployment and edge devicesDeploymentsOperator, adminA model running on the device
⑨–⑩ Monitoring, driftMonitoring, Alerts, DriftAnyone (view)Retraining decision

The tenant admin sets a role for each member. There are five: viewer, developer, operator, approver and admin. Buttons you lack permission for are hidden on screen, and the server rejects the request too.

Written for the platform as of 2026-09-21.

© Geo-MLOps