tencentcloud-sdk-tione 3.0.569 → 3.0.571

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e61762af2d238c79ee92774066a145ba28b5dab
4
- data.tar.gz: a6f8756eba40eb64629dcd976774a51ed5f33385
3
+ metadata.gz: 0d7405e0acc3f7a42d51f2280128ceb0003cd627
4
+ data.tar.gz: e69e6a9c9f469ef2bf3c2ed06f0309d5d76e0a4f
5
5
  SHA512:
6
- metadata.gz: 9f66a82c349571b11fd4ec378f1514df45092404d6de7da620636e5844982dda1dae87e1b4428daa995dd01e4a2607f2966a684d9b245be3b36c587c5e957cc2
7
- data.tar.gz: 38f2e0d33e32a8ba6b2ee802eef6796f217bd35eabef11e18b4b92b9c0a6e946472d181c498b2ccf850eeaa8722151a216c38d97bed5370986f6b43080a68989
6
+ metadata.gz: d06147351f9f4723c0436232bd582e5bba6ce2fbd43684366d369b12f670fe7928dd2cece6091131d57c425dc38bdd38e88d5254b03d3d80bb66871804af1998
7
+ data.tar.gz: f2ab2c46552de487272c04806b558d1f19e12678d299c20f23f2c245bf46849d72792d60053b310654f659beac7b1f670c6b1a07c96b735f3e3ef806dda126b8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.569
1
+ 3.0.571
@@ -158,7 +158,7 @@ module TencentCloud
158
158
  # @type Region: String
159
159
  # @param ChargeType: 计费模式
160
160
  # @type ChargeType: String
161
- # @param ResourceGroupId: 包年包月资源组id
161
+ # @param ResourceGroupId: 包年包月资源组ID
162
162
  # 注意:此字段可能返回 null,表示取不到有效值。
163
163
  # @type ResourceGroupId: String
164
164
  # @param ResourceGroupName: 包年包月资源组名称
@@ -223,7 +223,7 @@ module TencentCloud
223
223
  # @param FailureReason: 失败原因
224
224
  # 注意:此字段可能返回 null,表示取不到有效值。
225
225
  # @type FailureReason: String
226
- # @param BillingInfo: 计费金额信息,eg:2.00元/小时 (for后付费)
226
+ # @param BillingInfo: 计费金额信息,eg:2.00元/小时 (for 按量计费)
227
227
  # 注意:此字段可能返回 null,表示取不到有效值。
228
228
  # @type BillingInfo: String
229
229
  # @param PodList: 运行中的Pod的名字
@@ -4729,10 +4729,13 @@ module TencentCloud
4729
4729
  # @param MinBlockSizeTf: FROZEN_GRAPH、SAVED_MODEL格式在进行优化时切分子图的最小算子数目,一般无需进行改动,默认为10
4730
4730
  # 注意:此字段可能返回 null,表示取不到有效值。
4731
4731
  # @type MinBlockSizeTf: String
4732
+ # @param PipelineArgs: Stable Diffusion 模型优化参数
4733
+ # 注意:此字段可能返回 null,表示取不到有效值。
4734
+ # @type PipelineArgs: String
4732
4735
 
4733
- attr_accessor :MaxNNZ, :SlotNum, :CpuCachePercentage, :GpuCachePercentage, :EnableDistributed, :MinBlockSizePt, :MinBlockSizeTf
4736
+ attr_accessor :MaxNNZ, :SlotNum, :CpuCachePercentage, :GpuCachePercentage, :EnableDistributed, :MinBlockSizePt, :MinBlockSizeTf, :PipelineArgs
4734
4737
 
4735
- def initialize(maxnnz=nil, slotnum=nil, cpucachepercentage=nil, gpucachepercentage=nil, enabledistributed=nil, minblocksizept=nil, minblocksizetf=nil)
4738
+ def initialize(maxnnz=nil, slotnum=nil, cpucachepercentage=nil, gpucachepercentage=nil, enabledistributed=nil, minblocksizept=nil, minblocksizetf=nil, pipelineargs=nil)
4736
4739
  @MaxNNZ = maxnnz
4737
4740
  @SlotNum = slotnum
4738
4741
  @CpuCachePercentage = cpucachepercentage
@@ -4740,6 +4743,7 @@ module TencentCloud
4740
4743
  @EnableDistributed = enabledistributed
4741
4744
  @MinBlockSizePt = minblocksizept
4742
4745
  @MinBlockSizeTf = minblocksizetf
4746
+ @PipelineArgs = pipelineargs
4743
4747
  end
4744
4748
 
4745
4749
  def deserialize(params)
@@ -4750,6 +4754,7 @@ module TencentCloud
4750
4754
  @EnableDistributed = params['EnableDistributed']
4751
4755
  @MinBlockSizePt = params['MinBlockSizePt']
4752
4756
  @MinBlockSizeTf = params['MinBlockSizeTf']
4757
+ @PipelineArgs = params['PipelineArgs']
4753
4758
  end
4754
4759
  end
4755
4760
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tione
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.569
4
+ version: 3.0.571
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-15 00:00:00.000000000 Z
11
+ date: 2023-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common