Skip to content

Commit ca4ddc5

Browse files
committed
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 353feff commit ca4ddc5

28 files changed

Lines changed: 0 additions & 24 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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -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)