Skip to content

Commit 6bcfb43

Browse files
committed
docs(model-serving): add captured screenshots for Deployment Presets (PR C)
Captures 4 of 6 planned screenshots × 4 languages (16 PNGs): - deployment_preset_list.png - admin_deployment_preset_list.png - deployment_preset_create_modal.png - vfolder_deploy_preset_detail.png Skipped (TODO markers retained): - deployment_preset_edit_modal.png (optional per plan; same layout as create) - deployment_preset_tag_filter.png (test backend has no preset with tags applied) Captured at 2× zoom via Portless dev against isla-sorna test backend, per-locale via window.switchLanguage().
1 parent 7c9278f commit 6bcfb43

20 files changed

Lines changed: 0 additions & 16 deletions
55.7 KB
Loading
241 KB
Loading
55.7 KB
Loading
180 KB
Loading

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
A **Deployment Preset** is a reusable, administrator-curated bundle of deployment settings — image, runtime, resource slots, cluster mode, environment variables, startup command, replica count, visibility, and other defaults — that end users can apply when they create a model deployment from a storage folder. Presets let administrators publish a small set of vetted, known-good deployment shapes (for example, *vLLM-GPU-Large* or *SGLang-CPU-Small*) so that end users can deploy a model without having to choose every advanced field from scratch.
66

77
![](images/deployment_preset_list.png)
8-
<!-- TODO: Capture screenshot of the deployment preset list (user view) -->
98

109
:::info
1110
Deployment Presets are part of the Model Serving feature set introduced in version 26.4. Cross-references to preset-aware revision creation are documented in the [Model Serving](#model-serving) page.
@@ -36,7 +35,6 @@ Each preset stores the following deployment defaults:
3635
Administrators manage deployment presets from the admin Model Serving area on the **Deployment Presets** tab.
3736

3837
![](images/admin_deployment_preset_list.png)
39-
<!-- TODO: Capture screenshot of the admin deployment preset list -->
4038

4139
The list view shows each preset with its name, runtime, image, rank, and key resource fields. From this list, administrators can:
4240

@@ -66,7 +64,6 @@ The list view shows each preset with its name, runtime, image, rank, and key res
6664
- **Advanced** (optional): Model definition JSON for custom runtimes.
6765

6866
![](images/deployment_preset_create_modal.png)
69-
<!-- TODO: Capture screenshot of the deployment preset create modal -->
7067

7168
3. Click **Create Preset** to save. A success notification confirms the preset has been created.
7269

@@ -104,7 +101,6 @@ End users apply a deployment preset through the **VFolder Deploy** modal, which
104101
3. Click a preset row to open its **Deployment Preset Detail** view. The detail view shows every field that the preset will apply when used — image, runtime, resources, cluster mode, replica count, visibility, and so on.
105102

106103
![](images/vfolder_deploy_preset_detail.png)
107-
<!-- TODO: Capture screenshot of the deployment preset detail in the VFolderDeployModal -->
108104

109105
4. From the detail view, choose how to proceed:
110106

61.5 KB
Loading
246 KB
Loading
61.5 KB
Loading
184 KB
Loading

packages/backend.ai-webui-docs/src/ja/model_serving/deployment_presets.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
**デプロイメントプリセット(Deployment Preset)** は、イメージ、ランタイム、リソーススロット、クラスターモード、環境変数、起動コマンド、レプリカ数、公開可否など、モデルデプロイに必要な既定値を一つのテンプレートとして管理者が定義する仕組みです。エンドユーザーはストレージフォルダからモデルをデプロイする際にこのプリセットを適用でき、管理者は *vLLM-GPU-Large**SGLang-CPU-Small* のように組織が検証済みのデプロイ構成を提供できます。ユーザーは高度なオプションをすべて手動で入力することなく、モデルを素早くデプロイできます。
66

77
![](images/deployment_preset_list.png)
8-
<!-- TODO: Capture screenshot of the deployment preset list (user view) -->
98

109
:::info
1110
デプロイメントプリセットは、バージョン 26.4 で導入されたモデルサービング機能の一部です。プリセットを利用したリビジョン作成については、[Model Serving](#model-serving) ページもご参照ください。
@@ -36,7 +35,6 @@
3635
管理者は、管理者向けモデルサービング画面の **デプロイメントプリセット** タブからプリセットを管理します。
3736

3837
![](images/admin_deployment_preset_list.png)
39-
<!-- TODO: Capture screenshot of the admin deployment preset list -->
4038

4139
リストには各プリセットの名前、ランタイム、イメージ、ランク、主なリソース項目が表示されます。管理者はこの画面で次の操作を行えます。
4240

@@ -66,7 +64,6 @@
6664
- **詳細**(任意):カスタムランタイム用のモデル定義 JSON。
6765

6866
![](images/deployment_preset_create_modal.png)
69-
<!-- TODO: Capture screenshot of the deployment preset create modal -->
7067

7168
3. **プリセットを作成** ボタンをクリックして保存します。成功通知が表示されます。
7269

@@ -104,7 +101,6 @@
104101
3. プリセット行をクリックすると **デプロイメントプリセット詳細** 画面が開きます。詳細画面には、プリセットが適用するすべての項目(イメージ、ランタイム、リソース、クラスターモード、レプリカ数、公開可否など)が表示されます。
105102

106103
![](images/vfolder_deploy_preset_detail.png)
107-
<!-- TODO: Capture screenshot of the deployment preset detail in the VFolderDeployModal -->
108104

109105
4. 詳細画面で次のいずれかを選択します。
110106

0 commit comments

Comments
 (0)