tencentcloud-sdk-wedata 3.0.1153 → 3.0.1154
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 +1 -1
- data/lib/v20210820/models.rb +495 -113
- data/lib/v20250806/models.rb +8 -7
- metadata +2 -2
data/lib/v20210820/models.rb
CHANGED
@@ -1520,16 +1520,19 @@ module TencentCloud
|
|
1520
1520
|
# @type AlarmRecipientTypes: String
|
1521
1521
|
# @param NeedCheckParentSubmitted: 是否需要校验父任务已经提交到调度
|
1522
1522
|
# @type NeedCheckParentSubmitted: Boolean
|
1523
|
+
# @param EnableMakeUp: 是否需要补录中间实例
|
1524
|
+
# @type EnableMakeUp: Boolean
|
1523
1525
|
|
1524
|
-
attr_accessor :Tasks, :ProjectId, :AutoRun, :AlarmWays, :AlarmRecipientTypes, :NeedCheckParentSubmitted
|
1526
|
+
attr_accessor :Tasks, :ProjectId, :AutoRun, :AlarmWays, :AlarmRecipientTypes, :NeedCheckParentSubmitted, :EnableMakeUp
|
1525
1527
|
|
1526
|
-
def initialize(tasks=nil, projectid=nil, autorun=nil, alarmways=nil, alarmrecipienttypes=nil, needcheckparentsubmitted=nil)
|
1528
|
+
def initialize(tasks=nil, projectid=nil, autorun=nil, alarmways=nil, alarmrecipienttypes=nil, needcheckparentsubmitted=nil, enablemakeup=nil)
|
1527
1529
|
@Tasks = tasks
|
1528
1530
|
@ProjectId = projectid
|
1529
1531
|
@AutoRun = autorun
|
1530
1532
|
@AlarmWays = alarmways
|
1531
1533
|
@AlarmRecipientTypes = alarmrecipienttypes
|
1532
1534
|
@NeedCheckParentSubmitted = needcheckparentsubmitted
|
1535
|
+
@EnableMakeUp = enablemakeup
|
1533
1536
|
end
|
1534
1537
|
|
1535
1538
|
def deserialize(params)
|
@@ -1546,6 +1549,7 @@ module TencentCloud
|
|
1546
1549
|
@AlarmWays = params['AlarmWays']
|
1547
1550
|
@AlarmRecipientTypes = params['AlarmRecipientTypes']
|
1548
1551
|
@NeedCheckParentSubmitted = params['NeedCheckParentSubmitted']
|
1552
|
+
@EnableMakeUp = params['EnableMakeUp']
|
1549
1553
|
end
|
1550
1554
|
end
|
1551
1555
|
|
@@ -2846,8 +2850,8 @@ module TencentCloud
|
|
2846
2850
|
|
2847
2851
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
2848
2852
|
extend Gem::Deprecate
|
2849
|
-
deprecate :TaskId, :none, 2025,
|
2850
|
-
deprecate :TaskId=, :none, 2025,
|
2853
|
+
deprecate :TaskId, :none, 2025, 10
|
2854
|
+
deprecate :TaskId=, :none, 2025, 10
|
2851
2855
|
|
2852
2856
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
2853
2857
|
@ProjectId = projectid
|
@@ -3740,10 +3744,13 @@ module TencentCloud
|
|
3740
3744
|
# @param InfluxCategory: influxdb字段类别
|
3741
3745
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3742
3746
|
# @type InfluxCategory: String
|
3747
|
+
# @param Specification: 字段使用说明
|
3748
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3749
|
+
# @type Specification: String
|
3743
3750
|
|
3744
|
-
attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName, :LevelName, :LevelRank, :InfluxCategory
|
3751
|
+
attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName, :LevelName, :LevelRank, :InfluxCategory, :Specification
|
3745
3752
|
|
3746
|
-
def initialize(nameen=nil, namecn=nil, type=nil, description=nil, position=nil, ispartition=nil, name=nil, columnfamiliesfieldset=nil, dictionaryid=nil, dictionaryname=nil, levelname=nil, levelrank=nil, influxcategory=nil)
|
3753
|
+
def initialize(nameen=nil, namecn=nil, type=nil, description=nil, position=nil, ispartition=nil, name=nil, columnfamiliesfieldset=nil, dictionaryid=nil, dictionaryname=nil, levelname=nil, levelrank=nil, influxcategory=nil, specification=nil)
|
3747
3754
|
@NameEn = nameen
|
3748
3755
|
@NameCn = namecn
|
3749
3756
|
@Type = type
|
@@ -3757,6 +3764,7 @@ module TencentCloud
|
|
3757
3764
|
@LevelName = levelname
|
3758
3765
|
@LevelRank = levelrank
|
3759
3766
|
@InfluxCategory = influxcategory
|
3767
|
+
@Specification = specification
|
3760
3768
|
end
|
3761
3769
|
|
3762
3770
|
def deserialize(params)
|
@@ -3780,6 +3788,34 @@ module TencentCloud
|
|
3780
3788
|
@LevelName = params['LevelName']
|
3781
3789
|
@LevelRank = params['LevelRank']
|
3782
3790
|
@InfluxCategory = params['InfluxCategory']
|
3791
|
+
@Specification = params['Specification']
|
3792
|
+
end
|
3793
|
+
end
|
3794
|
+
|
3795
|
+
# 字段值变量
|
3796
|
+
class ColumnValueConfig < TencentCloud::Common::AbstractModel
|
3797
|
+
# @param FieldKey: 字段值key
|
3798
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3799
|
+
# @type FieldKey: String
|
3800
|
+
# @param FieldValue: 字段值
|
3801
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3802
|
+
# @type FieldValue: String
|
3803
|
+
# @param FieldDataType: 字段值类型
|
3804
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3805
|
+
# @type FieldDataType: String
|
3806
|
+
|
3807
|
+
attr_accessor :FieldKey, :FieldValue, :FieldDataType
|
3808
|
+
|
3809
|
+
def initialize(fieldkey=nil, fieldvalue=nil, fielddatatype=nil)
|
3810
|
+
@FieldKey = fieldkey
|
3811
|
+
@FieldValue = fieldvalue
|
3812
|
+
@FieldDataType = fielddatatype
|
3813
|
+
end
|
3814
|
+
|
3815
|
+
def deserialize(params)
|
3816
|
+
@FieldKey = params['FieldKey']
|
3817
|
+
@FieldValue = params['FieldValue']
|
3818
|
+
@FieldDataType = params['FieldDataType']
|
3783
3819
|
end
|
3784
3820
|
end
|
3785
3821
|
|
@@ -4889,6 +4925,8 @@ module TencentCloud
|
|
4889
4925
|
# @type Privilege: Integer
|
4890
4926
|
# @param ProjectId: 项目Id
|
4891
4927
|
# @type ProjectId: String
|
4928
|
+
# @param Type: 数据库类型
|
4929
|
+
# @type Type: String
|
4892
4930
|
# @param Incharge: 责任人
|
4893
4931
|
# @type Incharge: String
|
4894
4932
|
# @param DataOptimizationResource: 数据优化引擎
|
@@ -4900,14 +4938,15 @@ module TencentCloud
|
|
4900
4938
|
# @param ResourceGroupName: 数据优化资源组
|
4901
4939
|
# @type ResourceGroupName: String
|
4902
4940
|
|
4903
|
-
attr_accessor :DatasourceId, :Database, :DDLSql, :Privilege, :ProjectId, :Incharge, :DataOptimizationResource, :SmartOptimizerWritten, :TableName, :ResourceGroupName
|
4941
|
+
attr_accessor :DatasourceId, :Database, :DDLSql, :Privilege, :ProjectId, :Type, :Incharge, :DataOptimizationResource, :SmartOptimizerWritten, :TableName, :ResourceGroupName
|
4904
4942
|
|
4905
|
-
def initialize(datasourceid=nil, database=nil, ddlsql=nil, privilege=nil, projectid=nil, incharge=nil, dataoptimizationresource=nil, smartoptimizerwritten=nil, tablename=nil, resourcegroupname=nil)
|
4943
|
+
def initialize(datasourceid=nil, database=nil, ddlsql=nil, privilege=nil, projectid=nil, type=nil, incharge=nil, dataoptimizationresource=nil, smartoptimizerwritten=nil, tablename=nil, resourcegroupname=nil)
|
4906
4944
|
@DatasourceId = datasourceid
|
4907
4945
|
@Database = database
|
4908
4946
|
@DDLSql = ddlsql
|
4909
4947
|
@Privilege = privilege
|
4910
4948
|
@ProjectId = projectid
|
4949
|
+
@Type = type
|
4911
4950
|
@Incharge = incharge
|
4912
4951
|
@DataOptimizationResource = dataoptimizationresource
|
4913
4952
|
@SmartOptimizerWritten = smartoptimizerwritten
|
@@ -4921,6 +4960,7 @@ module TencentCloud
|
|
4921
4960
|
@DDLSql = params['DDLSql']
|
4922
4961
|
@Privilege = params['Privilege']
|
4923
4962
|
@ProjectId = params['ProjectId']
|
4963
|
+
@Type = params['Type']
|
4924
4964
|
@Incharge = params['Incharge']
|
4925
4965
|
@DataOptimizationResource = params['DataOptimizationResource']
|
4926
4966
|
@SmartOptimizerWritten = params['SmartOptimizerWritten']
|
@@ -5826,10 +5866,12 @@ module TencentCloud
|
|
5826
5866
|
# @type AlarmRecipientTypes: String
|
5827
5867
|
# @param EnableCheckTaskCycleLink: 是否需要校验循环依赖,默认为 true,如果使用了 CheckTaskCycleLink 和 CheckTaskCycleConfiguration 两个接口校验成功可以传 false,后台服务器不再做校验
|
5828
5868
|
# @type EnableCheckTaskCycleLink: Boolean
|
5869
|
+
# @param EnableMakeUp: 是否需要补录中间实例
|
5870
|
+
# @type EnableMakeUp: Boolean
|
5829
5871
|
|
5830
|
-
attr_accessor :Task, :NeedCheckParentSubmitted, :AutoRun, :ProjectId, :RequestFromSource, :AlarmWays, :AlarmRecipientTypes, :EnableCheckTaskCycleLink
|
5872
|
+
attr_accessor :Task, :NeedCheckParentSubmitted, :AutoRun, :ProjectId, :RequestFromSource, :AlarmWays, :AlarmRecipientTypes, :EnableCheckTaskCycleLink, :EnableMakeUp
|
5831
5873
|
|
5832
|
-
def initialize(task=nil, needcheckparentsubmitted=nil, autorun=nil, projectid=nil, requestfromsource=nil, alarmways=nil, alarmrecipienttypes=nil, enablechecktaskcyclelink=nil)
|
5874
|
+
def initialize(task=nil, needcheckparentsubmitted=nil, autorun=nil, projectid=nil, requestfromsource=nil, alarmways=nil, alarmrecipienttypes=nil, enablechecktaskcyclelink=nil, enablemakeup=nil)
|
5833
5875
|
@Task = task
|
5834
5876
|
@NeedCheckParentSubmitted = needcheckparentsubmitted
|
5835
5877
|
@AutoRun = autorun
|
@@ -5838,6 +5880,7 @@ module TencentCloud
|
|
5838
5880
|
@AlarmWays = alarmways
|
5839
5881
|
@AlarmRecipientTypes = alarmrecipienttypes
|
5840
5882
|
@EnableCheckTaskCycleLink = enablechecktaskcyclelink
|
5883
|
+
@EnableMakeUp = enablemakeup
|
5841
5884
|
end
|
5842
5885
|
|
5843
5886
|
def deserialize(params)
|
@@ -5852,6 +5895,7 @@ module TencentCloud
|
|
5852
5895
|
@AlarmWays = params['AlarmWays']
|
5853
5896
|
@AlarmRecipientTypes = params['AlarmRecipientTypes']
|
5854
5897
|
@EnableCheckTaskCycleLink = params['EnableCheckTaskCycleLink']
|
5898
|
+
@EnableMakeUp = params['EnableMakeUp']
|
5855
5899
|
end
|
5856
5900
|
end
|
5857
5901
|
|
@@ -6774,10 +6818,19 @@ module TencentCloud
|
|
6774
6818
|
# @param DatabaseGuid: 库guid
|
6775
6819
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6776
6820
|
# @type DatabaseGuid: String
|
6821
|
+
# @param Environment: 环境,取值 prod或者 dev
|
6822
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6823
|
+
# @type Environment: String
|
6824
|
+
# @param OwnerAccount: Owner的账户信息:账号信息
|
6825
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6826
|
+
# @type OwnerAccount: Integer
|
6827
|
+
# @param OperateOption: 操作权限
|
6828
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6829
|
+
# @type OperateOption: :class:`Tencentcloud::Wedata.v20210820.models.OperateOption`
|
6777
6830
|
|
6778
|
-
attr_accessor :ProjectId, :MetastoreType, :DatasourceName, :DatasourceId, :ProjectName, :Category, :Description, :Instance, :Region, :Status, :DatabaseName, :ProjectDisplayName, :OwnerAccountName, :DisplayName, :DatabaseId, :Catalog, :StorageSize, :StorageSizeWithUnit, :CreateTime, :TableCount, :DatasourceList, :CollectJobId, :CollectJobName, :ClusterId, :ClusterName, :ModifiedTimeByTables, :LastAccessTimeByTables, :DatabaseGuid
|
6831
|
+
attr_accessor :ProjectId, :MetastoreType, :DatasourceName, :DatasourceId, :ProjectName, :Category, :Description, :Instance, :Region, :Status, :DatabaseName, :ProjectDisplayName, :OwnerAccountName, :DisplayName, :DatabaseId, :Catalog, :StorageSize, :StorageSizeWithUnit, :CreateTime, :TableCount, :DatasourceList, :CollectJobId, :CollectJobName, :ClusterId, :ClusterName, :ModifiedTimeByTables, :LastAccessTimeByTables, :DatabaseGuid, :Environment, :OwnerAccount, :OperateOption
|
6779
6832
|
|
6780
|
-
def initialize(projectid=nil, metastoretype=nil, datasourcename=nil, datasourceid=nil, projectname=nil, category=nil, description=nil, instance=nil, region=nil, status=nil, databasename=nil, projectdisplayname=nil, owneraccountname=nil, displayname=nil, databaseid=nil, catalog=nil, storagesize=nil, storagesizewithunit=nil, createtime=nil, tablecount=nil, datasourcelist=nil, collectjobid=nil, collectjobname=nil, clusterid=nil, clustername=nil, modifiedtimebytables=nil, lastaccesstimebytables=nil, databaseguid=nil)
|
6833
|
+
def initialize(projectid=nil, metastoretype=nil, datasourcename=nil, datasourceid=nil, projectname=nil, category=nil, description=nil, instance=nil, region=nil, status=nil, databasename=nil, projectdisplayname=nil, owneraccountname=nil, displayname=nil, databaseid=nil, catalog=nil, storagesize=nil, storagesizewithunit=nil, createtime=nil, tablecount=nil, datasourcelist=nil, collectjobid=nil, collectjobname=nil, clusterid=nil, clustername=nil, modifiedtimebytables=nil, lastaccesstimebytables=nil, databaseguid=nil, environment=nil, owneraccount=nil, operateoption=nil)
|
6781
6834
|
@ProjectId = projectid
|
6782
6835
|
@MetastoreType = metastoretype
|
6783
6836
|
@DatasourceName = datasourcename
|
@@ -6806,6 +6859,9 @@ module TencentCloud
|
|
6806
6859
|
@ModifiedTimeByTables = modifiedtimebytables
|
6807
6860
|
@LastAccessTimeByTables = lastaccesstimebytables
|
6808
6861
|
@DatabaseGuid = databaseguid
|
6862
|
+
@Environment = environment
|
6863
|
+
@OwnerAccount = owneraccount
|
6864
|
+
@OperateOption = operateoption
|
6809
6865
|
end
|
6810
6866
|
|
6811
6867
|
def deserialize(params)
|
@@ -6844,6 +6900,12 @@ module TencentCloud
|
|
6844
6900
|
@ModifiedTimeByTables = params['ModifiedTimeByTables']
|
6845
6901
|
@LastAccessTimeByTables = params['LastAccessTimeByTables']
|
6846
6902
|
@DatabaseGuid = params['DatabaseGuid']
|
6903
|
+
@Environment = params['Environment']
|
6904
|
+
@OwnerAccount = params['OwnerAccount']
|
6905
|
+
unless params['OperateOption'].nil?
|
6906
|
+
@OperateOption = OperateOption.new
|
6907
|
+
@OperateOption.deserialize(params['OperateOption'])
|
6908
|
+
end
|
6847
6909
|
end
|
6848
6910
|
end
|
6849
6911
|
|
@@ -10319,17 +10381,19 @@ module TencentCloud
|
|
10319
10381
|
# @type SortItem: String
|
10320
10382
|
# @param SortType: 排序顺序
|
10321
10383
|
# @type SortType: String
|
10384
|
+
# @param ConsumeCount: 有效次数
|
10385
|
+
# @type ConsumeCount: String
|
10322
10386
|
|
10323
|
-
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
10387
|
+
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType, :ConsumeCount
|
10324
10388
|
extend Gem::Deprecate
|
10325
|
-
deprecate :EventType, :none, 2025,
|
10326
|
-
deprecate :EventType=, :none, 2025,
|
10327
|
-
deprecate :EventBroadcastType, :none, 2025,
|
10328
|
-
deprecate :EventBroadcastType=, :none, 2025,
|
10329
|
-
deprecate :Status, :none, 2025,
|
10330
|
-
deprecate :Status=, :none, 2025,
|
10389
|
+
deprecate :EventType, :none, 2025, 10
|
10390
|
+
deprecate :EventType=, :none, 2025, 10
|
10391
|
+
deprecate :EventBroadcastType, :none, 2025, 10
|
10392
|
+
deprecate :EventBroadcastType=, :none, 2025, 10
|
10393
|
+
deprecate :Status, :none, 2025, 10
|
10394
|
+
deprecate :Status=, :none, 2025, 10
|
10331
10395
|
|
10332
|
-
def initialize(projectid=nil, category=nil, pagenumber=nil, pagesize=nil, eventname=nil, eventtype=nil, eventsubtype=nil, eventbroadcasttype=nil, status=nil, creationtimestart=nil, creationtimeend=nil, eventtriggeredtimestart=nil, eventtriggeredtimeend=nil, logtimestart=nil, logtimeend=nil, dimension=nil, timetolive=nil, sortitem=nil, sorttype=nil)
|
10396
|
+
def initialize(projectid=nil, category=nil, pagenumber=nil, pagesize=nil, eventname=nil, eventtype=nil, eventsubtype=nil, eventbroadcasttype=nil, status=nil, creationtimestart=nil, creationtimeend=nil, eventtriggeredtimestart=nil, eventtriggeredtimeend=nil, logtimestart=nil, logtimeend=nil, dimension=nil, timetolive=nil, sortitem=nil, sorttype=nil, consumecount=nil)
|
10333
10397
|
@ProjectId = projectid
|
10334
10398
|
@Category = category
|
10335
10399
|
@PageNumber = pagenumber
|
@@ -10349,6 +10413,7 @@ module TencentCloud
|
|
10349
10413
|
@TimeToLive = timetolive
|
10350
10414
|
@SortItem = sortitem
|
10351
10415
|
@SortType = sorttype
|
10416
|
+
@ConsumeCount = consumecount
|
10352
10417
|
end
|
10353
10418
|
|
10354
10419
|
def deserialize(params)
|
@@ -10371,6 +10436,7 @@ module TencentCloud
|
|
10371
10436
|
@TimeToLive = params['TimeToLive']
|
10372
10437
|
@SortItem = params['SortItem']
|
10373
10438
|
@SortType = params['SortType']
|
10439
|
+
@ConsumeCount = params['ConsumeCount']
|
10374
10440
|
end
|
10375
10441
|
end
|
10376
10442
|
|
@@ -12266,10 +12332,12 @@ module TencentCloud
|
|
12266
12332
|
# @type BlackTaskIdList: Array
|
12267
12333
|
# @param ScheduleTimeZone: 时区
|
12268
12334
|
# @type ScheduleTimeZone: String
|
12335
|
+
# @param RunPriorityList: 根据任务优先级筛选
|
12336
|
+
# @type RunPriorityList: Array
|
12269
12337
|
|
12270
|
-
attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType, :ExecutorGroupIdList, :TaskTags, :KeyWord, :InitStrategy, :RequestResourceTypes, :ProjectIds, :BlackTaskIdList, :ScheduleTimeZone
|
12338
|
+
attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType, :ExecutorGroupIdList, :TaskTags, :KeyWord, :InitStrategy, :RequestResourceTypes, :ProjectIds, :BlackTaskIdList, :ScheduleTimeZone, :RunPriorityList
|
12271
12339
|
|
12272
|
-
def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil, executorgroupidlist=nil, tasktags=nil, keyword=nil, initstrategy=nil, requestresourcetypes=nil, projectids=nil, blacktaskidlist=nil, scheduletimezone=nil)
|
12340
|
+
def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil, executorgroupidlist=nil, tasktags=nil, keyword=nil, initstrategy=nil, requestresourcetypes=nil, projectids=nil, blacktaskidlist=nil, scheduletimezone=nil, runprioritylist=nil)
|
12273
12341
|
@ProjectId = projectid
|
12274
12342
|
@FolderIdList = folderidlist
|
12275
12343
|
@WorkFlowIdList = workflowidlist
|
@@ -12298,6 +12366,7 @@ module TencentCloud
|
|
12298
12366
|
@ProjectIds = projectids
|
12299
12367
|
@BlackTaskIdList = blacktaskidlist
|
12300
12368
|
@ScheduleTimeZone = scheduletimezone
|
12369
|
+
@RunPriorityList = runprioritylist
|
12301
12370
|
end
|
12302
12371
|
|
12303
12372
|
def deserialize(params)
|
@@ -12336,6 +12405,7 @@ module TencentCloud
|
|
12336
12405
|
@ProjectIds = params['ProjectIds']
|
12337
12406
|
@BlackTaskIdList = params['BlackTaskIdList']
|
12338
12407
|
@ScheduleTimeZone = params['ScheduleTimeZone']
|
12408
|
+
@RunPriorityList = params['RunPriorityList']
|
12339
12409
|
end
|
12340
12410
|
end
|
12341
12411
|
|
@@ -13674,20 +13744,16 @@ module TencentCloud
|
|
13674
13744
|
|
13675
13745
|
# DescribeReportTaskDetail请求参数结构体
|
13676
13746
|
class DescribeReportTaskDetailRequest < TencentCloud::Common::AbstractModel
|
13677
|
-
# @param TenantId: 租户id
|
13678
|
-
# @type TenantId: String
|
13679
13747
|
# @param EngineTaskId: 引擎任务id
|
13680
13748
|
# @type EngineTaskId: String
|
13681
13749
|
|
13682
|
-
attr_accessor :
|
13750
|
+
attr_accessor :EngineTaskId
|
13683
13751
|
|
13684
|
-
def initialize(
|
13685
|
-
@TenantId = tenantid
|
13752
|
+
def initialize(enginetaskid=nil)
|
13686
13753
|
@EngineTaskId = enginetaskid
|
13687
13754
|
end
|
13688
13755
|
|
13689
13756
|
def deserialize(params)
|
13690
|
-
@TenantId = params['TenantId']
|
13691
13757
|
@EngineTaskId = params['EngineTaskId']
|
13692
13758
|
end
|
13693
13759
|
end
|
@@ -14808,43 +14874,60 @@ module TencentCloud
|
|
14808
14874
|
class DescribeScheduleInstancesRequest < TencentCloud::Common::AbstractModel
|
14809
14875
|
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
14810
14876
|
# @type RequestFromSource: String
|
14811
|
-
# @param Instances:
|
14877
|
+
# @param Instances: 【已废弃参数,新用户接入无需关注】
|
14878
|
+
# 实例列表过滤条件
|
14812
14879
|
# @type Instances: Array
|
14813
|
-
# @param CheckFather:
|
14880
|
+
# @param CheckFather: 【已废弃参数,新用户接入无需关注】
|
14881
|
+
# 检查父任务类型, true: 检查父任务类型; false: 不检查父任务类型
|
14814
14882
|
# @type CheckFather: Boolean
|
14815
|
-
# @param RerunType:
|
14883
|
+
# @param RerunType: 【已废弃参数,新用户接入无需关注】
|
14884
|
+
# 重跑类型, 1: 仅重跑当前实例; 2: 重跑当前实例及其子实例; 3: 仅重跑子实例
|
14816
14885
|
# @type RerunType: String
|
14817
|
-
# @param DependentWay:
|
14886
|
+
# @param DependentWay: 【已废弃参数,新用户接入无需关注】
|
14887
|
+
# 实例依赖方式, 1: 任务自依赖; 2: 任务上游依赖; 3: 自依赖及其上游依赖
|
14818
14888
|
# @type DependentWay: String
|
14819
|
-
# @param SkipEventListening:
|
14889
|
+
# @param SkipEventListening: 【已废弃参数,新用户接入无需关注】
|
14890
|
+
# 重跑时是否忽略事件监听
|
14820
14891
|
# @type SkipEventListening: Boolean
|
14821
|
-
# @param SonInstanceType:
|
14892
|
+
# @param SonInstanceType: 【已废弃参数,新用户接入无需关注】
|
14893
|
+
# 下游实例范围 1: 所在工作流 2: 所在项目 3: 所有跨工作流依赖的项目
|
14822
14894
|
# @type SonInstanceType: String
|
14823
14895
|
# @param SearchCondition: 查询条件
|
14824
14896
|
# @type SearchCondition: :class:`Tencentcloud::Wedata.v20210820.models.InstanceApiOpsRequest`
|
14825
|
-
# @param OptType:
|
14897
|
+
# @param OptType: 【已废弃参数,新用户接入无需关注】
|
14898
|
+
# 访问类型
|
14826
14899
|
# @type OptType: String
|
14827
|
-
# @param OperatorName:
|
14900
|
+
# @param OperatorName: 【已废弃参数,新用户接入无需关注】
|
14901
|
+
# 操作者名称
|
14828
14902
|
# @type OperatorName: String
|
14829
|
-
# @param OperatorId:
|
14903
|
+
# @param OperatorId: 【已废弃参数,新用户接入无需关注】
|
14904
|
+
# 操作者id
|
14830
14905
|
# @type OperatorId: String
|
14831
|
-
# @param ProjectId: 项目
|
14906
|
+
# @param ProjectId: 项目ID
|
14832
14907
|
# @type ProjectId: String
|
14833
|
-
# @param ProjectIdent:
|
14908
|
+
# @param ProjectIdent: 【必要参数】
|
14909
|
+
# 项目ID
|
14834
14910
|
# @type ProjectIdent: String
|
14835
|
-
# @param ProjectName:
|
14911
|
+
# @param ProjectName: 【已废弃参数,新用户接入无需关注】
|
14912
|
+
# 项目名称
|
14836
14913
|
# @type ProjectName: String
|
14837
|
-
# @param PageIndex:
|
14914
|
+
# @param PageIndex: 【必要参数】
|
14915
|
+
# 分页查询开始页页码,默认值为 1
|
14838
14916
|
# @type PageIndex: Integer
|
14839
|
-
# @param PageSize:
|
14917
|
+
# @param PageSize: 【必要参数】
|
14918
|
+
# 分页查询每页返回的结果行数,默认值为 10
|
14840
14919
|
# @type PageSize: Integer
|
14841
|
-
# @param Count:
|
14920
|
+
# @param Count: 【已废弃参数,新用户接入无需关注】
|
14921
|
+
# 数据总数
|
14842
14922
|
# @type Count: Integer
|
14843
|
-
# @param RequestBaseInfo:
|
14923
|
+
# @param RequestBaseInfo: 【已废弃参数,新用户接入无需关注】
|
14924
|
+
# 基础请求信息
|
14844
14925
|
# @type RequestBaseInfo: :class:`Tencentcloud::Wedata.v20210820.models.ProjectBaseInfoOpsRequest`
|
14845
|
-
# @param IsCount:
|
14926
|
+
# @param IsCount: 【已废弃参数,新用户接入无需关注】
|
14927
|
+
# 是否计算总数
|
14846
14928
|
# @type IsCount: Boolean
|
14847
|
-
# @param ProjectIds:
|
14929
|
+
# @param ProjectIds: 【已废弃参数,新用户接入无需关注】
|
14930
|
+
# 项目ID列表,用于多项目实例列表筛选,请注意,该字段传入时 ProjectId 字段也必须传,且传入的 ProjectIds 中的项目ID必须是当前用户有权限的项目ID,否则会由于权限校验失败报错
|
14848
14931
|
# @type ProjectIds: Array
|
14849
14932
|
|
14850
14933
|
attr_accessor :RequestFromSource, :Instances, :CheckFather, :RerunType, :DependentWay, :SkipEventListening, :SonInstanceType, :SearchCondition, :OptType, :OperatorName, :OperatorId, :ProjectId, :ProjectIdent, :ProjectName, :PageIndex, :PageSize, :Count, :RequestBaseInfo, :IsCount, :ProjectIds
|
@@ -17285,10 +17368,14 @@ module TencentCloud
|
|
17285
17368
|
# @type EndTime: String
|
17286
17369
|
# @param RecordIdList: 试运行记录id
|
17287
17370
|
# @type RecordIdList: Array
|
17371
|
+
# @param PageSize: 分页大小
|
17372
|
+
# @type PageSize: Integer
|
17373
|
+
# @param PageIndex: 分页索引
|
17374
|
+
# @type PageIndex: Integer
|
17288
17375
|
|
17289
|
-
attr_accessor :ProjectId, :TaskId, :SearchWord, :SearchUserUin, :CreateTime, :EndTime, :RecordIdList
|
17376
|
+
attr_accessor :ProjectId, :TaskId, :SearchWord, :SearchUserUin, :CreateTime, :EndTime, :RecordIdList, :PageSize, :PageIndex
|
17290
17377
|
|
17291
|
-
def initialize(projectid=nil, taskid=nil, searchword=nil, searchuseruin=nil, createtime=nil, endtime=nil, recordidlist=nil)
|
17378
|
+
def initialize(projectid=nil, taskid=nil, searchword=nil, searchuseruin=nil, createtime=nil, endtime=nil, recordidlist=nil, pagesize=nil, pageindex=nil)
|
17292
17379
|
@ProjectId = projectid
|
17293
17380
|
@TaskId = taskid
|
17294
17381
|
@SearchWord = searchword
|
@@ -17296,6 +17383,8 @@ module TencentCloud
|
|
17296
17383
|
@CreateTime = createtime
|
17297
17384
|
@EndTime = endtime
|
17298
17385
|
@RecordIdList = recordidlist
|
17386
|
+
@PageSize = pagesize
|
17387
|
+
@PageIndex = pageindex
|
17299
17388
|
end
|
17300
17389
|
|
17301
17390
|
def deserialize(params)
|
@@ -17306,6 +17395,8 @@ module TencentCloud
|
|
17306
17395
|
@CreateTime = params['CreateTime']
|
17307
17396
|
@EndTime = params['EndTime']
|
17308
17397
|
@RecordIdList = params['RecordIdList']
|
17398
|
+
@PageSize = params['PageSize']
|
17399
|
+
@PageIndex = params['PageIndex']
|
17309
17400
|
end
|
17310
17401
|
end
|
17311
17402
|
|
@@ -17314,13 +17405,21 @@ module TencentCloud
|
|
17314
17405
|
# @param Data: 编排空间试运行任务
|
17315
17406
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17316
17407
|
# @type Data: Array
|
17408
|
+
# @param TotalPages: 总页数
|
17409
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17410
|
+
# @type TotalPages: Integer
|
17411
|
+
# @param TotalItems: 总条数
|
17412
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17413
|
+
# @type TotalItems: Integer
|
17317
17414
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17318
17415
|
# @type RequestId: String
|
17319
17416
|
|
17320
|
-
attr_accessor :Data, :RequestId
|
17417
|
+
attr_accessor :Data, :TotalPages, :TotalItems, :RequestId
|
17321
17418
|
|
17322
|
-
def initialize(data=nil, requestid=nil)
|
17419
|
+
def initialize(data=nil, totalpages=nil, totalitems=nil, requestid=nil)
|
17323
17420
|
@Data = data
|
17421
|
+
@TotalPages = totalpages
|
17422
|
+
@TotalItems = totalitems
|
17324
17423
|
@RequestId = requestid
|
17325
17424
|
end
|
17326
17425
|
|
@@ -17333,6 +17432,8 @@ module TencentCloud
|
|
17333
17432
|
@Data << testrunningrecord_tmp
|
17334
17433
|
end
|
17335
17434
|
end
|
17435
|
+
@TotalPages = params['TotalPages']
|
17436
|
+
@TotalItems = params['TotalItems']
|
17336
17437
|
@RequestId = params['RequestId']
|
17337
17438
|
end
|
17338
17439
|
end
|
@@ -17530,17 +17631,21 @@ module TencentCloud
|
|
17530
17631
|
# @type WorkflowId: String
|
17531
17632
|
# @param ProjectId: 项目id
|
17532
17633
|
# @type ProjectId: String
|
17634
|
+
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
17635
|
+
# @type RequestFromSource: String
|
17533
17636
|
|
17534
|
-
attr_accessor :WorkflowId, :ProjectId
|
17637
|
+
attr_accessor :WorkflowId, :ProjectId, :RequestFromSource
|
17535
17638
|
|
17536
|
-
def initialize(workflowid=nil, projectid=nil)
|
17639
|
+
def initialize(workflowid=nil, projectid=nil, requestfromsource=nil)
|
17537
17640
|
@WorkflowId = workflowid
|
17538
17641
|
@ProjectId = projectid
|
17642
|
+
@RequestFromSource = requestfromsource
|
17539
17643
|
end
|
17540
17644
|
|
17541
17645
|
def deserialize(params)
|
17542
17646
|
@WorkflowId = params['WorkflowId']
|
17543
17647
|
@ProjectId = params['ProjectId']
|
17648
|
+
@RequestFromSource = params['RequestFromSource']
|
17544
17649
|
end
|
17545
17650
|
end
|
17546
17651
|
|
@@ -17958,8 +18063,8 @@ module TencentCloud
|
|
17958
18063
|
|
17959
18064
|
attr_accessor :DimType, :Count, :QualityDim
|
17960
18065
|
extend Gem::Deprecate
|
17961
|
-
deprecate :DimType, :none, 2025,
|
17962
|
-
deprecate :DimType=, :none, 2025,
|
18066
|
+
deprecate :DimType, :none, 2025, 10
|
18067
|
+
deprecate :DimType=, :none, 2025, 10
|
17963
18068
|
|
17964
18069
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
17965
18070
|
@DimType = dimtype
|
@@ -18667,16 +18772,17 @@ module TencentCloud
|
|
18667
18772
|
# @param EngineExeTime: 引擎执行时间
|
18668
18773
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18669
18774
|
# @type EngineExeTime: String
|
18670
|
-
# @param
|
18775
|
+
# @param EngineExeTimeCost: 引擎执行总时间
|
18671
18776
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18672
|
-
# @type
|
18777
|
+
# @type EngineExeTimeCost: Float
|
18673
18778
|
# @param CuConsume: cu消耗
|
18674
18779
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18675
18780
|
# @type CuConsume: Integer
|
18676
|
-
# @param ResourceUsage:
|
18781
|
+
# @param ResourceUsage: 该值表示任务预设资源,sql任务不需要预设资源,该值为-1
|
18677
18782
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18678
18783
|
# @type ResourceUsage: Integer
|
18679
|
-
# @param EngineName:
|
18784
|
+
# @param EngineName: 引擎名。在wedata侧若获取不到引擎名,则是wedata侧生成dlc标识,与dlc侧的引擎名存在不一致的情况
|
18785
|
+
|
18680
18786
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18681
18787
|
# @type EngineName: String
|
18682
18788
|
# @param EngineExeStatus: 引擎执行状态
|
@@ -18742,12 +18848,12 @@ module TencentCloud
|
|
18742
18848
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18743
18849
|
# @type ApplicationId: String
|
18744
18850
|
|
18745
|
-
attr_accessor :EngineSubmitTime, :EngineExeTime, :
|
18851
|
+
attr_accessor :EngineSubmitTime, :EngineExeTime, :EngineExeTimeCost, :CuConsume, :ResourceUsage, :EngineName, :EngineExeStatus, :TaskKind, :TaskType, :TaskContent, :InputBytesSum, :ShuffleReadBytesSum, :ShuffleReadRecordsSum, :OutputRecordsSum, :OutputBytesSum, :OutputFilesNum, :OutputSmallFilesNum, :WaitTime, :QueryResultTime, :CmdArgs, :VCoreSeconds, :MemorySeconds, :EmrUserName, :QueryId, :ApplicationId
|
18746
18852
|
|
18747
|
-
def initialize(enginesubmittime=nil, engineexetime=nil,
|
18853
|
+
def initialize(enginesubmittime=nil, engineexetime=nil, engineexetimecost=nil, cuconsume=nil, resourceusage=nil, enginename=nil, engineexestatus=nil, taskkind=nil, tasktype=nil, taskcontent=nil, inputbytessum=nil, shufflereadbytessum=nil, shufflereadrecordssum=nil, outputrecordssum=nil, outputbytessum=nil, outputfilesnum=nil, outputsmallfilesnum=nil, waittime=nil, queryresulttime=nil, cmdargs=nil, vcoreseconds=nil, memoryseconds=nil, emrusername=nil, queryid=nil, applicationid=nil)
|
18748
18854
|
@EngineSubmitTime = enginesubmittime
|
18749
18855
|
@EngineExeTime = engineexetime
|
18750
|
-
@
|
18856
|
+
@EngineExeTimeCost = engineexetimecost
|
18751
18857
|
@CuConsume = cuconsume
|
18752
18858
|
@ResourceUsage = resourceusage
|
18753
18859
|
@EngineName = enginename
|
@@ -18775,7 +18881,7 @@ module TencentCloud
|
|
18775
18881
|
def deserialize(params)
|
18776
18882
|
@EngineSubmitTime = params['EngineSubmitTime']
|
18777
18883
|
@EngineExeTime = params['EngineExeTime']
|
18778
|
-
@
|
18884
|
+
@EngineExeTimeCost = params['EngineExeTimeCost']
|
18779
18885
|
@CuConsume = params['CuConsume']
|
18780
18886
|
@ResourceUsage = params['ResourceUsage']
|
18781
18887
|
@EngineName = params['EngineName']
|
@@ -19177,10 +19283,22 @@ module TencentCloud
|
|
19177
19283
|
# @param ProjectName: 项目名称
|
19178
19284
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19179
19285
|
# @type ProjectName: String
|
19286
|
+
# @param ValidConsumeCount: 事件消费有效次数
|
19287
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19288
|
+
# @type ValidConsumeCount: Integer
|
19289
|
+
# @param EventId: 事件id
|
19290
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19291
|
+
# @type EventId: String
|
19292
|
+
# @param BundleId: bundleId
|
19293
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19294
|
+
# @type BundleId: String
|
19295
|
+
# @param BundleInfo: bundle信息
|
19296
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19297
|
+
# @type BundleInfo: String
|
19180
19298
|
|
19181
|
-
attr_accessor :Name, :EventType, :TimeToLive, :TimeUnit, :EventSubType, :EventBroadcastType, :DimensionFormat, :CreationTs, :Owner, :Properties, :Description, :Listeners, :ProjectId, :ProjectName
|
19299
|
+
attr_accessor :Name, :EventType, :TimeToLive, :TimeUnit, :EventSubType, :EventBroadcastType, :DimensionFormat, :CreationTs, :Owner, :Properties, :Description, :Listeners, :ProjectId, :ProjectName, :ValidConsumeCount, :EventId, :BundleId, :BundleInfo
|
19182
19300
|
|
19183
|
-
def initialize(name=nil, eventtype=nil, timetolive=nil, timeunit=nil, eventsubtype=nil, eventbroadcasttype=nil, dimensionformat=nil, creationts=nil, owner=nil, properties=nil, description=nil, listeners=nil, projectid=nil, projectname=nil)
|
19301
|
+
def initialize(name=nil, eventtype=nil, timetolive=nil, timeunit=nil, eventsubtype=nil, eventbroadcasttype=nil, dimensionformat=nil, creationts=nil, owner=nil, properties=nil, description=nil, listeners=nil, projectid=nil, projectname=nil, validconsumecount=nil, eventid=nil, bundleid=nil, bundleinfo=nil)
|
19184
19302
|
@Name = name
|
19185
19303
|
@EventType = eventtype
|
19186
19304
|
@TimeToLive = timetolive
|
@@ -19195,6 +19313,10 @@ module TencentCloud
|
|
19195
19313
|
@Listeners = listeners
|
19196
19314
|
@ProjectId = projectid
|
19197
19315
|
@ProjectName = projectname
|
19316
|
+
@ValidConsumeCount = validconsumecount
|
19317
|
+
@EventId = eventid
|
19318
|
+
@BundleId = bundleid
|
19319
|
+
@BundleInfo = bundleinfo
|
19198
19320
|
end
|
19199
19321
|
|
19200
19322
|
def deserialize(params)
|
@@ -19219,6 +19341,10 @@ module TencentCloud
|
|
19219
19341
|
end
|
19220
19342
|
@ProjectId = params['ProjectId']
|
19221
19343
|
@ProjectName = params['ProjectName']
|
19344
|
+
@ValidConsumeCount = params['ValidConsumeCount']
|
19345
|
+
@EventId = params['EventId']
|
19346
|
+
@BundleId = params['BundleId']
|
19347
|
+
@BundleInfo = params['BundleInfo']
|
19222
19348
|
end
|
19223
19349
|
end
|
19224
19350
|
|
@@ -20142,19 +20268,27 @@ module TencentCloud
|
|
20142
20268
|
# @param FieldDataType: 字段值类型
|
20143
20269
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20144
20270
|
# @type FieldDataType: String
|
20271
|
+
# @param ValueConfig: 字段值变量信息
|
20272
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20273
|
+
# @type ValueConfig: :class:`Tencentcloud::Wedata.v20210820.models.ColumnValueConfig`
|
20145
20274
|
|
20146
|
-
attr_accessor :FieldKey, :FieldValue, :FieldDataType
|
20275
|
+
attr_accessor :FieldKey, :FieldValue, :FieldDataType, :ValueConfig
|
20147
20276
|
|
20148
|
-
def initialize(fieldkey=nil, fieldvalue=nil, fielddatatype=nil)
|
20277
|
+
def initialize(fieldkey=nil, fieldvalue=nil, fielddatatype=nil, valueconfig=nil)
|
20149
20278
|
@FieldKey = fieldkey
|
20150
20279
|
@FieldValue = fieldvalue
|
20151
20280
|
@FieldDataType = fielddatatype
|
20281
|
+
@ValueConfig = valueconfig
|
20152
20282
|
end
|
20153
20283
|
|
20154
20284
|
def deserialize(params)
|
20155
20285
|
@FieldKey = params['FieldKey']
|
20156
20286
|
@FieldValue = params['FieldValue']
|
20157
20287
|
@FieldDataType = params['FieldDataType']
|
20288
|
+
unless params['ValueConfig'].nil?
|
20289
|
+
@ValueConfig = ColumnValueConfig.new
|
20290
|
+
@ValueConfig.deserialize(params['ValueConfig'])
|
20291
|
+
end
|
20158
20292
|
end
|
20159
20293
|
end
|
20160
20294
|
|
@@ -21536,10 +21670,14 @@ module TencentCloud
|
|
21536
21670
|
# @type ScheduleTimeFrom: String
|
21537
21671
|
# @param ScheduleTimeTo: 计划调度时间
|
21538
21672
|
# @type ScheduleTimeTo: String
|
21673
|
+
# @param RunPriorityList: 任务优先级过滤实例列表
|
21674
|
+
# @type RunPriorityList: Array
|
21675
|
+
# @param InstanceCycleType: 实例调度周期筛选
|
21676
|
+
# @type InstanceCycleType: Array
|
21539
21677
|
|
21540
|
-
attr_accessor :Instance, :SortCol, :TaskIdList, :TaskNameList, :FolderList, :Sort, :StateList, :TaskTypeList, :CycleList, :OwnerList, :DateFrom, :DateTo, :CreateTimeFrom, :CreateTimeTo, :StartFrom, :StartTo, :WorkflowIdList, :WorkflowNameList, :Keyword, :SearchColumns, :ProjectId, :Limit, :TaskTypeMap, :InstanceType, :DagDeal, :DagType, :DagDependent, :DagDepth, :TenantId, :DataTimeCycle, :ExecutorGroupIdList, :OnlyRerun, :ScheduleTimeZone, :ScheduleTimeFrom, :ScheduleTimeTo
|
21678
|
+
attr_accessor :Instance, :SortCol, :TaskIdList, :TaskNameList, :FolderList, :Sort, :StateList, :TaskTypeList, :CycleList, :OwnerList, :DateFrom, :DateTo, :CreateTimeFrom, :CreateTimeTo, :StartFrom, :StartTo, :WorkflowIdList, :WorkflowNameList, :Keyword, :SearchColumns, :ProjectId, :Limit, :TaskTypeMap, :InstanceType, :DagDeal, :DagType, :DagDependent, :DagDepth, :TenantId, :DataTimeCycle, :ExecutorGroupIdList, :OnlyRerun, :ScheduleTimeZone, :ScheduleTimeFrom, :ScheduleTimeTo, :RunPriorityList, :InstanceCycleType
|
21541
21679
|
|
21542
|
-
def initialize(instance=nil, sortcol=nil, taskidlist=nil, tasknamelist=nil, folderlist=nil, sort=nil, statelist=nil, tasktypelist=nil, cyclelist=nil, ownerlist=nil, datefrom=nil, dateto=nil, createtimefrom=nil, createtimeto=nil, startfrom=nil, startto=nil, workflowidlist=nil, workflownamelist=nil, keyword=nil, searchcolumns=nil, projectid=nil, limit=nil, tasktypemap=nil, instancetype=nil, dagdeal=nil, dagtype=nil, dagdependent=nil, dagdepth=nil, tenantid=nil, datatimecycle=nil, executorgroupidlist=nil, onlyrerun=nil, scheduletimezone=nil, scheduletimefrom=nil, scheduletimeto=nil)
|
21680
|
+
def initialize(instance=nil, sortcol=nil, taskidlist=nil, tasknamelist=nil, folderlist=nil, sort=nil, statelist=nil, tasktypelist=nil, cyclelist=nil, ownerlist=nil, datefrom=nil, dateto=nil, createtimefrom=nil, createtimeto=nil, startfrom=nil, startto=nil, workflowidlist=nil, workflownamelist=nil, keyword=nil, searchcolumns=nil, projectid=nil, limit=nil, tasktypemap=nil, instancetype=nil, dagdeal=nil, dagtype=nil, dagdependent=nil, dagdepth=nil, tenantid=nil, datatimecycle=nil, executorgroupidlist=nil, onlyrerun=nil, scheduletimezone=nil, scheduletimefrom=nil, scheduletimeto=nil, runprioritylist=nil, instancecycletype=nil)
|
21543
21681
|
@Instance = instance
|
21544
21682
|
@SortCol = sortcol
|
21545
21683
|
@TaskIdList = taskidlist
|
@@ -21575,6 +21713,8 @@ module TencentCloud
|
|
21575
21713
|
@ScheduleTimeZone = scheduletimezone
|
21576
21714
|
@ScheduleTimeFrom = scheduletimefrom
|
21577
21715
|
@ScheduleTimeTo = scheduletimeto
|
21716
|
+
@RunPriorityList = runprioritylist
|
21717
|
+
@InstanceCycleType = instancecycletype
|
21578
21718
|
end
|
21579
21719
|
|
21580
21720
|
def deserialize(params)
|
@@ -21623,6 +21763,8 @@ module TencentCloud
|
|
21623
21763
|
@ScheduleTimeZone = params['ScheduleTimeZone']
|
21624
21764
|
@ScheduleTimeFrom = params['ScheduleTimeFrom']
|
21625
21765
|
@ScheduleTimeTo = params['ScheduleTimeTo']
|
21766
|
+
@RunPriorityList = params['RunPriorityList']
|
21767
|
+
@InstanceCycleType = params['InstanceCycleType']
|
21626
21768
|
end
|
21627
21769
|
end
|
21628
21770
|
|
@@ -22850,10 +22992,14 @@ module TencentCloud
|
|
22850
22992
|
# @type ScheduleRunType: Integer
|
22851
22993
|
# @param AllowRedoType: 允许重跑类型,ALL 表示无论实例运行成功还是失败都允许重跑,NONE表示无论成功或者失败都不允许重跑,FAILURE 表示只有运行失败才能重跑
|
22852
22994
|
# @type AllowRedoType: String
|
22995
|
+
# @param InstanceCycleType: 实例生命周期
|
22996
|
+
# @type InstanceCycleType: String
|
22997
|
+
# @param InstanceSchedulerDesc: 实例执行计划描述
|
22998
|
+
# @type InstanceSchedulerDesc: String
|
22853
22999
|
|
22854
|
-
attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :InCharge, :CycleType, :CurRunDate, :NextCurDate, :RunPriority, :TryLimit, :Tries, :TotalRunNum, :DoFlag, :RedoFlag, :State, :RuntimeBroker, :ErrorDesc, :TaskType, :DependenceFulfillTime, :FirstDependenceFulfillTime, :FirstStartTime, :StartTime, :EndTime, :CostTime, :CostMillisecond, :MaxCostTime, :MinCostTime, :AvgCostTime, :LastLog, :SchedulerDateTime, :LastSchedulerDateTime, :LastUpdate, :CreateTime, :DependencyRel, :ExecutionSpace, :IgnoreEvent, :VirtualFlag, :FolderId, :FolderName, :SonList, :ProductName, :ResourceGroup, :ResourceInstanceId, :YarnQueue, :SchedulerDesc, :FirstSubmitTime, :FirstRunTime, :ProjectId, :ProjectIdent, :ProjectName, :TenantId, :InstanceKey, :ExecutorGroupId, :ExecutorGroupName, :RelatedInstanceList, :RelatedInstanceSize, :OwnerId, :UserId, :InstanceLifeCycleOpsDto, :RetryAttempts, :DeletedFatherList, :CirculateInstanceList, :ConcurrentStrategy, :ScheduleRunType, :AllowRedoType
|
23000
|
+
attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :InCharge, :CycleType, :CurRunDate, :NextCurDate, :RunPriority, :TryLimit, :Tries, :TotalRunNum, :DoFlag, :RedoFlag, :State, :RuntimeBroker, :ErrorDesc, :TaskType, :DependenceFulfillTime, :FirstDependenceFulfillTime, :FirstStartTime, :StartTime, :EndTime, :CostTime, :CostMillisecond, :MaxCostTime, :MinCostTime, :AvgCostTime, :LastLog, :SchedulerDateTime, :LastSchedulerDateTime, :LastUpdate, :CreateTime, :DependencyRel, :ExecutionSpace, :IgnoreEvent, :VirtualFlag, :FolderId, :FolderName, :SonList, :ProductName, :ResourceGroup, :ResourceInstanceId, :YarnQueue, :SchedulerDesc, :FirstSubmitTime, :FirstRunTime, :ProjectId, :ProjectIdent, :ProjectName, :TenantId, :InstanceKey, :ExecutorGroupId, :ExecutorGroupName, :RelatedInstanceList, :RelatedInstanceSize, :OwnerId, :UserId, :InstanceLifeCycleOpsDto, :RetryAttempts, :DeletedFatherList, :CirculateInstanceList, :ConcurrentStrategy, :ScheduleRunType, :AllowRedoType, :InstanceCycleType, :InstanceSchedulerDesc
|
22855
23001
|
|
22856
|
-
def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, incharge=nil, cycletype=nil, currundate=nil, nextcurdate=nil, runpriority=nil, trylimit=nil, tries=nil, totalrunnum=nil, doflag=nil, redoflag=nil, state=nil, runtimebroker=nil, errordesc=nil, tasktype=nil, dependencefulfilltime=nil, firstdependencefulfilltime=nil, firststarttime=nil, starttime=nil, endtime=nil, costtime=nil, costmillisecond=nil, maxcosttime=nil, mincosttime=nil, avgcosttime=nil, lastlog=nil, schedulerdatetime=nil, lastschedulerdatetime=nil, lastupdate=nil, createtime=nil, dependencyrel=nil, executionspace=nil, ignoreevent=nil, virtualflag=nil, folderid=nil, foldername=nil, sonlist=nil, productname=nil, resourcegroup=nil, resourceinstanceid=nil, yarnqueue=nil, schedulerdesc=nil, firstsubmittime=nil, firstruntime=nil, projectid=nil, projectident=nil, projectname=nil, tenantid=nil, instancekey=nil, executorgroupid=nil, executorgroupname=nil, relatedinstancelist=nil, relatedinstancesize=nil, ownerid=nil, userid=nil, instancelifecycleopsdto=nil, retryattempts=nil, deletedfatherlist=nil, circulateinstancelist=nil, concurrentstrategy=nil, scheduleruntype=nil, allowredotype=nil)
|
23002
|
+
def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, incharge=nil, cycletype=nil, currundate=nil, nextcurdate=nil, runpriority=nil, trylimit=nil, tries=nil, totalrunnum=nil, doflag=nil, redoflag=nil, state=nil, runtimebroker=nil, errordesc=nil, tasktype=nil, dependencefulfilltime=nil, firstdependencefulfilltime=nil, firststarttime=nil, starttime=nil, endtime=nil, costtime=nil, costmillisecond=nil, maxcosttime=nil, mincosttime=nil, avgcosttime=nil, lastlog=nil, schedulerdatetime=nil, lastschedulerdatetime=nil, lastupdate=nil, createtime=nil, dependencyrel=nil, executionspace=nil, ignoreevent=nil, virtualflag=nil, folderid=nil, foldername=nil, sonlist=nil, productname=nil, resourcegroup=nil, resourceinstanceid=nil, yarnqueue=nil, schedulerdesc=nil, firstsubmittime=nil, firstruntime=nil, projectid=nil, projectident=nil, projectname=nil, tenantid=nil, instancekey=nil, executorgroupid=nil, executorgroupname=nil, relatedinstancelist=nil, relatedinstancesize=nil, ownerid=nil, userid=nil, instancelifecycleopsdto=nil, retryattempts=nil, deletedfatherlist=nil, circulateinstancelist=nil, concurrentstrategy=nil, scheduleruntype=nil, allowredotype=nil, instancecycletype=nil, instanceschedulerdesc=nil)
|
22857
23003
|
@TaskId = taskid
|
22858
23004
|
@TaskName = taskname
|
22859
23005
|
@WorkflowId = workflowid
|
@@ -22919,6 +23065,8 @@ module TencentCloud
|
|
22919
23065
|
@ConcurrentStrategy = concurrentstrategy
|
22920
23066
|
@ScheduleRunType = scheduleruntype
|
22921
23067
|
@AllowRedoType = allowredotype
|
23068
|
+
@InstanceCycleType = instancecycletype
|
23069
|
+
@InstanceSchedulerDesc = instanceschedulerdesc
|
22922
23070
|
end
|
22923
23071
|
|
22924
23072
|
def deserialize(params)
|
@@ -23007,6 +23155,8 @@ module TencentCloud
|
|
23007
23155
|
@ConcurrentStrategy = params['ConcurrentStrategy']
|
23008
23156
|
@ScheduleRunType = params['ScheduleRunType']
|
23009
23157
|
@AllowRedoType = params['AllowRedoType']
|
23158
|
+
@InstanceCycleType = params['InstanceCycleType']
|
23159
|
+
@InstanceSchedulerDesc = params['InstanceSchedulerDesc']
|
23010
23160
|
end
|
23011
23161
|
end
|
23012
23162
|
|
@@ -24141,7 +24291,7 @@ module TencentCloud
|
|
24141
24291
|
# @param K: 键名
|
24142
24292
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24143
24293
|
# @type K: String
|
24144
|
-
# @param V:
|
24294
|
+
# @param V: 值,请勿传SQL(请求会被视为攻击接口),如果有需要,请将SQL进行Base64转码并解码。
|
24145
24295
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24146
24296
|
# @type V: String
|
24147
24297
|
|
@@ -26680,8 +26830,8 @@ module TencentCloud
|
|
26680
26830
|
|
26681
26831
|
attr_accessor :ProjectId, :TaskId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :TaskName, :RetryWait, :TryLimit, :Retriable, :RunPriority, :TaskExt, :ResourceGroup, :YarnQueue, :BrokerIp, :InCharge, :Notes, :TaskParamInfos, :SourceServer, :TargetServer, :DependencyWorkflow, :DependencyConfigDTOs, :ExecutionTTL, :ScriptChange, :InChargeIds
|
26682
26832
|
extend Gem::Deprecate
|
26683
|
-
deprecate :InCharge, :none, 2025,
|
26684
|
-
deprecate :InCharge=, :none, 2025,
|
26833
|
+
deprecate :InCharge, :none, 2025, 10
|
26834
|
+
deprecate :InCharge=, :none, 2025, 10
|
26685
26835
|
|
26686
26836
|
def initialize(projectid=nil, taskid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, taskname=nil, retrywait=nil, trylimit=nil, retriable=nil, runpriority=nil, taskext=nil, resourcegroup=nil, yarnqueue=nil, brokerip=nil, incharge=nil, notes=nil, taskparaminfos=nil, sourceserver=nil, targetserver=nil, dependencyworkflow=nil, dependencyconfigdtos=nil, executionttl=nil, scriptchange=nil, inchargeids=nil)
|
26687
26837
|
@ProjectId = projectid
|
@@ -27472,6 +27622,23 @@ module TencentCloud
|
|
27472
27622
|
end
|
27473
27623
|
end
|
27474
27624
|
|
27625
|
+
# 数据资产操作标记
|
27626
|
+
class OperateOption < TencentCloud::Common::AbstractModel
|
27627
|
+
# @param HasProjectPermission: 是否有修改归属项目权限
|
27628
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
27629
|
+
# @type HasProjectPermission: Boolean
|
27630
|
+
|
27631
|
+
attr_accessor :HasProjectPermission
|
27632
|
+
|
27633
|
+
def initialize(hasprojectpermission=nil)
|
27634
|
+
@HasProjectPermission = hasprojectpermission
|
27635
|
+
end
|
27636
|
+
|
27637
|
+
def deserialize(params)
|
27638
|
+
@HasProjectPermission = params['HasProjectPermission']
|
27639
|
+
end
|
27640
|
+
end
|
27641
|
+
|
27475
27642
|
# 操作返回结果
|
27476
27643
|
class OperationOpsDto < TencentCloud::Common::AbstractModel
|
27477
27644
|
# @param Result: 操作是否成功
|
@@ -28563,16 +28730,21 @@ module TencentCloud
|
|
28563
28730
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
28564
28731
|
# @type CycleType: Integer
|
28565
28732
|
# @param TaskType: 生产任务类型
|
28733
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
28566
28734
|
# @type TaskType: String
|
28735
|
+
# @param ScheduleTimeZone: 时区
|
28736
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
28737
|
+
# @type ScheduleTimeZone: String
|
28567
28738
|
|
28568
|
-
attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType, :TaskType
|
28739
|
+
attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType, :TaskType, :ScheduleTimeZone
|
28569
28740
|
|
28570
|
-
def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil, tasktype=nil)
|
28741
|
+
def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil, tasktype=nil, scheduletimezone=nil)
|
28571
28742
|
@WorkflowId = workflowid
|
28572
28743
|
@TaskId = taskid
|
28573
28744
|
@TaskName = taskname
|
28574
28745
|
@CycleType = cycletype
|
28575
28746
|
@TaskType = tasktype
|
28747
|
+
@ScheduleTimeZone = scheduletimezone
|
28576
28748
|
end
|
28577
28749
|
|
28578
28750
|
def deserialize(params)
|
@@ -28581,6 +28753,7 @@ module TencentCloud
|
|
28581
28753
|
@TaskName = params['TaskName']
|
28582
28754
|
@CycleType = params['CycleType']
|
28583
28755
|
@TaskType = params['TaskType']
|
28756
|
+
@ScheduleTimeZone = params['ScheduleTimeZone']
|
28584
28757
|
end
|
28585
28758
|
end
|
28586
28759
|
|
@@ -29055,12 +29228,18 @@ module TencentCloud
|
|
29055
29228
|
# @type RecordsSpeedList: Array
|
29056
29229
|
# @param BytesSpeedList: 同步速度字节/s列表
|
29057
29230
|
# @type BytesSpeedList: Array
|
29231
|
+
# @param RecordsLogSpeed: 日志条数速度
|
29232
|
+
# @type RecordsLogSpeed: Array
|
29233
|
+
# @param BytesLogSpeed: 日志大小速度
|
29234
|
+
# @type BytesLogSpeed: Array
|
29058
29235
|
|
29059
|
-
attr_accessor :RecordsSpeedList, :BytesSpeedList
|
29236
|
+
attr_accessor :RecordsSpeedList, :BytesSpeedList, :RecordsLogSpeed, :BytesLogSpeed
|
29060
29237
|
|
29061
|
-
def initialize(recordsspeedlist=nil, bytesspeedlist=nil)
|
29238
|
+
def initialize(recordsspeedlist=nil, bytesspeedlist=nil, recordslogspeed=nil, byteslogspeed=nil)
|
29062
29239
|
@RecordsSpeedList = recordsspeedlist
|
29063
29240
|
@BytesSpeedList = bytesspeedlist
|
29241
|
+
@RecordsLogSpeed = recordslogspeed
|
29242
|
+
@BytesLogSpeed = byteslogspeed
|
29064
29243
|
end
|
29065
29244
|
|
29066
29245
|
def deserialize(params)
|
@@ -29080,6 +29259,22 @@ module TencentCloud
|
|
29080
29259
|
@BytesSpeedList << bytesspeed_tmp
|
29081
29260
|
end
|
29082
29261
|
end
|
29262
|
+
unless params['RecordsLogSpeed'].nil?
|
29263
|
+
@RecordsLogSpeed = []
|
29264
|
+
params['RecordsLogSpeed'].each do |i|
|
29265
|
+
recordsspeed_tmp = RecordsSpeed.new
|
29266
|
+
recordsspeed_tmp.deserialize(i)
|
29267
|
+
@RecordsLogSpeed << recordsspeed_tmp
|
29268
|
+
end
|
29269
|
+
end
|
29270
|
+
unless params['BytesLogSpeed'].nil?
|
29271
|
+
@BytesLogSpeed = []
|
29272
|
+
params['BytesLogSpeed'].each do |i|
|
29273
|
+
bytesspeed_tmp = BytesSpeed.new
|
29274
|
+
bytesspeed_tmp.deserialize(i)
|
29275
|
+
@BytesLogSpeed << bytesspeed_tmp
|
29276
|
+
end
|
29277
|
+
end
|
29083
29278
|
end
|
29084
29279
|
end
|
29085
29280
|
|
@@ -29269,17 +29464,19 @@ module TencentCloud
|
|
29269
29464
|
# @type EventBroadcastType: String
|
29270
29465
|
# @param DimensionFormat: 时间格式
|
29271
29466
|
# @type DimensionFormat: String
|
29467
|
+
# @param ValidConsumeCount: 事件消费有效次数
|
29468
|
+
# @type ValidConsumeCount: Integer
|
29272
29469
|
|
29273
|
-
attr_accessor :ProjectId, :Name, :EventSubType, :TimeToLive, :TimeUnit, :Owner, :Description, :EventType, :EventBroadcastType, :DimensionFormat
|
29470
|
+
attr_accessor :ProjectId, :Name, :EventSubType, :TimeToLive, :TimeUnit, :Owner, :Description, :EventType, :EventBroadcastType, :DimensionFormat, :ValidConsumeCount
|
29274
29471
|
extend Gem::Deprecate
|
29275
|
-
deprecate :EventType, :none, 2025,
|
29276
|
-
deprecate :EventType=, :none, 2025,
|
29277
|
-
deprecate :EventBroadcastType, :none, 2025,
|
29278
|
-
deprecate :EventBroadcastType=, :none, 2025,
|
29279
|
-
deprecate :DimensionFormat, :none, 2025,
|
29280
|
-
deprecate :DimensionFormat=, :none, 2025,
|
29472
|
+
deprecate :EventType, :none, 2025, 10
|
29473
|
+
deprecate :EventType=, :none, 2025, 10
|
29474
|
+
deprecate :EventBroadcastType, :none, 2025, 10
|
29475
|
+
deprecate :EventBroadcastType=, :none, 2025, 10
|
29476
|
+
deprecate :DimensionFormat, :none, 2025, 10
|
29477
|
+
deprecate :DimensionFormat=, :none, 2025, 10
|
29281
29478
|
|
29282
|
-
def initialize(projectid=nil, name=nil, eventsubtype=nil, timetolive=nil, timeunit=nil, owner=nil, description=nil, eventtype=nil, eventbroadcasttype=nil, dimensionformat=nil)
|
29479
|
+
def initialize(projectid=nil, name=nil, eventsubtype=nil, timetolive=nil, timeunit=nil, owner=nil, description=nil, eventtype=nil, eventbroadcasttype=nil, dimensionformat=nil, validconsumecount=nil)
|
29283
29480
|
@ProjectId = projectid
|
29284
29481
|
@Name = name
|
29285
29482
|
@EventSubType = eventsubtype
|
@@ -29290,6 +29487,7 @@ module TencentCloud
|
|
29290
29487
|
@EventType = eventtype
|
29291
29488
|
@EventBroadcastType = eventbroadcasttype
|
29292
29489
|
@DimensionFormat = dimensionformat
|
29490
|
+
@ValidConsumeCount = validconsumecount
|
29293
29491
|
end
|
29294
29492
|
|
29295
29493
|
def deserialize(params)
|
@@ -29303,6 +29501,7 @@ module TencentCloud
|
|
29303
29501
|
@EventType = params['EventType']
|
29304
29502
|
@EventBroadcastType = params['EventBroadcastType']
|
29305
29503
|
@DimensionFormat = params['DimensionFormat']
|
29504
|
+
@ValidConsumeCount = params['ValidConsumeCount']
|
29306
29505
|
end
|
29307
29506
|
end
|
29308
29507
|
|
@@ -30732,10 +30931,19 @@ module TencentCloud
|
|
30732
30931
|
# @param UpdateTime: 更新时间
|
30733
30932
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
30734
30933
|
# @type UpdateTime: String
|
30934
|
+
# @param DatasourceName: 数据源名称
|
30935
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
30936
|
+
# @type DatasourceName: String
|
30937
|
+
# @param DatabaseName: 数据库名称
|
30938
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
30939
|
+
# @type DatabaseName: String
|
30940
|
+
# @param FailMsg: 失败原因
|
30941
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
30942
|
+
# @type FailMsg: String
|
30735
30943
|
|
30736
|
-
attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes, :TableName, :TableOwnerName, :ExecStrategy, :Subscription, :CreateTime, :DatasourceId, :DatabaseId, :MonitorStatus, :TriggerCondition, :DsEnvType, :DatasourceType, :SchemaName, :TargetSchemaName, :ProjectId, :ProjectName, :UpdateTime
|
30944
|
+
attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes, :TableName, :TableOwnerName, :ExecStrategy, :Subscription, :CreateTime, :DatasourceId, :DatabaseId, :MonitorStatus, :TriggerCondition, :DsEnvType, :DatasourceType, :SchemaName, :TargetSchemaName, :ProjectId, :ProjectName, :UpdateTime, :DatasourceName, :DatabaseName, :FailMsg
|
30737
30945
|
|
30738
|
-
def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil, tablename=nil, tableownername=nil, execstrategy=nil, subscription=nil, createtime=nil, datasourceid=nil, databaseid=nil, monitorstatus=nil, triggercondition=nil, dsenvtype=nil, datasourcetype=nil, schemaname=nil, targetschemaname=nil, projectid=nil, projectname=nil, updatetime=nil)
|
30946
|
+
def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil, tablename=nil, tableownername=nil, execstrategy=nil, subscription=nil, createtime=nil, datasourceid=nil, databaseid=nil, monitorstatus=nil, triggercondition=nil, dsenvtype=nil, datasourcetype=nil, schemaname=nil, targetschemaname=nil, projectid=nil, projectname=nil, updatetime=nil, datasourcename=nil, databasename=nil, failmsg=nil)
|
30739
30947
|
@RuleId = ruleid
|
30740
30948
|
@RuleGroupId = rulegroupid
|
30741
30949
|
@TableId = tableid
|
@@ -30787,6 +30995,9 @@ module TencentCloud
|
|
30787
30995
|
@ProjectId = projectid
|
30788
30996
|
@ProjectName = projectname
|
30789
30997
|
@UpdateTime = updatetime
|
30998
|
+
@DatasourceName = datasourcename
|
30999
|
+
@DatabaseName = databasename
|
31000
|
+
@FailMsg = failmsg
|
30790
31001
|
end
|
30791
31002
|
|
30792
31003
|
def deserialize(params)
|
@@ -30853,6 +31064,9 @@ module TencentCloud
|
|
30853
31064
|
@ProjectId = params['ProjectId']
|
30854
31065
|
@ProjectName = params['ProjectName']
|
30855
31066
|
@UpdateTime = params['UpdateTime']
|
31067
|
+
@DatasourceName = params['DatasourceName']
|
31068
|
+
@DatabaseName = params['DatabaseName']
|
31069
|
+
@FailMsg = params['FailMsg']
|
30856
31070
|
end
|
30857
31071
|
end
|
30858
31072
|
|
@@ -30949,14 +31163,18 @@ module TencentCloud
|
|
30949
31163
|
# @param DlcGroupName: DLC执行引擎资源组
|
30950
31164
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
30951
31165
|
# @type DlcGroupName: String
|
31166
|
+
# @param EngineParam: 引擎参数
|
31167
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31168
|
+
# @type EngineParam: String
|
30952
31169
|
|
30953
|
-
attr_accessor :QueueName, :ExecutorGroupId, :EngineType, :DlcGroupName
|
31170
|
+
attr_accessor :QueueName, :ExecutorGroupId, :EngineType, :DlcGroupName, :EngineParam
|
30954
31171
|
|
30955
|
-
def initialize(queuename=nil, executorgroupid=nil, enginetype=nil, dlcgroupname=nil)
|
31172
|
+
def initialize(queuename=nil, executorgroupid=nil, enginetype=nil, dlcgroupname=nil, engineparam=nil)
|
30956
31173
|
@QueueName = queuename
|
30957
31174
|
@ExecutorGroupId = executorgroupid
|
30958
31175
|
@EngineType = enginetype
|
30959
31176
|
@DlcGroupName = dlcgroupname
|
31177
|
+
@EngineParam = engineparam
|
30960
31178
|
end
|
30961
31179
|
|
30962
31180
|
def deserialize(params)
|
@@ -30964,6 +31182,7 @@ module TencentCloud
|
|
30964
31182
|
@ExecutorGroupId = params['ExecutorGroupId']
|
30965
31183
|
@EngineType = params['EngineType']
|
30966
31184
|
@DlcGroupName = params['DlcGroupName']
|
31185
|
+
@EngineParam = params['EngineParam']
|
30967
31186
|
end
|
30968
31187
|
end
|
30969
31188
|
|
@@ -31504,6 +31723,7 @@ module TencentCloud
|
|
31504
31723
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31505
31724
|
# @type Description: String
|
31506
31725
|
# @param CreateUserName: 监控创建人
|
31726
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31507
31727
|
# @type CreateUserName: String
|
31508
31728
|
|
31509
31729
|
attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :SchemaName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId, :CreateTime, :StrategyConfig, :SubscribeConfig, :DsEnvType, :ClusterDeployType, :Name, :ExecDetail, :PipelineTaskCount, :EnableRuleCount, :Description, :CreateUserName
|
@@ -31581,6 +31801,108 @@ module TencentCloud
|
|
31581
31801
|
end
|
31582
31802
|
end
|
31583
31803
|
|
31804
|
+
# 任务配置
|
31805
|
+
class RuleGroupConfig < TencentCloud::Common::AbstractModel
|
31806
|
+
# @param ModelMonitorType: 模型检测类型
|
31807
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31808
|
+
# @type ModelMonitorType: String
|
31809
|
+
# @param PredictColumn: 预测列
|
31810
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31811
|
+
# @type PredictColumn: String
|
31812
|
+
# @param PredictColumnType: 预测列类型
|
31813
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31814
|
+
# @type PredictColumnType: String
|
31815
|
+
# @param LabelColumn: 标签列
|
31816
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31817
|
+
# @type LabelColumn: String
|
31818
|
+
# @param LabelColumnType: 标签列类型
|
31819
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31820
|
+
# @type LabelColumnType: String
|
31821
|
+
# @param ModelIdColumn: 模型id列
|
31822
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31823
|
+
# @type ModelIdColumn: String
|
31824
|
+
# @param ModelIdColumnType: 模型id列类型
|
31825
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31826
|
+
# @type ModelIdColumnType: String
|
31827
|
+
# @param TimestampColumn: 时间戳列
|
31828
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31829
|
+
# @type TimestampColumn: String
|
31830
|
+
# @param TimestampColumnType: 时间戳列类型
|
31831
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31832
|
+
# @type TimestampColumnType: String
|
31833
|
+
# @param Granularity: 指标粒度
|
31834
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31835
|
+
# @type Granularity: Integer
|
31836
|
+
# @param GranularityType: 指标粒度单位
|
31837
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31838
|
+
# @type GranularityType: String
|
31839
|
+
# @param BaseTable: 基准表
|
31840
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31841
|
+
# @type BaseTable: String
|
31842
|
+
# @param BaseDb: 基准库
|
31843
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31844
|
+
# @type BaseDb: String
|
31845
|
+
# @param ComparisonColumn: 对比列
|
31846
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31847
|
+
# @type ComparisonColumn: String
|
31848
|
+
# @param ComparisonColumnType: 对比列类型
|
31849
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31850
|
+
# @type ComparisonColumnType: String
|
31851
|
+
# @param ProtectionValue: 保护组
|
31852
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31853
|
+
# @type ProtectionValue: String
|
31854
|
+
# @param PositiveValue: 正类值
|
31855
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31856
|
+
# @type PositiveValue: String
|
31857
|
+
# @param FeatureColumn: 特征列
|
31858
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31859
|
+
# @type FeatureColumn: String
|
31860
|
+
|
31861
|
+
attr_accessor :ModelMonitorType, :PredictColumn, :PredictColumnType, :LabelColumn, :LabelColumnType, :ModelIdColumn, :ModelIdColumnType, :TimestampColumn, :TimestampColumnType, :Granularity, :GranularityType, :BaseTable, :BaseDb, :ComparisonColumn, :ComparisonColumnType, :ProtectionValue, :PositiveValue, :FeatureColumn
|
31862
|
+
|
31863
|
+
def initialize(modelmonitortype=nil, predictcolumn=nil, predictcolumntype=nil, labelcolumn=nil, labelcolumntype=nil, modelidcolumn=nil, modelidcolumntype=nil, timestampcolumn=nil, timestampcolumntype=nil, granularity=nil, granularitytype=nil, basetable=nil, basedb=nil, comparisoncolumn=nil, comparisoncolumntype=nil, protectionvalue=nil, positivevalue=nil, featurecolumn=nil)
|
31864
|
+
@ModelMonitorType = modelmonitortype
|
31865
|
+
@PredictColumn = predictcolumn
|
31866
|
+
@PredictColumnType = predictcolumntype
|
31867
|
+
@LabelColumn = labelcolumn
|
31868
|
+
@LabelColumnType = labelcolumntype
|
31869
|
+
@ModelIdColumn = modelidcolumn
|
31870
|
+
@ModelIdColumnType = modelidcolumntype
|
31871
|
+
@TimestampColumn = timestampcolumn
|
31872
|
+
@TimestampColumnType = timestampcolumntype
|
31873
|
+
@Granularity = granularity
|
31874
|
+
@GranularityType = granularitytype
|
31875
|
+
@BaseTable = basetable
|
31876
|
+
@BaseDb = basedb
|
31877
|
+
@ComparisonColumn = comparisoncolumn
|
31878
|
+
@ComparisonColumnType = comparisoncolumntype
|
31879
|
+
@ProtectionValue = protectionvalue
|
31880
|
+
@PositiveValue = positivevalue
|
31881
|
+
@FeatureColumn = featurecolumn
|
31882
|
+
end
|
31883
|
+
|
31884
|
+
def deserialize(params)
|
31885
|
+
@ModelMonitorType = params['ModelMonitorType']
|
31886
|
+
@PredictColumn = params['PredictColumn']
|
31887
|
+
@PredictColumnType = params['PredictColumnType']
|
31888
|
+
@LabelColumn = params['LabelColumn']
|
31889
|
+
@LabelColumnType = params['LabelColumnType']
|
31890
|
+
@ModelIdColumn = params['ModelIdColumn']
|
31891
|
+
@ModelIdColumnType = params['ModelIdColumnType']
|
31892
|
+
@TimestampColumn = params['TimestampColumn']
|
31893
|
+
@TimestampColumnType = params['TimestampColumnType']
|
31894
|
+
@Granularity = params['Granularity']
|
31895
|
+
@GranularityType = params['GranularityType']
|
31896
|
+
@BaseTable = params['BaseTable']
|
31897
|
+
@BaseDb = params['BaseDb']
|
31898
|
+
@ComparisonColumn = params['ComparisonColumn']
|
31899
|
+
@ComparisonColumnType = params['ComparisonColumnType']
|
31900
|
+
@ProtectionValue = params['ProtectionValue']
|
31901
|
+
@PositiveValue = params['PositiveValue']
|
31902
|
+
@FeatureColumn = params['FeatureColumn']
|
31903
|
+
end
|
31904
|
+
end
|
31905
|
+
|
31584
31906
|
# 规则组执行结果
|
31585
31907
|
class RuleGroupExecResult < TencentCloud::Common::AbstractModel
|
31586
31908
|
# @param RuleGroupExecId: 规则组执行ID
|
@@ -31826,24 +32148,36 @@ module TencentCloud
|
|
31826
32148
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31827
32149
|
# @type DlcGroupName: String
|
31828
32150
|
# @param RuleGroupName: 任务名称
|
32151
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31829
32152
|
# @type RuleGroupName: String
|
31830
32153
|
# @param DatabaseName: 数据库名称
|
32154
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31831
32155
|
# @type DatabaseName: String
|
31832
32156
|
# @param SchemaName: schema名称
|
32157
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31833
32158
|
# @type SchemaName: String
|
31834
32159
|
# @param TableName: 表名称
|
32160
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31835
32161
|
# @type TableName: String
|
31836
32162
|
# @param DatasourceId: 数据源id
|
32163
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31837
32164
|
# @type DatasourceId: String
|
31838
32165
|
# @param Description: 任务描述
|
32166
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31839
32167
|
# @type Description: String
|
31840
32168
|
# @param ScheduleTimeZone: 时区
|
31841
32169
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31842
32170
|
# @type ScheduleTimeZone: String
|
32171
|
+
# @param GroupConfig: 任务监控参数
|
32172
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
32173
|
+
# @type GroupConfig: :class:`Tencentcloud::Wedata.v20210820.models.RuleGroupConfig`
|
32174
|
+
# @param EngineParam: 引擎参数
|
32175
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
32176
|
+
# @type EngineParam: String
|
31843
32177
|
|
31844
|
-
attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction, :ExecEngineType, :ExecPlan, :RuleId, :RuleName, :TriggerTypes, :DlcGroupName, :RuleGroupName, :DatabaseName, :SchemaName, :TableName, :DatasourceId, :Description, :ScheduleTimeZone
|
32178
|
+
attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction, :ExecEngineType, :ExecPlan, :RuleId, :RuleName, :TriggerTypes, :DlcGroupName, :RuleGroupName, :DatabaseName, :SchemaName, :TableName, :DatasourceId, :Description, :ScheduleTimeZone, :GroupConfig, :EngineParam
|
31845
32179
|
|
31846
|
-
def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil, execenginetype=nil, execplan=nil, ruleid=nil, rulename=nil, triggertypes=nil, dlcgroupname=nil, rulegroupname=nil, databasename=nil, schemaname=nil, tablename=nil, datasourceid=nil, description=nil, scheduletimezone=nil)
|
32180
|
+
def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil, execenginetype=nil, execplan=nil, ruleid=nil, rulename=nil, triggertypes=nil, dlcgroupname=nil, rulegroupname=nil, databasename=nil, schemaname=nil, tablename=nil, datasourceid=nil, description=nil, scheduletimezone=nil, groupconfig=nil, engineparam=nil)
|
31847
32181
|
@RuleGroupId = rulegroupid
|
31848
32182
|
@MonitorType = monitortype
|
31849
32183
|
@ExecQueue = execqueue
|
@@ -31869,6 +32203,8 @@ module TencentCloud
|
|
31869
32203
|
@DatasourceId = datasourceid
|
31870
32204
|
@Description = description
|
31871
32205
|
@ScheduleTimeZone = scheduletimezone
|
32206
|
+
@GroupConfig = groupconfig
|
32207
|
+
@EngineParam = engineparam
|
31872
32208
|
end
|
31873
32209
|
|
31874
32210
|
def deserialize(params)
|
@@ -31904,6 +32240,11 @@ module TencentCloud
|
|
31904
32240
|
@DatasourceId = params['DatasourceId']
|
31905
32241
|
@Description = params['Description']
|
31906
32242
|
@ScheduleTimeZone = params['ScheduleTimeZone']
|
32243
|
+
unless params['GroupConfig'].nil?
|
32244
|
+
@GroupConfig = RuleGroupConfig.new
|
32245
|
+
@GroupConfig.deserialize(params['GroupConfig'])
|
32246
|
+
end
|
32247
|
+
@EngineParam = params['EngineParam']
|
31907
32248
|
end
|
31908
32249
|
end
|
31909
32250
|
|
@@ -33227,10 +33568,13 @@ module TencentCloud
|
|
33227
33568
|
# @param ModifiedTime: 更新时间
|
33228
33569
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
33229
33570
|
# @type ModifiedTime: String
|
33571
|
+
# @param Specification: 字段使用说明
|
33572
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
33573
|
+
# @type Specification: String
|
33230
33574
|
|
33231
|
-
attr_accessor :Name, :ChineseName, :Type, :Length, :Precision, :Scale, :DefaultValue, :Description, :Position, :IsPartition, :ColumnKey, :CreateTime, :ModifiedTime
|
33575
|
+
attr_accessor :Name, :ChineseName, :Type, :Length, :Precision, :Scale, :DefaultValue, :Description, :Position, :IsPartition, :ColumnKey, :CreateTime, :ModifiedTime, :Specification
|
33232
33576
|
|
33233
|
-
def initialize(name=nil, chinesename=nil, type=nil, length=nil, precision=nil, scale=nil, defaultvalue=nil, description=nil, position=nil, ispartition=nil, columnkey=nil, createtime=nil, modifiedtime=nil)
|
33577
|
+
def initialize(name=nil, chinesename=nil, type=nil, length=nil, precision=nil, scale=nil, defaultvalue=nil, description=nil, position=nil, ispartition=nil, columnkey=nil, createtime=nil, modifiedtime=nil, specification=nil)
|
33234
33578
|
@Name = name
|
33235
33579
|
@ChineseName = chinesename
|
33236
33580
|
@Type = type
|
@@ -33244,6 +33588,7 @@ module TencentCloud
|
|
33244
33588
|
@ColumnKey = columnkey
|
33245
33589
|
@CreateTime = createtime
|
33246
33590
|
@ModifiedTime = modifiedtime
|
33591
|
+
@Specification = specification
|
33247
33592
|
end
|
33248
33593
|
|
33249
33594
|
def deserialize(params)
|
@@ -33260,6 +33605,7 @@ module TencentCloud
|
|
33260
33605
|
@ColumnKey = params['ColumnKey']
|
33261
33606
|
@CreateTime = params['CreateTime']
|
33262
33607
|
@ModifiedTime = params['ModifiedTime']
|
33608
|
+
@Specification = params['Specification']
|
33263
33609
|
end
|
33264
33610
|
end
|
33265
33611
|
|
@@ -33566,12 +33912,16 @@ module TencentCloud
|
|
33566
33912
|
# @param ParamExpressions: sql表达式字段名
|
33567
33913
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
33568
33914
|
# @type ParamExpressions: Array
|
33915
|
+
# @param SystemTemplateExpressions: 新增模型检测类系统模板sql中占位符集合
|
33916
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
33917
|
+
# @type SystemTemplateExpressions: Array
|
33569
33918
|
|
33570
|
-
attr_accessor :TableExpressions, :ParamExpressions
|
33919
|
+
attr_accessor :TableExpressions, :ParamExpressions, :SystemTemplateExpressions
|
33571
33920
|
|
33572
|
-
def initialize(tableexpressions=nil, paramexpressions=nil)
|
33921
|
+
def initialize(tableexpressions=nil, paramexpressions=nil, systemtemplateexpressions=nil)
|
33573
33922
|
@TableExpressions = tableexpressions
|
33574
33923
|
@ParamExpressions = paramexpressions
|
33924
|
+
@SystemTemplateExpressions = systemtemplateexpressions
|
33575
33925
|
end
|
33576
33926
|
|
33577
33927
|
def deserialize(params)
|
@@ -33584,6 +33934,7 @@ module TencentCloud
|
|
33584
33934
|
end
|
33585
33935
|
end
|
33586
33936
|
@ParamExpressions = params['ParamExpressions']
|
33937
|
+
@SystemTemplateExpressions = params['SystemTemplateExpressions']
|
33587
33938
|
end
|
33588
33939
|
end
|
33589
33940
|
|
@@ -35846,14 +36197,18 @@ module TencentCloud
|
|
35846
36197
|
# @type Status: Boolean
|
35847
36198
|
# @param TagName: 标签名
|
35848
36199
|
# @type TagName: String
|
36200
|
+
# @param TagDesc: 标签描述
|
36201
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
36202
|
+
# @type TagDesc: String
|
35849
36203
|
|
35850
|
-
attr_accessor :TagId, :VoteSum, :Status, :TagName
|
36204
|
+
attr_accessor :TagId, :VoteSum, :Status, :TagName, :TagDesc
|
35851
36205
|
|
35852
|
-
def initialize(tagid=nil, votesum=nil, status=nil, tagname=nil)
|
36206
|
+
def initialize(tagid=nil, votesum=nil, status=nil, tagname=nil, tagdesc=nil)
|
35853
36207
|
@TagId = tagid
|
35854
36208
|
@VoteSum = votesum
|
35855
36209
|
@Status = status
|
35856
36210
|
@TagName = tagname
|
36211
|
+
@TagDesc = tagdesc
|
35857
36212
|
end
|
35858
36213
|
|
35859
36214
|
def deserialize(params)
|
@@ -35861,6 +36216,7 @@ module TencentCloud
|
|
35861
36216
|
@VoteSum = params['VoteSum']
|
35862
36217
|
@Status = params['Status']
|
35863
36218
|
@TagName = params['TagName']
|
36219
|
+
@TagDesc = params['TagDesc']
|
35864
36220
|
end
|
35865
36221
|
end
|
35866
36222
|
|
@@ -36715,13 +37071,13 @@ module TencentCloud
|
|
36715
37071
|
# CI/CD工程生成的bundle唯一标识
|
36716
37072
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
36717
37073
|
# @type BundleId: String
|
36718
|
-
# @param
|
37074
|
+
# @param BundleInfo: bundle信息
|
36719
37075
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
36720
|
-
# @type
|
37076
|
+
# @type BundleInfo: String
|
36721
37077
|
|
36722
|
-
attr_accessor :TaskId, :VirtualTaskId, :VirtualFlag, :TaskName, :WorkflowId, :RealWorkflowId, :WorkflowName, :FolderId, :FolderName, :CreateTime, :LastUpdate, :Status, :InCharge, :InChargeId, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :ProjectId, :ProjectIdent, :ProjectName, :CycleType, :CycleStep, :CrontabExpression, :DelayTime, :StartupTime, :RetryWait, :Retriable, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :ExecutionTTL, :SelfDepend, :LeftCoordinate, :TopCoordinate, :TaskExt, :Properties, :Notes, :InstanceInitStrategy, :YarnQueue, :Alarms, :Alarm, :ScriptChange, :Submit, :LastSchedulerCommitTime, :NormalizedJobStartTime, :RecoverFreezeStartTime, :SourceServer, :TargetServer, :Tasks, :Creater, :DependencyRel, :DependencyWorkflow, :EventListenerConfig, :EventPublisherConfig, :DependencyConfigList, :VirtualTaskStatus, :RecycleTips, :RecycleUser, :NewOrUpdate, :Params, :TaskLinkInfo, :ImportResult, :ImportErrMsg, :ContentType, :TaskAutoSubmit, :ProductName, :OwnId, :UserId, :TenantId, :UpdateUser, :UpdateTime, :UpdateUserId, :SchedulerDesc, :ResourceGroup, :VersionDesc, :LinkId, :UserFileId, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :ParamInList, :ParamOutList, :TaskFolderId, :MaxRetryAttempts, :ResourceGroupName, :SourceServiceName, :TaskRegisterOutputTable, :CycleDependencyConfigList, :Warning, :ScheduleRunType, :ConcurrentStrategy, :ScheduleTimeZone, :TemplateId, :AllowRedoType, :BundleId, :
|
37078
|
+
attr_accessor :TaskId, :VirtualTaskId, :VirtualFlag, :TaskName, :WorkflowId, :RealWorkflowId, :WorkflowName, :FolderId, :FolderName, :CreateTime, :LastUpdate, :Status, :InCharge, :InChargeId, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :ProjectId, :ProjectIdent, :ProjectName, :CycleType, :CycleStep, :CrontabExpression, :DelayTime, :StartupTime, :RetryWait, :Retriable, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :ExecutionTTL, :SelfDepend, :LeftCoordinate, :TopCoordinate, :TaskExt, :Properties, :Notes, :InstanceInitStrategy, :YarnQueue, :Alarms, :Alarm, :ScriptChange, :Submit, :LastSchedulerCommitTime, :NormalizedJobStartTime, :RecoverFreezeStartTime, :SourceServer, :TargetServer, :Tasks, :Creater, :DependencyRel, :DependencyWorkflow, :EventListenerConfig, :EventPublisherConfig, :DependencyConfigList, :VirtualTaskStatus, :RecycleTips, :RecycleUser, :NewOrUpdate, :Params, :TaskLinkInfo, :ImportResult, :ImportErrMsg, :ContentType, :TaskAutoSubmit, :ProductName, :OwnId, :UserId, :TenantId, :UpdateUser, :UpdateTime, :UpdateUserId, :SchedulerDesc, :ResourceGroup, :VersionDesc, :LinkId, :UserFileId, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :ParamInList, :ParamOutList, :TaskFolderId, :MaxRetryAttempts, :ResourceGroupName, :SourceServiceName, :TaskRegisterOutputTable, :CycleDependencyConfigList, :Warning, :ScheduleRunType, :ConcurrentStrategy, :ScheduleTimeZone, :TemplateId, :AllowRedoType, :BundleId, :BundleInfo
|
36723
37079
|
|
36724
|
-
def initialize(taskid=nil, virtualtaskid=nil, virtualflag=nil, taskname=nil, workflowid=nil, realworkflowid=nil, workflowname=nil, folderid=nil, foldername=nil, createtime=nil, lastupdate=nil, status=nil, incharge=nil, inchargeid=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, projectid=nil, projectident=nil, projectname=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, delaytime=nil, startuptime=nil, retrywait=nil, retriable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, executionttl=nil, selfdepend=nil, leftcoordinate=nil, topcoordinate=nil, taskext=nil, properties=nil, notes=nil, instanceinitstrategy=nil, yarnqueue=nil, alarms=nil, alarm=nil, scriptchange=nil, submit=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, recoverfreezestarttime=nil, sourceserver=nil, targetserver=nil, tasks=nil, creater=nil, dependencyrel=nil, dependencyworkflow=nil, eventlistenerconfig=nil, eventpublisherconfig=nil, dependencyconfiglist=nil, virtualtaskstatus=nil, recycletips=nil, recycleuser=nil, neworupdate=nil, params=nil, tasklinkinfo=nil, importresult=nil, importerrmsg=nil, contenttype=nil, taskautosubmit=nil, productname=nil, ownid=nil, userid=nil, tenantid=nil, updateuser=nil, updatetime=nil, updateuserid=nil, schedulerdesc=nil, resourcegroup=nil, versiondesc=nil, linkid=nil, userfileid=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, paraminlist=nil, paramoutlist=nil, taskfolderid=nil, maxretryattempts=nil, resourcegroupname=nil, sourceservicename=nil, taskregisteroutputtable=nil, cycledependencyconfiglist=nil, warning=nil, scheduleruntype=nil, concurrentstrategy=nil, scheduletimezone=nil, templateid=nil, allowredotype=nil, bundleid=nil,
|
37080
|
+
def initialize(taskid=nil, virtualtaskid=nil, virtualflag=nil, taskname=nil, workflowid=nil, realworkflowid=nil, workflowname=nil, folderid=nil, foldername=nil, createtime=nil, lastupdate=nil, status=nil, incharge=nil, inchargeid=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, projectid=nil, projectident=nil, projectname=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, delaytime=nil, startuptime=nil, retrywait=nil, retriable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, executionttl=nil, selfdepend=nil, leftcoordinate=nil, topcoordinate=nil, taskext=nil, properties=nil, notes=nil, instanceinitstrategy=nil, yarnqueue=nil, alarms=nil, alarm=nil, scriptchange=nil, submit=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, recoverfreezestarttime=nil, sourceserver=nil, targetserver=nil, tasks=nil, creater=nil, dependencyrel=nil, dependencyworkflow=nil, eventlistenerconfig=nil, eventpublisherconfig=nil, dependencyconfiglist=nil, virtualtaskstatus=nil, recycletips=nil, recycleuser=nil, neworupdate=nil, params=nil, tasklinkinfo=nil, importresult=nil, importerrmsg=nil, contenttype=nil, taskautosubmit=nil, productname=nil, ownid=nil, userid=nil, tenantid=nil, updateuser=nil, updatetime=nil, updateuserid=nil, schedulerdesc=nil, resourcegroup=nil, versiondesc=nil, linkid=nil, userfileid=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, paraminlist=nil, paramoutlist=nil, taskfolderid=nil, maxretryattempts=nil, resourcegroupname=nil, sourceservicename=nil, taskregisteroutputtable=nil, cycledependencyconfiglist=nil, warning=nil, scheduleruntype=nil, concurrentstrategy=nil, scheduletimezone=nil, templateid=nil, allowredotype=nil, bundleid=nil, bundleinfo=nil)
|
36725
37081
|
@TaskId = taskid
|
36726
37082
|
@VirtualTaskId = virtualtaskid
|
36727
37083
|
@VirtualFlag = virtualflag
|
@@ -36824,7 +37180,7 @@ module TencentCloud
|
|
36824
37180
|
@TemplateId = templateid
|
36825
37181
|
@AllowRedoType = allowredotype
|
36826
37182
|
@BundleId = bundleid
|
36827
|
-
@
|
37183
|
+
@BundleInfo = bundleinfo
|
36828
37184
|
end
|
36829
37185
|
|
36830
37186
|
def deserialize(params)
|
@@ -36999,7 +37355,7 @@ module TencentCloud
|
|
36999
37355
|
@TemplateId = params['TemplateId']
|
37000
37356
|
@AllowRedoType = params['AllowRedoType']
|
37001
37357
|
@BundleId = params['BundleId']
|
37002
|
-
@
|
37358
|
+
@BundleInfo = params['BundleInfo']
|
37003
37359
|
end
|
37004
37360
|
end
|
37005
37361
|
|
@@ -37226,13 +37582,14 @@ module TencentCloud
|
|
37226
37582
|
# @param EngineType: 引擎类型,DLC、EMR
|
37227
37583
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
37228
37584
|
# @type EngineType: String
|
37229
|
-
# @param EngineName:
|
37585
|
+
# @param EngineName: 引擎名称。在wedata侧若获取不到引擎名,则是wedata侧自动生成的标识,与集群侧的引擎名有可能不一致
|
37230
37586
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
37231
37587
|
# @type EngineName: String
|
37232
37588
|
# @param EngineSubType: 引擎子类型
|
37233
37589
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
37234
37590
|
# @type EngineSubType: String
|
37235
|
-
# @param EngineTaskId: 引擎taskId
|
37591
|
+
# @param EngineTaskId: 引擎taskId,集成任务部分会使用资源组的资源运行任务,没有提交到引擎侧,所以没有引擎侧id
|
37592
|
+
|
37236
37593
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
37237
37594
|
# @type EngineTaskId: String
|
37238
37595
|
# @param EngineExeStatus: 引擎执行状态,枚举
|
@@ -37250,10 +37607,13 @@ module TencentCloud
|
|
37250
37607
|
# @param ProductSource: 数据来源,DATA_INTEGRATION、DATA_EXPLORATION、DATA_QUALITY、OM_CENTER等
|
37251
37608
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
37252
37609
|
# @type ProductSource: String
|
37610
|
+
# @param IntegrationType: 集成任务的任务类型,表明是读端还是写端,可选择READ、WRITE
|
37611
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37612
|
+
# @type IntegrationType: String
|
37253
37613
|
|
37254
|
-
attr_accessor :AppID, :ProjectId, :TaskId, :TaskName, :TaskTypeId, :OnwerUid, :InChargeId, :InstanceId, :JobId, :EngineType, :EngineName, :EngineSubType, :EngineTaskId, :EngineExeStatus, :EngineExeUser, :EngineExeStartTime, :EngineExeEndTime, :ProductSource
|
37614
|
+
attr_accessor :AppID, :ProjectId, :TaskId, :TaskName, :TaskTypeId, :OnwerUid, :InChargeId, :InstanceId, :JobId, :EngineType, :EngineName, :EngineSubType, :EngineTaskId, :EngineExeStatus, :EngineExeUser, :EngineExeStartTime, :EngineExeEndTime, :ProductSource, :IntegrationType
|
37255
37615
|
|
37256
|
-
def initialize(appid=nil, projectid=nil, taskid=nil, taskname=nil, tasktypeid=nil, onweruid=nil, inchargeid=nil, instanceid=nil, jobid=nil, enginetype=nil, enginename=nil, enginesubtype=nil, enginetaskid=nil, engineexestatus=nil, engineexeuser=nil, engineexestarttime=nil, engineexeendtime=nil, productsource=nil)
|
37616
|
+
def initialize(appid=nil, projectid=nil, taskid=nil, taskname=nil, tasktypeid=nil, onweruid=nil, inchargeid=nil, instanceid=nil, jobid=nil, enginetype=nil, enginename=nil, enginesubtype=nil, enginetaskid=nil, engineexestatus=nil, engineexeuser=nil, engineexestarttime=nil, engineexeendtime=nil, productsource=nil, integrationtype=nil)
|
37257
37617
|
@AppID = appid
|
37258
37618
|
@ProjectId = projectid
|
37259
37619
|
@TaskId = taskid
|
@@ -37272,6 +37632,7 @@ module TencentCloud
|
|
37272
37632
|
@EngineExeStartTime = engineexestarttime
|
37273
37633
|
@EngineExeEndTime = engineexeendtime
|
37274
37634
|
@ProductSource = productsource
|
37635
|
+
@IntegrationType = integrationtype
|
37275
37636
|
end
|
37276
37637
|
|
37277
37638
|
def deserialize(params)
|
@@ -37293,6 +37654,7 @@ module TencentCloud
|
|
37293
37654
|
@EngineExeStartTime = params['EngineExeStartTime']
|
37294
37655
|
@EngineExeEndTime = params['EngineExeEndTime']
|
37295
37656
|
@ProductSource = params['ProductSource']
|
37657
|
+
@IntegrationType = params['IntegrationType']
|
37296
37658
|
end
|
37297
37659
|
end
|
37298
37660
|
|
@@ -37950,10 +38312,13 @@ module TencentCloud
|
|
37950
38312
|
# @type SelfWorkFlowDependType: String
|
37951
38313
|
# @param AllowRedoType: 允许重跑类型,ALL 表示无论实例运行成功还是失败都允许重跑,NONE表示无论成功或者失败都不允许重跑,FAILURE 表示只有运行失败才能重跑
|
37952
38314
|
# @type AllowRedoType: String
|
38315
|
+
# @param OwnerId: 负责人Id
|
38316
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
38317
|
+
# @type OwnerId: String
|
37953
38318
|
|
37954
|
-
attr_accessor :TaskId, :VirtualTaskId, :VirtualFlag, :TaskName, :WorkflowId, :RealWorkflowId, :WorkflowName, :FolderId, :FolderName, :CreateTime, :LastUpdate, :Status, :InCharge, :InChargeId, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CycleType, :CycleStep, :CrontabExpression, :DelayTime, :StartupTime, :RetryWait, :RetryAble, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :ExecutionTTL, :SelfDepend, :LeftCoordinate, :TopCoordinate, :Notes, :InstanceInitStrategy, :YarnQueue, :LastSchedulerCommitTime, :NormalizedJobStartTime, :SchedulerDesc, :ResourceGroup, :Creator, :DependencyRel, :DependencyWorkflow, :EventListenerConfig, :EventPublisherConfig, :VirtualTaskStatus, :TaskLinkInfo, :ProductName, :ProjectId, :ProjectIdent, :ProjectName, :OwnId, :UserId, :TenantId, :UpdateUser, :UpdateTime, :UpdateUserId, :TaskTypeId, :TaskTypeDesc, :ShowWorkflow, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :CycleNum, :Crontab, :StartDate, :EndDate, :CycleUnit, :InitStrategy, :Layer, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :TasksStr, :Submit, :ExecutorGroupId, :ExecutorGroupName, :TaskExtInfo, :EventListenerInfos, :ScriptInfo, :DLCResourceConfig, :ParentTaskInfos, :ExtResourceFlag, :NewParentTaskInfos, :SelfWorkFlowDependType, :AllowRedoType
|
38319
|
+
attr_accessor :TaskId, :VirtualTaskId, :VirtualFlag, :TaskName, :WorkflowId, :RealWorkflowId, :WorkflowName, :FolderId, :FolderName, :CreateTime, :LastUpdate, :Status, :InCharge, :InChargeId, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CycleType, :CycleStep, :CrontabExpression, :DelayTime, :StartupTime, :RetryWait, :RetryAble, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :ExecutionTTL, :SelfDepend, :LeftCoordinate, :TopCoordinate, :Notes, :InstanceInitStrategy, :YarnQueue, :LastSchedulerCommitTime, :NormalizedJobStartTime, :SchedulerDesc, :ResourceGroup, :Creator, :DependencyRel, :DependencyWorkflow, :EventListenerConfig, :EventPublisherConfig, :VirtualTaskStatus, :TaskLinkInfo, :ProductName, :ProjectId, :ProjectIdent, :ProjectName, :OwnId, :UserId, :TenantId, :UpdateUser, :UpdateTime, :UpdateUserId, :TaskTypeId, :TaskTypeDesc, :ShowWorkflow, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :CycleNum, :Crontab, :StartDate, :EndDate, :CycleUnit, :InitStrategy, :Layer, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :TasksStr, :Submit, :ExecutorGroupId, :ExecutorGroupName, :TaskExtInfo, :EventListenerInfos, :ScriptInfo, :DLCResourceConfig, :ParentTaskInfos, :ExtResourceFlag, :NewParentTaskInfos, :SelfWorkFlowDependType, :AllowRedoType, :OwnerId
|
37955
38320
|
|
37956
|
-
def initialize(taskid=nil, virtualtaskid=nil, virtualflag=nil, taskname=nil, workflowid=nil, realworkflowid=nil, workflowname=nil, folderid=nil, foldername=nil, createtime=nil, lastupdate=nil, status=nil, incharge=nil, inchargeid=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, delaytime=nil, startuptime=nil, retrywait=nil, retryable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, executionttl=nil, selfdepend=nil, leftcoordinate=nil, topcoordinate=nil, notes=nil, instanceinitstrategy=nil, yarnqueue=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, schedulerdesc=nil, resourcegroup=nil, creator=nil, dependencyrel=nil, dependencyworkflow=nil, eventlistenerconfig=nil, eventpublisherconfig=nil, virtualtaskstatus=nil, tasklinkinfo=nil, productname=nil, projectid=nil, projectident=nil, projectname=nil, ownid=nil, userid=nil, tenantid=nil, updateuser=nil, updatetime=nil, updateuserid=nil, tasktypeid=nil, tasktypedesc=nil, showworkflow=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, cyclenum=nil, crontab=nil, startdate=nil, enddate=nil, cycleunit=nil, initstrategy=nil, layer=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, tasksstr=nil, submit=nil, executorgroupid=nil, executorgroupname=nil, taskextinfo=nil, eventlistenerinfos=nil, scriptinfo=nil, dlcresourceconfig=nil, parenttaskinfos=nil, extresourceflag=nil, newparenttaskinfos=nil, selfworkflowdependtype=nil, allowredotype=nil)
|
38321
|
+
def initialize(taskid=nil, virtualtaskid=nil, virtualflag=nil, taskname=nil, workflowid=nil, realworkflowid=nil, workflowname=nil, folderid=nil, foldername=nil, createtime=nil, lastupdate=nil, status=nil, incharge=nil, inchargeid=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, delaytime=nil, startuptime=nil, retrywait=nil, retryable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, executionttl=nil, selfdepend=nil, leftcoordinate=nil, topcoordinate=nil, notes=nil, instanceinitstrategy=nil, yarnqueue=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, schedulerdesc=nil, resourcegroup=nil, creator=nil, dependencyrel=nil, dependencyworkflow=nil, eventlistenerconfig=nil, eventpublisherconfig=nil, virtualtaskstatus=nil, tasklinkinfo=nil, productname=nil, projectid=nil, projectident=nil, projectname=nil, ownid=nil, userid=nil, tenantid=nil, updateuser=nil, updatetime=nil, updateuserid=nil, tasktypeid=nil, tasktypedesc=nil, showworkflow=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, cyclenum=nil, crontab=nil, startdate=nil, enddate=nil, cycleunit=nil, initstrategy=nil, layer=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, tasksstr=nil, submit=nil, executorgroupid=nil, executorgroupname=nil, taskextinfo=nil, eventlistenerinfos=nil, scriptinfo=nil, dlcresourceconfig=nil, parenttaskinfos=nil, extresourceflag=nil, newparenttaskinfos=nil, selfworkflowdependtype=nil, allowredotype=nil, ownerid=nil)
|
37957
38322
|
@TaskId = taskid
|
37958
38323
|
@VirtualTaskId = virtualtaskid
|
37959
38324
|
@VirtualFlag = virtualflag
|
@@ -38045,6 +38410,7 @@ module TencentCloud
|
|
38045
38410
|
@NewParentTaskInfos = newparenttaskinfos
|
38046
38411
|
@SelfWorkFlowDependType = selfworkflowdependtype
|
38047
38412
|
@AllowRedoType = allowredotype
|
38413
|
+
@OwnerId = ownerid
|
38048
38414
|
end
|
38049
38415
|
|
38050
38416
|
def deserialize(params)
|
@@ -38171,6 +38537,7 @@ module TencentCloud
|
|
38171
38537
|
end
|
38172
38538
|
@SelfWorkFlowDependType = params['SelfWorkFlowDependType']
|
38173
38539
|
@AllowRedoType = params['AllowRedoType']
|
38540
|
+
@OwnerId = params['OwnerId']
|
38174
38541
|
end
|
38175
38542
|
end
|
38176
38543
|
|
@@ -39083,10 +39450,13 @@ module TencentCloud
|
|
39083
39450
|
# @param BucketName: 结果或日志桶名
|
39084
39451
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
39085
39452
|
# @type BucketName: String
|
39453
|
+
# @param ErrorMessage: 错误信息
|
39454
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
39455
|
+
# @type ErrorMessage: String
|
39086
39456
|
|
39087
|
-
attr_accessor :StartTime, :EndTime, :UpdateTime, :RecordId, :JobId, :ExecutionJobId, :RecordName, :ScriptContent, :Status, :TimeCost, :UserUin, :OwnerUin, :SubRecordList, :Region, :BucketName
|
39457
|
+
attr_accessor :StartTime, :EndTime, :UpdateTime, :RecordId, :JobId, :ExecutionJobId, :RecordName, :ScriptContent, :Status, :TimeCost, :UserUin, :OwnerUin, :SubRecordList, :Region, :BucketName, :ErrorMessage
|
39088
39458
|
|
39089
|
-
def initialize(starttime=nil, endtime=nil, updatetime=nil, recordid=nil, jobid=nil, executionjobid=nil, recordname=nil, scriptcontent=nil, status=nil, timecost=nil, useruin=nil, owneruin=nil, subrecordlist=nil, region=nil, bucketname=nil)
|
39459
|
+
def initialize(starttime=nil, endtime=nil, updatetime=nil, recordid=nil, jobid=nil, executionjobid=nil, recordname=nil, scriptcontent=nil, status=nil, timecost=nil, useruin=nil, owneruin=nil, subrecordlist=nil, region=nil, bucketname=nil, errormessage=nil)
|
39090
39460
|
@StartTime = starttime
|
39091
39461
|
@EndTime = endtime
|
39092
39462
|
@UpdateTime = updatetime
|
@@ -39102,6 +39472,7 @@ module TencentCloud
|
|
39102
39472
|
@SubRecordList = subrecordlist
|
39103
39473
|
@Region = region
|
39104
39474
|
@BucketName = bucketname
|
39475
|
+
@ErrorMessage = errormessage
|
39105
39476
|
end
|
39106
39477
|
|
39107
39478
|
def deserialize(params)
|
@@ -39127,6 +39498,7 @@ module TencentCloud
|
|
39127
39498
|
end
|
39128
39499
|
@Region = params['Region']
|
39129
39500
|
@BucketName = params['BucketName']
|
39501
|
+
@ErrorMessage = params['ErrorMessage']
|
39130
39502
|
end
|
39131
39503
|
end
|
39132
39504
|
|
@@ -40694,10 +41066,16 @@ module TencentCloud
|
|
40694
41066
|
# @param UpdateUserId: 最近更新人id
|
40695
41067
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
40696
41068
|
# @type UpdateUserId: String
|
41069
|
+
# @param BundleId: BundleId CI/CD工程生成的bundle唯一标识
|
41070
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
41071
|
+
# @type BundleId: String
|
41072
|
+
# @param BundleInfo: BundleId信息
|
41073
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
41074
|
+
# @type BundleInfo: String
|
40697
41075
|
|
40698
|
-
attr_accessor :WorkflowId, :Owner, :OwnerId, :ProjectId, :ProjectIdent, :ProjectName, :WorkflowDesc, :WorkflowName, :FolderId, :SparkParams, :Tasks, :Links, :Params, :WorkflowType, :UpdateUser, :UpdateUserId
|
41076
|
+
attr_accessor :WorkflowId, :Owner, :OwnerId, :ProjectId, :ProjectIdent, :ProjectName, :WorkflowDesc, :WorkflowName, :FolderId, :SparkParams, :Tasks, :Links, :Params, :WorkflowType, :UpdateUser, :UpdateUserId, :BundleId, :BundleInfo
|
40699
41077
|
|
40700
|
-
def initialize(workflowid=nil, owner=nil, ownerid=nil, projectid=nil, projectident=nil, projectname=nil, workflowdesc=nil, workflowname=nil, folderid=nil, sparkparams=nil, tasks=nil, links=nil, params=nil, workflowtype=nil, updateuser=nil, updateuserid=nil)
|
41078
|
+
def initialize(workflowid=nil, owner=nil, ownerid=nil, projectid=nil, projectident=nil, projectname=nil, workflowdesc=nil, workflowname=nil, folderid=nil, sparkparams=nil, tasks=nil, links=nil, params=nil, workflowtype=nil, updateuser=nil, updateuserid=nil, bundleid=nil, bundleinfo=nil)
|
40701
41079
|
@WorkflowId = workflowid
|
40702
41080
|
@Owner = owner
|
40703
41081
|
@OwnerId = ownerid
|
@@ -40714,6 +41092,8 @@ module TencentCloud
|
|
40714
41092
|
@WorkflowType = workflowtype
|
40715
41093
|
@UpdateUser = updateuser
|
40716
41094
|
@UpdateUserId = updateuserid
|
41095
|
+
@BundleId = bundleid
|
41096
|
+
@BundleInfo = bundleinfo
|
40717
41097
|
end
|
40718
41098
|
|
40719
41099
|
def deserialize(params)
|
@@ -40754,6 +41134,8 @@ module TencentCloud
|
|
40754
41134
|
@WorkflowType = params['WorkflowType']
|
40755
41135
|
@UpdateUser = params['UpdateUser']
|
40756
41136
|
@UpdateUserId = params['UpdateUserId']
|
41137
|
+
@BundleId = params['BundleId']
|
41138
|
+
@BundleInfo = params['BundleInfo']
|
40757
41139
|
end
|
40758
41140
|
end
|
40759
41141
|
|