tencentcloud-sdk-thpc 3.0.1057 → 3.0.1058

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ccb2b268297f7f31e3df45bd103bfbbd4414ebb
4
- data.tar.gz: d9a4cbb3e96996be6e1cc0d22f95c2c0bd18235f
3
+ metadata.gz: 8a180ca1036cba4c041ba6552c02a9398ebc1d94
4
+ data.tar.gz: fef2f9f183de8d3a0acf8c5e19d7b195dcb82d36
5
5
  SHA512:
6
- metadata.gz: b86a5de96e2a4e8d7d9891184e1ce820106b8c075bf1323ef846a30dc351e7f98620cb3afbfd9eae5e75b1017faa18df79b4b2c8103c58fc7ae6ab7522a296c1
7
- data.tar.gz: 96127730d64f3d09a805bea608d881bc89304908bd5b656804a3e8378054dd2a05b9e2126f144ae9cdf5f13ec89437c0b8370a9c896fd47d223a1925cb6419ca
6
+ metadata.gz: a372551a65df2fbe3f43267f857c5f2dcc84c19564669b05d2beefc7744ab71039e715fb83878ffeab4136ade00445d4ed332bc70ccf92c287972132370887b7
7
+ data.tar.gz: 3c4674232642c7f3d452f462171a7542ede9985eda0b581372a9a2329ff53afc8430094c7a8e254e4f46be4fca60d71f5b9ee7631de7ab8f788d94db61e77650
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1057
1
+ 3.0.1058
@@ -90,7 +90,7 @@ module TencentCloud
90
90
  # @type SecurityGroupIds: Array
91
91
  # @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
92
92
  # @type ClientToken: String
93
- # @param QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li><li>SGE默认队列为:all.q。</li>
93
+ # @param QueueName: 队列名称。不指定则为默认队列。<li>SLURM默认队列为:compute。</li>
94
94
  # @type QueueName: String
95
95
  # @param NodeRole: 添加节点角色。默认值:Compute<br><li>Compute:计算节点。</li><li>Login:登录节点。</li>
96
96
  # @type NodeRole: String
@@ -243,7 +243,6 @@ module TencentCloud
243
243
  # @type ResourceSet: Array
244
244
  # @param QueueName: 队列名称。不指定则为默认队列:
245
245
  # SLURM默认队列为:compute。
246
- # SGE默认队列为:all.q。
247
246
  # @type QueueName: String
248
247
  # @param ImageId: 指定有效的镜像ID,格式形如img-xxx。目前仅支持公有镜像和特定自定义镜像。如不指定,则该字段是默认镜像。
249
248
  # @type ImageId: String
@@ -616,12 +615,11 @@ module TencentCloud
616
615
  # @type ComputeNode: :class:`Tencentcloud::Thpc.v20230321.models.ComputeNode`
617
616
  # @param ComputeNodeCount: 指定计算节点的数量。默认取值:0。
618
617
  # @type ComputeNodeCount: Integer
619
- # @param SchedulerType: 调度器类型。默认取值:SLURM。<li>SGE:SGE调度器。</li><li>SLURM:SLURM调度器。</li>
618
+ # @param SchedulerType: 调度器类型。默认取值:SLURM。<li>SLURM:SLURM调度器。</li>
620
619
  # @type SchedulerType: String
621
620
  # @param SchedulerVersion: 创建调度器的版本号,可填写版本号为“latest” 和 各调度器支持的版本号;如果是"latest", 则代表创建的是平台当前支持的该类型调度器最新版本。如果不填写,默认创建的是“latest”版本调度器
622
621
  # 各调度器支持的集群版本:
623
622
  # <li>SLURM:21.08.8、23.11.7</li>
624
- # <li>SGE: 8.1.9</li>
625
623
  # @type SchedulerVersion: String
626
624
  # @param ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818#.E9.95.9C.E5.83.8F)
627
625
  # @type ImageId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-thpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1057
4
+ version: 3.0.1058
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-12 00:00:00.000000000 Z
11
+ date: 2025-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common