tencentcloud-sdk-wedata 3.0.696 → 3.0.697

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: 01253fbd06b856cef9df9eee660e58112cec42c5
4
- data.tar.gz: a54199e9b2381056790181b41e1033afcb923128
3
+ metadata.gz: 0e7c7b1d7b57ac6251c4980f6819534f3e258134
4
+ data.tar.gz: deb6bf8644684ca279711f3dc41b6e3da0187293
5
5
  SHA512:
6
- metadata.gz: 7f3ef42738a2b8a54839c5b12c3aa58d37524808bfef3490105e31cdf00b49c139d6e8ccf873601570a57d8565464917c113c9a6ce92e2d5224f4be6109eee5a
7
- data.tar.gz: 2956e8f01af162c9451c1510751ac8367c0ff61bd48a8519327c48c968424a69e82c09b4b7351a3178220ca04bf4bb4ba188adb762a4abd5256170eef47b6601
6
+ metadata.gz: f5fddad77197a9a6e2495dd07df5ec1de6af3faead0be9d40e5531a1ec8b4f22a726ab90bbee08e3c9b05912a76896b8f5fa24ea9b2cd6a2e487a7c8f58dde03
7
+ data.tar.gz: 6cd5b86a64dd9cafbf411d30640756cf908cd0cfa4468dd70a12fda35b2ceb616e7608b4da02c15a153220880158476ac5b2878b2fc0068ce69de3b7ae375f6c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.696
1
+ 3.0.697
@@ -5358,7 +5358,7 @@ module TencentCloud
5358
5358
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
5359
5359
  end
5360
5360
 
5361
- # 查询规则模版维度分布情况
5361
+ # 查询规则模板维度分布情况
5362
5362
 
5363
5363
  # @param request: Request instance for DescribeTemplateDimCount.
5364
5364
  # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTemplateDimCountRequest`
@@ -5382,7 +5382,7 @@ module TencentCloud
5382
5382
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
5383
5383
  end
5384
5384
 
5385
- # 查询规则模版操作记录
5385
+ # 查询规则模板操作记录
5386
5386
 
5387
5387
  # @param request: Request instance for DescribeTemplateHistory.
5388
5388
  # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTemplateHistoryRequest`
@@ -6472,7 +6472,7 @@ module TencentCloud
6472
6472
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
6473
6473
  end
6474
6474
 
6475
- # 编辑规则模版
6475
+ # 编辑规则模板
6476
6476
 
6477
6477
  # @param request: Request instance for ModifyRuleTemplate.
6478
6478
  # @type request: :class:`Tencentcloud::wedata::V20210820::ModifyRuleTemplateRequest`
@@ -3031,13 +3031,13 @@ module TencentCloud
3031
3031
 
3032
3032
  # CommitRuleGroupExecResult请求参数结构体
3033
3033
  class CommitRuleGroupExecResultRequest < TencentCloud::Common::AbstractModel
3034
- # @param ProjectId: preject id
3034
+ # @param ProjectId: 项目ID
3035
3035
  # @type ProjectId: String
3036
- # @param RuleGroupExecId: rule group exec id
3036
+ # @param RuleGroupExecId: 规则组执行ID
3037
3037
  # @type RuleGroupExecId: Integer
3038
- # @param RuleGroupState: group exec state
3038
+ # @param RuleGroupState: 规则组执行状态
3039
3039
  # @type RuleGroupState: String
3040
- # @param RuleExecResults: runner rule exec result list
3040
+ # @param RuleExecResults: 规则执行结果集合
3041
3041
  # @type RuleExecResults: Array
3042
3042
 
3043
3043
  attr_accessor :ProjectId, :RuleGroupExecId, :RuleGroupState, :RuleExecResults
@@ -16016,7 +16016,7 @@ module TencentCloud
16016
16016
 
16017
16017
  # DescribeTemplateDimCount请求参数结构体
16018
16018
  class DescribeTemplateDimCountRequest < TencentCloud::Common::AbstractModel
16019
- # @param Type: 模版类型
16019
+ # @param Type: 模板类型
16020
16020
  # @type Type: Integer
16021
16021
  # @param ProjectId: 项目ID
16022
16022
  # @type ProjectId: String
@@ -22530,7 +22530,7 @@ module TencentCloud
22530
22530
  # @type RuleTemplateId: Integer
22531
22531
  # @param Type: 规则类型 1.系统模版, 2.自定义模版, 3.自定义SQL
22532
22532
  # @type Type: Integer
22533
- # @param QualityDim: 规则所属质量维度(1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
22533
+ # @param QualityDim: 规则所属质量维度(1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性)
22534
22534
  # @type QualityDim: Integer
22535
22535
  # @param SourceObjectDataTypeName: 源字段详细类型,int、string
22536
22536
  # @type SourceObjectDataTypeName: String
@@ -22647,11 +22647,11 @@ module TencentCloud
22647
22647
 
22648
22648
  # ModifyRuleTemplate请求参数结构体
22649
22649
  class ModifyRuleTemplateRequest < TencentCloud::Common::AbstractModel
22650
- # @param TemplateId: 模版ID
22650
+ # @param TemplateId: 模板ID
22651
22651
  # @type TemplateId: Integer
22652
- # @param Type: 模版类型 1.系统模版 2.自定义模版
22652
+ # @param Type: 模板类型 1.系统模板 2.自定义模板
22653
22653
  # @type Type: Integer
22654
- # @param Name: 模版名称
22654
+ # @param Name: 模板名称
22655
22655
  # @type Name: String
22656
22656
  # @param QualityDim: 质量检测维度 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性
22657
22657
  # @type QualityDim: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.696
4
+ version: 3.0.697
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-11-08 00:00:00.000000000 Z
11
+ date: 2023-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common