tencentcloud-sdk-tione 3.0.506 → 3.0.508

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: 01c3d925bd9b9807c1e7a7c1907bac664ca4a6c9
4
- data.tar.gz: ee19267b700bbc43f11d1276e002a3f4ae6ed3e5
3
+ metadata.gz: ffc5af96f22ce7a81abacf362bd8bdf0c1ccb3de
4
+ data.tar.gz: 96a1c5ac8c83a3f355c72321928acfaede6b0b6b
5
5
  SHA512:
6
- metadata.gz: 4ad9bfdea55b28f92d63d4b2c62a7230a692e307c31f7d680baad1be7ba6e1a66c893cd2604bbedb0ae0a5ecf2296e0d2855b8cb500421acfd0d27326cdad1fc
7
- data.tar.gz: 79dd5e78c374835c188c93568689c4b2fdd616542267e286415b98d853343f91cd7f7b134bc57478d7dcfbe86ec1eaa1d05c81a42b7e1e223c0be8b3f82e5533
6
+ metadata.gz: c0064a877a5022d6f4693f1b30002dea5ea6b3c5c4919a3d29d0882da9eb04d89f0c112fffa70e401fe33e3667684929265e41b8286c78b632b6599db43352f9
7
+ data.tar.gz: 1782d54c674c5248201dd2d067d8e7d7140b41e85763433eb40fb38adf621f0d3a5fa33d62d73c7915bd967acb3a899deb1afc5805a9d704a610d15407a5c6ea
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.506
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.506
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-10 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