tencentcloud-sdk-batch 3.0.923 → 3.0.925

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: a9656cf2259ab00621ce44da8001f524d5ba549e
4
- data.tar.gz: db3c6d6e0845efab4c278650f65bff731b824cf1
3
+ metadata.gz: 86245affcb663a20a4c5ff4a13312ec73713409f
4
+ data.tar.gz: fb496099509c79f6d33eb5a7632c6d5129094903
5
5
  SHA512:
6
- metadata.gz: bd06b121f4f48a474985409408f74d0d21df74bf7a6fe0b20e18fa5951125d89c5ca0d142666d6f96458181045af26f29234ded0257f4409cb7521e1a6c2d601
7
- data.tar.gz: ce8ef1aea94b8f34e2e3577a7e408f5703e470ca7a1f1da4c0fbf637c649cddb86ee75039c7adeb426fa1b6404a97c2e318da3bd839e445cc9e8221aa1f9f6ab
6
+ metadata.gz: a6d281ad62198fba8bdb57ea14dedbc1048ca56943cf1ef62780e1934b831fdd6d1ca6040315f2ec2e332e50d76e23edfc04024d2266a1f102e43a0f5ce1409b
7
+ data.tar.gz: 5e784906616c2f2cb76bc07873eeb356b694b5d1a9abc1421a745647d0b4fdaf5a848ef6ae56d2086bd688d868767faf65d2314f782a85821ab0c7508958e521
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.923
1
+ 3.0.925
@@ -3926,7 +3926,7 @@ module TencentCloud
3926
3926
  # @type Application: :class:`Tencentcloud::Batch.v20170312.models.Application`
3927
3927
  # @param TaskName: 任务名称,在一个作业内部唯一
3928
3928
  # @type TaskName: String
3929
- # @param TaskInstanceNum: 任务实例运行个数
3929
+ # @param TaskInstanceNum: 任务实例运行个数,默认为1
3930
3930
  # @type TaskInstanceNum: Integer
3931
3931
  # @param ComputeEnv: 运行环境信息,ComputeEnv 和 EnvId 必须指定一个(且只有一个)参数。
3932
3932
  # @type ComputeEnv: :class:`Tencentcloud::Batch.v20170312.models.AnonymousComputeEnv`
@@ -3957,6 +3957,13 @@ module TencentCloud
3957
3957
  # @param RestartComputeNode: 任务完成后,重启计算节点。适用于指定计算环境执行任务。
3958
3958
  # @type RestartComputeNode: Boolean
3959
3959
  # @param ResourceMaxRetryCount: 启动任务过程中,创建计算资源如CVM失败后的最大重试次数,默认为0。最大值100。
3960
+ # 计算资源创建重试的等待时间间隔策略设置如下:
3961
+ # [1, 3]: 等待600 s发起重试;
3962
+ # [4, 10]: 等待900 s发起重试;
3963
+ # [11, 50]: 等待1800 s发起重试;
3964
+ # [51, 100]: 等待3600 s发起重试;
3965
+ # [a, b]表示重试次数区间,每次重试的等待时间随着重试次数的增加而递增。
3966
+ # 例如,计算资源创建重试8次的耗时为:3*600 + 5*900 = 6300 s
3960
3967
  # @type ResourceMaxRetryCount: Integer
3961
3968
 
3962
3969
  attr_accessor :Application, :TaskName, :TaskInstanceNum, :ComputeEnv, :EnvId, :RedirectInfo, :RedirectLocalInfo, :InputMappings, :OutputMappings, :OutputMappingConfigs, :EnvVars, :Authentications, :FailedAction, :MaxRetryCount, :Timeout, :MaxConcurrentNum, :RestartComputeNode, :ResourceMaxRetryCount
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.923
4
+ version: 3.0.925
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-13 00:00:00.000000000 Z
11
+ date: 2024-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common