tencentcloud-sdk-iai 1.0.283 → 1.0.284
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/v20180301/models.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d56e8d6f53c7474be6278ea5849f9515279bfc1
|
|
4
|
+
data.tar.gz: d72b1fd15b2ba5f1f264440cc79e2645b1f2a001
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f37080d6ee1023ae4d04c3c50727f719af49b40602bbe89a6cc99784f5934019fa243eca6cf7133cc48444cd4d36c2a54fa28e2cf791e8859d7f3624415ab13
|
|
7
|
+
data.tar.gz: b36c58e4f9e40949b86cda1c7bce10047e10b74bd17cadef3a87718fd85bfe7208e935cb5cea3d65b0101c1e3ff29695eb106004c6d546a653c0c28fccdd9e0e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.284
|
data/lib/v20180301/models.rb
CHANGED
|
@@ -259,8 +259,8 @@ module TencentCloud
|
|
|
259
259
|
# 人员库总人数不可超过200万,人员库个数不可超过10个。
|
|
260
260
|
# @type GroupIds: Array
|
|
261
261
|
# @param UniquePersonControl: 人员查重整理力度的控制。
|
|
262
|
-
# 1
|
|
263
|
-
# 2
|
|
262
|
+
# 1:力度较高的人员整理,能够消除更多的重复身份,对应稍高的非重复身份误清除率;
|
|
263
|
+
# 2:力度较低的人员整理,非重复身份的误清除率较低,对应稍低的重复身份消除率。
|
|
264
264
|
# @type UniquePersonControl: Integer
|
|
265
265
|
|
|
266
266
|
attr_accessor :GroupIds, :UniquePersonControl
|