tencentcloud-sdk-nodejs-thpc 4.1.35 → 4.1.36
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
|
@@ -301,7 +301,7 @@ export interface AttachNodesRequest {
|
|
|
301
301
|
/**
|
|
302
302
|
* 队列名称。不指定则为默认队列:
|
|
303
303
|
SLURM默认队列为:compute。
|
|
304
|
-
|
|
304
|
+
|
|
305
305
|
*/
|
|
306
306
|
QueueName?: string;
|
|
307
307
|
/**
|
|
@@ -1029,14 +1029,13 @@ export interface CreateClusterRequest {
|
|
|
1029
1029
|
*/
|
|
1030
1030
|
ComputeNodeCount?: number;
|
|
1031
1031
|
/**
|
|
1032
|
-
* 调度器类型。默认取值:SLURM。<li>
|
|
1032
|
+
* 调度器类型。默认取值:SLURM。<li>SLURM:SLURM调度器。</li>
|
|
1033
1033
|
*/
|
|
1034
1034
|
SchedulerType?: string;
|
|
1035
1035
|
/**
|
|
1036
1036
|
* 创建调度器的版本号,可填写版本号为“latest” 和 各调度器支持的版本号;如果是"latest", 则代表创建的是平台当前支持的该类型调度器最新版本。如果不填写,默认创建的是“latest”版本调度器
|
|
1037
1037
|
各调度器支持的集群版本:
|
|
1038
1038
|
<li>SLURM:21.08.8、23.11.7</li>
|
|
1039
|
-
<li>SGE: 8.1.9</li>
|
|
1040
1039
|
*/
|
|
1041
1040
|
SchedulerVersion?: string;
|
|
1042
1041
|
/**
|
|
@@ -1920,7 +1919,7 @@ export interface AddNodesRequest {
|
|
|
1920
1919
|
*/
|
|
1921
1920
|
ClientToken?: string;
|
|
1922
1921
|
/**
|
|
1923
|
-
* 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li
|
|
1922
|
+
* 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li>
|
|
1924
1923
|
|
|
1925
1924
|
*/
|
|
1926
1925
|
QueueName?: string;
|