Skip to content

Commit 7f47284

Browse files
yomybabyagatha197
authored andcommitted
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 28480cc commit 7f47284

20 files changed

Lines changed: 24 additions & 40 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: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

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

7-
![](images/deployment_preset_list.png)
8-
<!-- TODO: Capture screenshot of the deployment preset list (user view) -->
7+
![](../images/deployment_preset_list.png)
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.
@@ -35,8 +34,7 @@ Each preset stores the following deployment defaults:
3534

3635
Administrators manage deployment presets from the admin Model Serving area on the **Deployment Presets** tab.
3736

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

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

@@ -65,8 +63,7 @@ The list view shows each preset with its name, runtime, image, rank, and key res
6563
* **Open to Public**: Whether the endpoint of deployments created from this preset is reachable without an access token by default.
6664
- **Advanced** (optional): Model definition JSON for custom runtimes.
6765

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

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

@@ -80,7 +77,7 @@ If a required field is missing or invalid, the **Create Preset** button stays di
8077
2. The *Edit Preset* dialog opens with the preset's current values pre-filled. The available sections are identical to the *Create Preset* dialog.
8178
3. Adjust the fields as needed, then click **Edit Preset** to save your changes.
8279

83-
![](images/deployment_preset_edit_modal.png)
80+
![](../images/deployment_preset_edit_modal.png)
8481
<!-- TODO: Capture screenshot of the deployment preset edit modal (optional, same layout as create) -->
8582

8683
Editing a preset only changes the defaults for **future** deployments. Existing deployments that were already created from this preset are not modified.
@@ -103,8 +100,7 @@ End users apply a deployment preset through the **VFolder Deploy** modal, which
103100
2. The VFolder Deploy modal opens, listing the deployment presets available for your project.
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

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

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

@@ -136,7 +132,7 @@ If the auto-selected resource preset is the right one for your workload, leave i
136132

137133
Both the user-facing preset list and the admin preset list support **clickable tag chips** that filter the list to presets sharing the clicked tag.
138134

139-
![](images/deployment_preset_tag_filter.png)
135+
![](../images/deployment_preset_tag_filter.png)
140136
<!-- TODO: Capture screenshot of the deployment preset list filtered by a tag chip -->
141137

142138
1. Locate a preset row that has the tag you want to filter by.
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: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

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

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

109
:::info
1110
デプロイメントプリセットは、バージョン 26.4 で導入されたモデルサービング機能の一部です。プリセットを利用したリビジョン作成については、[Model Serving](#model-serving) ページもご参照ください。
@@ -35,8 +34,7 @@
3534

3635
管理者は、管理者向けモデルサービング画面の **デプロイメントプリセット** タブからプリセットを管理します。
3736

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

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

@@ -65,8 +63,7 @@
6563
* **Open to Public**:このプリセットから生成されたデプロイのエンドポイントを、アクセストークンなしで到達可能にするかの既定値。
6664
- **詳細**(任意):カスタムランタイム用のモデル定義 JSON。
6765

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

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

@@ -80,7 +77,7 @@
8077
2. *プリセットを編集* ダイアログが現在の値で事前に入力された状態で開きます。使用可能なセクションは *プリセットを作成* ダイアログと同じです。
8178
3. 必要な値を変更し、**プリセットを編集** ボタンをクリックして保存します。
8279

83-
![](images/deployment_preset_edit_modal.png)
80+
![](../images/deployment_preset_edit_modal.png)
8481
<!-- TODO: Capture screenshot of the deployment preset edit modal (optional, same layout as create) -->
8582

8683
プリセットを編集すると、**今後** 作成されるデプロイの既定値のみが変更されます。すでにこのプリセットから作成された既存のデプロイには影響しません。
@@ -103,8 +100,7 @@
103100
2. VFolder Deploy モーダルが開き、現在のプロジェクトで利用可能なデプロイメントプリセットが一覧表示されます。
104101
3. プリセット行をクリックすると **デプロイメントプリセット詳細** 画面が開きます。詳細画面には、プリセットが適用するすべての項目(イメージ、ランタイム、リソース、クラスターモード、レプリカ数、公開可否など)が表示されます。
105102

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

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

@@ -136,7 +132,7 @@
136132

137133
ユーザー向け/管理者向けのいずれのプリセット一覧でも、**クリック可能なタグチップ** がサポートされており、クリックしたタグを共有するプリセットだけを表示するよう一覧をフィルターできます。
138134

139-
![](images/deployment_preset_tag_filter.png)
135+
![](../images/deployment_preset_tag_filter.png)
140136
<!-- TODO: Capture screenshot of the deployment preset list filtered by a tag chip -->
141137

142138
1. フィルターしたいタグが付いているプリセット行を見つけます。

0 commit comments

Comments
 (0)