tencentcloud-sdk-tione 3.0.507 → 3.0.508

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: 5295b02b6baac410b551a109d7a4d666971f92a9
4
- data.tar.gz: c2dc2fbc0756f0a89bd48a05e56dae4dbbf8dc46
3
+ metadata.gz: ffc5af96f22ce7a81abacf362bd8bdf0c1ccb3de
4
+ data.tar.gz: 96a1c5ac8c83a3f355c72321928acfaede6b0b6b
5
5
  SHA512:
6
- metadata.gz: e26c402b1556e89f275fc3c74bfc1a48b96612b191cd5e6299806b95d00da899f6ad6d8f6baa6beb313706ef781055fe89b0dfe13bda5dd1e13b61f9cab0a9fa
7
- data.tar.gz: b45fd96a745d6233b7383eeaa4c4d6e301700492c0fef7975b88bdb9b285adfc7347a53d9adb80249d0af300f00a1bab81db18f67320b5a2d52b9063deefef09
6
+ metadata.gz: c0064a877a5022d6f4693f1b30002dea5ea6b3c5c4919a3d29d0882da9eb04d89f0c112fffa70e401fe33e3667684929265e41b8286c78b632b6599db43352f9
7
+ data.tar.gz: 1782d54c674c5248201dd2d067d8e7d7140b41e85763433eb40fb38adf621f0d3a5fa33d62d73c7915bd967acb3a899deb1afc5805a9d704a610d15407a5c6ea
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.507
1
+ 3.0.508
@@ -4182,17 +4182,22 @@ module TencentCloud
4182
4182
  # @param Image: 运行镜像
4183
4183
  # 注意:此字段可能返回 null,表示取不到有效值。
4184
4184
  # @type Image: String
4185
+ # @param IsSupportIntEightQuantization: 是否支持int8量化
4186
+ # 注意:此字段可能返回 null,表示取不到有效值。
4187
+ # @type IsSupportIntEightQuantization: Boolean
4185
4188
 
4186
- attr_accessor :Version, :Image
4189
+ attr_accessor :Version, :Image, :IsSupportIntEightQuantization
4187
4190
 
4188
- def initialize(version=nil, image=nil)
4191
+ def initialize(version=nil, image=nil, issupportinteightquantization=nil)
4189
4192
  @Version = version
4190
4193
  @Image = image
4194
+ @IsSupportIntEightQuantization = issupportinteightquantization
4191
4195
  end
4192
4196
 
4193
4197
  def deserialize(params)
4194
4198
  @Version = params['Version']
4195
4199
  @Image = params['Image']
4200
+ @IsSupportIntEightQuantization = params['IsSupportIntEightQuantization']
4196
4201
  end
4197
4202
  end
4198
4203
 
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.507
4
+ version: 3.0.508
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-02-13 00:00:00.000000000 Z
11
+ date: 2023-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common