tencentcloud-sdk-wedata 3.0.778 → 3.0.780
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/v20210820/client.rb +4 -4
- data/lib/v20210820/models.rb +343 -328
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9314805c8f76c83491cdab33b97b65cab36d21e0
|
4
|
+
data.tar.gz: 93b9f682fbe4fb9edb7450da38654eb074b24c2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45911d142dfb7790ee4ad84f1059e5d8fdb464f58b4eb7c05afe06010628169a10ac283c8726648edd077d048877dc29b88d7fa6c9ec91d78f2bdbd0fed61413
|
7
|
+
data.tar.gz: d075887f5e26eb533c18356d87c4aceede3fa1a3cf2af70f8a0c97ee927c7ed89b65b0985817f501d45ab90a4ada1ff4b7a2584c3f5a04da390b8e41f00fbda1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.780
|
data/lib/v20210820/client.rb
CHANGED
@@ -1162,7 +1162,7 @@ module TencentCloud
|
|
1162
1162
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1163
1163
|
end
|
1164
1164
|
|
1165
|
-
#
|
1165
|
+
# 创建规则模板
|
1166
1166
|
|
1167
1167
|
# @param request: Request instance for CreateRuleTemplate.
|
1168
1168
|
# @type request: :class:`Tencentcloud::wedata::V20210820::CreateRuleTemplateRequest`
|
@@ -1718,7 +1718,7 @@ module TencentCloud
|
|
1718
1718
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1719
1719
|
end
|
1720
1720
|
|
1721
|
-
#
|
1721
|
+
# 删除规则模板
|
1722
1722
|
|
1723
1723
|
# @param request: Request instance for DeleteRuleTemplate.
|
1724
1724
|
# @type request: :class:`Tencentcloud::wedata::V20210820::DeleteRuleTemplateRequest`
|
@@ -4681,7 +4681,7 @@ module TencentCloud
|
|
4681
4681
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4682
4682
|
end
|
4683
4683
|
|
4684
|
-
#
|
4684
|
+
# 查询规则模板列表
|
4685
4685
|
|
4686
4686
|
# @param request: Request instance for DescribeRuleTemplates.
|
4687
4687
|
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTemplatesRequest`
|
@@ -4705,7 +4705,7 @@ module TencentCloud
|
|
4705
4705
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4706
4706
|
end
|
4707
4707
|
|
4708
|
-
#
|
4708
|
+
# 【过滤条件】 {模板名称Name,支持模糊匹配} {模板类型type,1.系统模板 2.自定义模板} {质量检测维度QualityDims, 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性} 【排序字段】 { 引用数排序类型CitationOrderType,根据引用数量排序 ASC DESC}
|
4709
4709
|
|
4710
4710
|
# @param request: Request instance for DescribeRuleTemplatesByPage.
|
4711
4711
|
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTemplatesByPageRequest`
|