You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(model-serving): add captured screenshots for PR B
Captures 6 of 9 planned screenshots × 4 languages (24 PNGs) for the Model Serving overhaul:
- model_serving_create_modal.png
- model_serving_add_revision_modal.png
- endpoint_detail_private_alert.png
- endpoint_detail_visibility.png
- endpoint_detail_more_menu.png
- revision_history_tab.png
Skipped (TODO markers retained — require specific deployment state not reachable on the test backend in this session):
- endpoint_detail_ready_alert.png (needs a successfully deployed Ready revision)
- endpoint_detail_shm.png (needs revision with custom SHM allocation)
- replica_status_filter.png (needs FR-2904 build visible on backend; visible on local dev but the test backend snapshot lagged behind)
Captured at 2× zoom via Portless dev (https://docs-capture.localhost:1356) against isla-sorna test backend, per-locale via window.switchLanguage().
Copy file name to clipboardExpand all lines: packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ Click the `Start Service` button to open the service launcher and create a new m
297
297
298
298
## Creating a Model Service
299
299
300
-
Starting from the recent main branch, creating a model service is a two-step flow:
300
+
Creating a model service is a two-step flow:
301
301
302
302
1. **Create the deployment** — a lightweight container that defines the deployment's identity (name, visibility, deployment metadata, and resource group).
303
303
2. **Add a revision** — a configuration snapshot that defines what actually runs (start command, environment variables, runtime variant, image, resources, model storage).
@@ -309,7 +309,6 @@ Each deployment can hold many revisions. Only one revision is *current* (serving
309
309
Click the `New Deployment` button on the Serving page to open the **Create Deployment** modal. The modal collects only deployment-level metadata; no revision is created at this point.
@@ -324,7 +323,6 @@ Click `Create Deployment` to create the deployment. You are then taken to the En
324
323
A revision captures every setting needed to run the inference server — image, start command, resources, model mounts, and environment variables. From the Endpoint Detail Page, click `Add Revision` to open the modal.
- You can still adjust any field after the preset is applied — your edits are not written back to the preset.
352
350
- A **Deployment Preset Detail** link opens a side panel showing the preset's full configuration so you can verify what will be applied.
353
351
354
-
If your project has no compatible presets, the modal falls back to manual mode and you fill the fields directly. See [Deployment Presets](deployment_presets.md) for how to create and manage presets.
355
-
<!-- TODO: Cross-reference Work Item 11 — Deployment Presets page will be added in PR C -->
352
+
If your project has no compatible presets, the modal falls back to manual mode and you fill the fields directly. See the Deployment Presets documentation for how to create and manage presets.
353
+
<!-- TODO: Cross-reference Work Item 11 — restore the [Deployment Presets](deployment_presets.md) link once the page lands in PR C -->
356
354
357
-
### Service Launcher (Legacy Fields)
355
+
### Service Launcher (Detailed Fields)
358
356
359
357
The following subsections describe revision-level fields in detail. They apply both when adding a revision manually and when reviewing a preset before applying it.
360
358
@@ -536,7 +534,6 @@ The Endpoint Detail Page shows contextual alert banners at the top, reflecting t
536
534
- **Private deployment — use an access token to access the endpoint.**: Shown when **Open To Public** is disabled. Includes a shortcut to **Manage Access Tokens** so you can issue or copy a token. See [Access Tokens](#generating-tokens).
- **No revision is deployed — add a revision to activate this service.**: Shown when the deployment has no current revision. Click `Add Revision` to create the first revision and activate the service.
542
539
@@ -563,7 +560,6 @@ The Service Info card displays the following details:
563
560
- **Image**: The container image used for the service.
564
561
565
562

566
-
<!-- TODO: Capture screenshot — Visibility row with Public/Private tag and Deployment ID -->
@@ -573,7 +569,6 @@ The Service Info card displays the following details:
573
569
The Service Info card's header exposes an **Edit** button alongside a **More** menu. The More menu currently contains the **Delete Deployment** action.
574
570
575
571

576
-
<!-- TODO: Capture screenshot — More menu containing Delete action -->
577
572
578
573
The delete and trash icons across the Model Serving pages follow a strict convention:
579
574
@@ -611,7 +606,6 @@ If a replica has encountered an error, clicking the error indicator on the row o
611
606
The Revisions tab lists every revision that has been added to the deployment, ordered by revision number.
612
607
613
608

614
-
<!-- TODO: Capture screenshot — revision history with revision number column + filter/sort -->
0 commit comments