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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211111/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffc5af96f22ce7a81abacf362bd8bdf0c1ccb3de
|
|
4
|
+
data.tar.gz: 96a1c5ac8c83a3f355c72321928acfaede6b0b6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0064a877a5022d6f4693f1b30002dea5ea6b3c5c4919a3d29d0882da9eb04d89f0c112fffa70e401fe33e3667684929265e41b8286c78b632b6599db43352f9
|
|
7
|
+
data.tar.gz: 1782d54c674c5248201dd2d067d8e7d7140b41e85763433eb40fb38adf621f0d3a5fa33d62d73c7915bd967acb3a899deb1afc5805a9d704a610d15407a5c6ea
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.508
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|