Skip to content

Commit 47bc665

Browse files
yomybabyagatha197
authored andcommitted
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().
1 parent 0026cd7 commit 47bc665

28 files changed

Lines changed: 13 additions & 37 deletions
25.2 KB
Loading
5.7 KB
Loading
21.4 KB
Loading
87.1 KB
Loading
76.2 KB
Loading
18.7 KB
Loading

packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Click the `Start Service` button to open the service launcher and create a new m
297297

298298
## Creating a Model Service
299299

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:
301301

302302
1. **Create the deployment** — a lightweight container that defines the deployment's identity (name, visibility, deployment metadata, and resource group).
303303
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
309309
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.
310310

311311
![](../images/model_serving_create_modal.png)
312-
<!-- TODO: Capture screenshot — FR-2822 deployment-only create modal -->
313312

314313
The modal contains the following fields:
315314

@@ -324,7 +323,6 @@ Click `Create Deployment` to create the deployment. You are then taken to the En
324323
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.
325324

326325
![](../images/model_serving_add_revision_modal.png)
327-
<!-- TODO: Capture screenshot — redesigned Add Revision modal -->
328326

329327
The modal contains:
330328

@@ -351,10 +349,10 @@ In Preset mode:
351349
- You can still adjust any field after the preset is applied — your edits are not written back to the preset.
352350
- A **Deployment Preset Detail** link opens a side panel showing the preset's full configuration so you can verify what will be applied.
353351

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 -->
356354

357-
### Service Launcher (Legacy Fields)
355+
### Service Launcher (Detailed Fields)
358356

359357
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.
360358

@@ -536,7 +534,6 @@ The Endpoint Detail Page shows contextual alert banners at the top, reflecting t
536534
- **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).
537535

538536
![](../images/endpoint_detail_private_alert.png)
539-
<!-- TODO: Capture screenshot — Private deployment alert with access-token shortcut -->
540537

541538
- **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.
542539

@@ -563,7 +560,6 @@ The Service Info card displays the following details:
563560
- **Image**: The container image used for the service.
564561

565562
![](../images/endpoint_detail_visibility.png)
566-
<!-- TODO: Capture screenshot — Visibility row with Public/Private tag and Deployment ID -->
567563

568564
![](../images/endpoint_detail_shm.png)
569565
<!-- TODO: Capture screenshot — SHM displayed in endpoint detail config -->
@@ -573,7 +569,6 @@ The Service Info card displays the following details:
573569
The Service Info card's header exposes an **Edit** button alongside a **More** menu. The More menu currently contains the **Delete Deployment** action.
574570

575571
![](../images/endpoint_detail_more_menu.png)
576-
<!-- TODO: Capture screenshot — More menu containing Delete action -->
577572

578573
The delete and trash icons across the Model Serving pages follow a strict convention:
579574

@@ -611,7 +606,6 @@ If a replica has encountered an error, clicking the error indicator on the row o
611606
The Revisions tab lists every revision that has been added to the deployment, ordered by revision number.
612607

613608
![](../images/revision_history_tab.png)
614-
<!-- TODO: Capture screenshot — revision history with revision number column + filter/sort -->
615609

616610
Columns include:
617611

26.9 KB
Loading
9.74 KB
Loading
23.2 KB
Loading

0 commit comments

Comments
 (0)