tencentcloud-sdk-taf 3.0.575 → 3.0.576

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3d61e044392eb9b3f457ac7201d9f842644af59
4
- data.tar.gz: 671aaebaa44e3bd61d254760fde242b921541cfd
3
+ metadata.gz: 9bee00d4276348309281b277549289f3643c8094
4
+ data.tar.gz: bfd35592631fa667aae88595a6f981855b43399e
5
5
  SHA512:
6
- metadata.gz: a5104328d9ad44f05223d10db2fa23032ee2eec246509a0ff6b6b2b38fdd354dde146b9447dbeaaaad7b2c565ff8e93d08fa1d2b427dd6af72a29ea5702270dc
7
- data.tar.gz: 1ca7b7469bbcadd930c876363c606faf4088ab956fe4aef46104d42aa48843af582d2bf872c4f355528028d6bcb5421785842269ce6b41f7162f1c3a9863eb71
6
+ metadata.gz: 136d8b4063a7c47f9e03425b869084e2ab178f4fd5decdae7119ebb119b6cb8746fae47d401bfd5cdf90f8db0e55a731bab80ca073a546612062d2e03b904e5e
7
+ data.tar.gz: fa1c29d8b905377178fc70aef007b2fff0174341bd1d3dce717ac3f9c85ac9a8fef325ead230e2c7a5866abd83f943a1cc8b4e1c0358d537d94db62d77daa4a8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.575
1
+ 3.0.576
@@ -271,19 +271,29 @@ module TencentCloud
271
271
  # @param Score: 返回分值
272
272
  # 注意:此字段可能返回 null,表示取不到有效值。
273
273
  # @type Score: Float
274
+ # @param ModelType: 模型类型
275
+ # 注意:此字段可能返回 null,表示取不到有效值。
276
+ # @type ModelType: Integer
277
+ # @param Uid: 入参Uid
278
+ # 注意:此字段可能返回 null,表示取不到有效值。
279
+ # @type Uid: String
274
280
 
275
- attr_accessor :ModelId, :IsFound, :Score
281
+ attr_accessor :ModelId, :IsFound, :Score, :ModelType, :Uid
276
282
 
277
- def initialize(modelid=nil, isfound=nil, score=nil)
283
+ def initialize(modelid=nil, isfound=nil, score=nil, modeltype=nil, uid=nil)
278
284
  @ModelId = modelid
279
285
  @IsFound = isfound
280
286
  @Score = score
287
+ @ModelType = modeltype
288
+ @Uid = uid
281
289
  end
282
290
 
283
291
  def deserialize(params)
284
292
  @ModelId = params['ModelId']
285
293
  @IsFound = params['IsFound']
286
294
  @Score = params['Score']
295
+ @ModelType = params['ModelType']
296
+ @Uid = params['Uid']
287
297
  end
288
298
  end
289
299
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-taf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.575
4
+ version: 3.0.576
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-23 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common