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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9595f24da0386ca67b497d860087ea498f4ae7a
4
- data.tar.gz: e9e4084c91a8476c174664e7ca9d85ed891de80a
3
+ metadata.gz: 9314805c8f76c83491cdab33b97b65cab36d21e0
4
+ data.tar.gz: 93b9f682fbe4fb9edb7450da38654eb074b24c2c
5
5
  SHA512:
6
- metadata.gz: 186e13bce3bab8b51eace4f79f6ca5ba9e6b50d124df89540af410a7b4231ab3bce96d33a7b67643d7d3a9c0478bec21c18939e2c5f549c2458f0fb6615599c2
7
- data.tar.gz: 6e82d18bc9ca4107526b333ad2d0881637c1a7d625a497bbc46694a179c0ae182f388723cd6fe351e03f1f7254391002e261f0c9217f489285fb3b11c3f406ef
6
+ metadata.gz: 45911d142dfb7790ee4ad84f1059e5d8fdb464f58b4eb7c05afe06010628169a10ac283c8726648edd077d048877dc29b88d7fa6c9ec91d78f2bdbd0fed61413
7
+ data.tar.gz: d075887f5e26eb533c18356d87c4aceede3fa1a3cf2af70f8a0c97ee927c7ed89b65b0985817f501d45ab90a4ada1ff4b7a2584c3f5a04da390b8e41f00fbda1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.778
1
+ 3.0.780
@@ -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
- # 过滤条件】 {模版名称Name,支持模糊匹配} {模版类型type,1.系统模版 2.自定义模版} {质量检测维度QualityDims, 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性} 【排序字段】 { 引用数排序类型CitationOrderType,根据引用数量排序 ASC DESC}
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`