tencentcloud-sdk-nodejs-dlc 4.1.296 → 4.1.298
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -12575,7 +12575,7 @@ export interface UpdateLabRequest {
|
|
|
12575
12575
|
/**
|
|
12576
12576
|
* <p>Ray 集群镜像地址(可选,OpenAPI/SDK 高级控制入口)。前端不再传递此字段;为空时后端按 R1(镜像表查询命中)→ R2(同值 fallback)顺序自动派生。非空时直接作为 Ray 集群镜像,跳过派生(EXPLICIT),且后端不校验其与 LabImage 的兼容性。</p>
|
|
12577
12577
|
*/
|
|
12578
|
-
Image
|
|
12578
|
+
Image?: string;
|
|
12579
12579
|
/**
|
|
12580
12580
|
* <p>Lab 镜像地址(必填,用于开发工具如 Jupyter/VSCode/WebShell)。前端在"内置 / 自定义"两态中选择此值;当 Image 字段未显式传入时,后端会基于该字段按 R1(镜像表命中)/R2(同值 fallback)派生 Ray 集群镜像。</p>
|
|
12581
12581
|
*/
|
|
@@ -22234,7 +22234,7 @@ export interface CreateLabRequest {
|
|
|
22234
22234
|
/**
|
|
22235
22235
|
* <p>Ray 集群镜像地址(可选,OpenAPI/SDK 高级控制入口)。前端不再传递此字段;为空时后端按 R1(镜像表查询命中)→ R2(同值 fallback)顺序自动派生。非空时直接作为 Ray 集群镜像,跳过派生(EXPLICIT),且后端不校验其与 LabImage 的兼容性。</p>
|
|
22236
22236
|
*/
|
|
22237
|
-
Image
|
|
22237
|
+
Image?: string;
|
|
22238
22238
|
/**
|
|
22239
22239
|
* <p>Lab 镜像地址(必填,用于开发工具如 Jupyter/VSCode/WebShell)。前端在"内置 / 自定义"两态中选择此值;当 Image 字段未显式传入时,后端会基于该字段按 R1(镜像表命中)/R2(同值 fallback)派生 Ray 集群镜像。</p>
|
|
22240
22240
|
*/
|