tencentcloud-sdk-wedata 3.0.805 → 3.0.806

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2601a5bc99c6d9de7ada36f7f8829a90085f928
4
- data.tar.gz: 28a64850e27d203c73e3c028616e9320a3827429
3
+ metadata.gz: 180bf28c19d377124d627709883dbb795c53663a
4
+ data.tar.gz: 8cd9323ea78d4bf05c858cff1933c197015f2010
5
5
  SHA512:
6
- metadata.gz: 6ea0e3b590e4789baebca6c88855683c7627010e2ad1d54185636208c46bb928575d45c9564e58ded55803e57252af374d47cddee530f28de40fb563cab2aed6
7
- data.tar.gz: 4fc8fcfe9f81ac4547a7505d50a2b85196ee11a5de7b483bb06daa20180fe71a2055bb6cd3bb3791fb53001eadb9455c51bdbbd96594d10314e6d79a3091b39d
6
+ metadata.gz: 396df65e1d6de10640aa4c3446de0c4fe1f3f7435bab91a9a4b0523b77dfb5544a6b4eeb8d792ab3066f681a3b4ce31c63e4e65abe89f43014c50256618a8e06
7
+ data.tar.gz: 5ffd863263b83f1a633f69f4c8cf51408ba98b408141265826b2f6d9d8aa76ca43972c2414cf92dd687870f2bb1e0a478caf40d9399a3d1afd477f5f87883bb3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.805
1
+ 3.0.806
@@ -2093,30 +2093,6 @@ module TencentCloud
2093
2093
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2094
2094
  end
2095
2095
 
2096
- # 实例状态周期增长趋势
2097
-
2098
- # @param request: Request instance for DescribeInstanceByCycleReport.
2099
- # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeInstanceByCycleReportRequest`
2100
- # @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeInstanceByCycleReportResponse`
2101
- def DescribeInstanceByCycleReport(request)
2102
- body = send_request('DescribeInstanceByCycleReport', request.serialize)
2103
- response = JSON.parse(body)
2104
- if response['Response'].key?('Error') == false
2105
- model = DescribeInstanceByCycleReportResponse.new
2106
- model.deserialize(response['Response'])
2107
- model
2108
- else
2109
- code = response['Response']['Error']['Code']
2110
- message = response['Response']['Error']['Message']
2111
- reqid = response['Response']['RequestId']
2112
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2113
- end
2114
- rescue TencentCloud::Common::TencentCloudSDKException => e
2115
- raise e
2116
- rescue StandardError => e
2117
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2118
- end
2119
-
2120
2096
  # 日志获取详情页面
2121
2097
 
2122
2098
  # @param request: Request instance for DescribeInstanceLastLog.
@@ -3728,31 +3704,6 @@ module TencentCloud
3728
3704
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3729
3705
  end
3730
3706
 
3731
- # <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
3732
- # 查询任务具体详情
3733
-
3734
- # @param request: Request instance for DescribeTaskDetail.
3735
- # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTaskDetailRequest`
3736
- # @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTaskDetailResponse`
3737
- def DescribeTaskDetail(request)
3738
- body = send_request('DescribeTaskDetail', request.serialize)
3739
- response = JSON.parse(body)
3740
- if response['Response'].key?('Error') == false
3741
- model = DescribeTaskDetailResponse.new
3742
- model.deserialize(response['Response'])
3743
- model
3744
- else
3745
- code = response['Response']['Error']['Code']
3746
- message = response['Response']['Error']['Message']
3747
- reqid = response['Response']['RequestId']
3748
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
3749
- end
3750
- rescue TencentCloud::Common::TencentCloudSDKException => e
3751
- raise e
3752
- rescue StandardError => e
3753
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3754
- end
3755
-
3756
3707
  # 查看任务锁状态信息
3757
3708
 
3758
3709
  # @param request: Request instance for DescribeTaskLockStatus.
@@ -3825,31 +3776,6 @@ module TencentCloud
3825
3776
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3826
3777
  end
3827
3778
 
3828
- # <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
3829
- # 根据工作流分页查询任务
3830
-
3831
- # @param request: Request instance for DescribeTasksByPage.
3832
- # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTasksByPageRequest`
3833
- # @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTasksByPageResponse`
3834
- def DescribeTasksByPage(request)
3835
- body = send_request('DescribeTasksByPage', request.serialize)
3836
- response = JSON.parse(body)
3837
- if response['Response'].key?('Error') == false
3838
- model = DescribeTasksByPageResponse.new
3839
- model.deserialize(response['Response'])
3840
- model
3841
- else
3842
- code = response['Response']['Error']['Code']
3843
- message = response['Response']['Error']['Message']
3844
- reqid = response['Response']['RequestId']
3845
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
3846
- end
3847
- rescue TencentCloud::Common::TencentCloudSDKException => e
3848
- raise e
3849
- rescue StandardError => e
3850
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3851
- end
3852
-
3853
3779
  # 查询规则模板维度分布情况
3854
3780
 
3855
3781
  # @param request: Request instance for DescribeTemplateDimCount.
@@ -7697,62 +7697,6 @@ module TencentCloud
7697
7697
  end
7698
7698
  end
7699
7699
 
7700
- # DescribeInstanceByCycleReport请求参数结构体
7701
- class DescribeInstanceByCycleReportRequest < TencentCloud::Common::AbstractModel
7702
- # @param Type: 周期类型
7703
- # @type Type: String
7704
- # @param ProjectId: 项目ID
7705
- # @type ProjectId: String
7706
- # @param StartTime: 开始日期
7707
- # @type StartTime: String
7708
- # @param EndTime: 结束日期
7709
- # @type EndTime: String
7710
-
7711
- attr_accessor :Type, :ProjectId, :StartTime, :EndTime
7712
-
7713
- def initialize(type=nil, projectid=nil, starttime=nil, endtime=nil)
7714
- @Type = type
7715
- @ProjectId = projectid
7716
- @StartTime = starttime
7717
- @EndTime = endtime
7718
- end
7719
-
7720
- def deserialize(params)
7721
- @Type = params['Type']
7722
- @ProjectId = params['ProjectId']
7723
- @StartTime = params['StartTime']
7724
- @EndTime = params['EndTime']
7725
- end
7726
- end
7727
-
7728
- # DescribeInstanceByCycleReport返回参数结构体
7729
- class DescribeInstanceByCycleReportResponse < TencentCloud::Common::AbstractModel
7730
- # @param Data: 实例周期统计
7731
- # 注意:此字段可能返回 null,表示取不到有效值。
7732
- # @type Data: Array
7733
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7734
- # @type RequestId: String
7735
-
7736
- attr_accessor :Data, :RequestId
7737
-
7738
- def initialize(data=nil, requestid=nil)
7739
- @Data = data
7740
- @RequestId = requestid
7741
- end
7742
-
7743
- def deserialize(params)
7744
- unless params['Data'].nil?
7745
- @Data = []
7746
- params['Data'].each do |i|
7747
- taskbystatus_tmp = TaskByStatus.new
7748
- taskbystatus_tmp.deserialize(i)
7749
- @Data << taskbystatus_tmp
7750
- end
7751
- end
7752
- @RequestId = params['RequestId']
7753
- end
7754
- end
7755
-
7756
7700
  # DescribeInstanceByCycle请求参数结构体
7757
7701
  class DescribeInstanceByCycleRequest < TencentCloud::Common::AbstractModel
7758
7702
  # @param ProjectId: 1
@@ -12101,54 +12045,6 @@ module TencentCloud
12101
12045
  end
12102
12046
  end
12103
12047
 
12104
- # DescribeTaskDetail请求参数结构体
12105
- class DescribeTaskDetailRequest < TencentCloud::Common::AbstractModel
12106
- # @param ProjectId: 项目Id
12107
- # @type ProjectId: String
12108
- # @param TaskId: 任务ID
12109
- # @type TaskId: String
12110
- # @param TaskAlarmStatus: 任务告警状态
12111
- # @type TaskAlarmStatus: Integer
12112
-
12113
- attr_accessor :ProjectId, :TaskId, :TaskAlarmStatus
12114
-
12115
- def initialize(projectid=nil, taskid=nil, taskalarmstatus=nil)
12116
- @ProjectId = projectid
12117
- @TaskId = taskid
12118
- @TaskAlarmStatus = taskalarmstatus
12119
- end
12120
-
12121
- def deserialize(params)
12122
- @ProjectId = params['ProjectId']
12123
- @TaskId = params['TaskId']
12124
- @TaskAlarmStatus = params['TaskAlarmStatus']
12125
- end
12126
- end
12127
-
12128
- # DescribeTaskDetail返回参数结构体
12129
- class DescribeTaskDetailResponse < TencentCloud::Common::AbstractModel
12130
- # @param Data: 任务详情1
12131
- # 注意:此字段可能返回 null,表示取不到有效值。
12132
- # @type Data: :class:`Tencentcloud::Wedata.v20210820.models.TaskInfoData`
12133
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12134
- # @type RequestId: String
12135
-
12136
- attr_accessor :Data, :RequestId
12137
-
12138
- def initialize(data=nil, requestid=nil)
12139
- @Data = data
12140
- @RequestId = requestid
12141
- end
12142
-
12143
- def deserialize(params)
12144
- unless params['Data'].nil?
12145
- @Data = TaskInfoData.new
12146
- @Data.deserialize(params['Data'])
12147
- end
12148
- @RequestId = params['RequestId']
12149
- end
12150
- end
12151
-
12152
12048
  # DescribeTaskLockStatus请求参数结构体
12153
12049
  class DescribeTaskLockStatusRequest < TencentCloud::Common::AbstractModel
12154
12050
  # @param TaskId: 任务id
@@ -12295,58 +12191,6 @@ module TencentCloud
12295
12191
  end
12296
12192
  end
12297
12193
 
12298
- # DescribeTasksByPage请求参数结构体
12299
- class DescribeTasksByPageRequest < TencentCloud::Common::AbstractModel
12300
- # @param ProjectId: 项目Id
12301
- # @type ProjectId: String
12302
- # @param WorkflowId: 工作流ID
12303
- # @type WorkflowId: String
12304
- # @param PageNumber: 页码,默认1
12305
- # @type PageNumber: Integer
12306
- # @param PageSize: 页大小,默认10
12307
- # @type PageSize: Integer
12308
-
12309
- attr_accessor :ProjectId, :WorkflowId, :PageNumber, :PageSize
12310
-
12311
- def initialize(projectid=nil, workflowid=nil, pagenumber=nil, pagesize=nil)
12312
- @ProjectId = projectid
12313
- @WorkflowId = workflowid
12314
- @PageNumber = pagenumber
12315
- @PageSize = pagesize
12316
- end
12317
-
12318
- def deserialize(params)
12319
- @ProjectId = params['ProjectId']
12320
- @WorkflowId = params['WorkflowId']
12321
- @PageNumber = params['PageNumber']
12322
- @PageSize = params['PageSize']
12323
- end
12324
- end
12325
-
12326
- # DescribeTasksByPage返回参数结构体
12327
- class DescribeTasksByPageResponse < TencentCloud::Common::AbstractModel
12328
- # @param Data: 无1
12329
- # 注意:此字段可能返回 null,表示取不到有效值。
12330
- # @type Data: :class:`Tencentcloud::Wedata.v20210820.models.TaskInfoDataPage`
12331
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12332
- # @type RequestId: String
12333
-
12334
- attr_accessor :Data, :RequestId
12335
-
12336
- def initialize(data=nil, requestid=nil)
12337
- @Data = data
12338
- @RequestId = requestid
12339
- end
12340
-
12341
- def deserialize(params)
12342
- unless params['Data'].nil?
12343
- @Data = TaskInfoDataPage.new
12344
- @Data.deserialize(params['Data'])
12345
- end
12346
- @RequestId = params['RequestId']
12347
- end
12348
- end
12349
-
12350
12194
  # DescribeTemplateDimCount请求参数结构体
12351
12195
  class DescribeTemplateDimCountRequest < TencentCloud::Common::AbstractModel
12352
12196
  # @param Type: 模板类型
@@ -18186,28 +18030,6 @@ module TencentCloud
18186
18030
  # @param RealFromWorkflowId: 父任务工作流
18187
18031
  # @type RealFromWorkflowId: String
18188
18032
  # @param LinkDependencyType: 父子任务之间的依赖关系
18189
- # /** 正常的依赖父任务全部实例 启用**/
18190
- # normal_all(1),
18191
- # normal_first_one(2),// 正常的依赖父任务 第一个
18192
- # normal_last_one(3),// 正常的依赖父任务 最后一个
18193
- # normal_any_one(4),// 正常的依赖父任务 任意一个
18194
- # normal_specific_one(5),// 正常的依赖父任务 指定的一个
18195
- # self(6),// 自身依赖,可能用不到
18196
-
18197
- # /** // 非正常的依赖父任务全部实例 启用(向前依赖 明天)**/
18198
- # non_normal_all_forward(11),
18199
- # non_normal_first_one_forward(12),// 非正常的依赖父任务 第一个
18200
- # non_normal_last_one_forward(13),// 非正常的依赖父任务 最后一个
18201
- # non_normal_any_one_forward(14),// 非正常的依赖父任务 任意一个
18202
- # non_normal_specific_one_forward(15),// 非正常的依赖父任务 指定一个
18203
-
18204
- # /** // 非正常的依赖父任务全部实例 启用(向后依赖 昨天) **/
18205
- # non_normal_all_backward(21),
18206
- # non_normal_first_one_backward(22),// 非正常的依赖父任务 第一个
18207
- # non_normal_last_one_backward(23),// 非正常的依赖父任务 最后一个
18208
- # non_normal_any_one_backward(24),// 非正常的依赖父任务 任意一个
18209
- # non_normal_specific_one_backward(25);// 非正常的依赖父任务 指定一个
18210
-
18211
18033
  # @type LinkDependencyType: String
18212
18034
 
18213
18035
  attr_accessor :ProjectId, :TaskFrom, :TaskTo, :WorkflowId, :RealFromWorkflowId, :LinkDependencyType
@@ -24870,354 +24692,6 @@ module TencentCloud
24870
24692
  end
24871
24693
  end
24872
24694
 
24873
- # 任务信息数据
24874
- class TaskInfoData < TencentCloud::Common::AbstractModel
24875
- # @param TaskId: 任务Id
24876
- # 注意:此字段可能返回 null,表示取不到有效值。
24877
- # @type TaskId: String
24878
- # @param TaskName: 任务名称
24879
- # 注意:此字段可能返回 null,表示取不到有效值。
24880
- # @type TaskName: String
24881
- # @param WorkflowId: 工作流id
24882
- # 注意:此字段可能返回 null,表示取不到有效值。
24883
- # @type WorkflowId: String
24884
- # @param WorkflowName: 工作流名称
24885
- # 注意:此字段可能返回 null,表示取不到有效值。
24886
- # @type WorkflowName: String
24887
- # @param ProjectName: 项目名称
24888
- # 注意:此字段可能返回 null,表示取不到有效值。
24889
- # @type ProjectName: String
24890
- # @param ProjectIdent: 项目标识
24891
- # 注意:此字段可能返回 null,表示取不到有效值。
24892
- # @type ProjectIdent: String
24893
- # @param Status: 任务状态,'Y','F','O','T','INVALID' 分别表示调度中、已停止、已暂停、停止中、已失效
24894
- # 注意:此字段可能返回 null,表示取不到有效值。
24895
- # @type Status: String
24896
- # @param ProjectId: 项目id
24897
- # 注意:此字段可能返回 null,表示取不到有效值。
24898
- # @type ProjectId: String
24899
- # @param FolderName: 文件夹名称
24900
- # 注意:此字段可能返回 null,表示取不到有效值。
24901
- # @type FolderName: String
24902
- # @param FolderId: 文件夹id
24903
- # 注意:此字段可能返回 null,表示取不到有效值。
24904
- # @type FolderId: String
24905
- # @param InCharge: 负责人
24906
- # 注意:此字段可能返回 null,表示取不到有效值。
24907
- # @type InCharge: String
24908
- # @param VirtualFlag: 跨工作流虚拟任务标识;true标识跨工作流任务;false标识本工作流任务
24909
- # 注意:此字段可能返回 null,表示取不到有效值。
24910
- # @type VirtualFlag: Boolean
24911
- # @param DelayTime: 延时实例生成时间(延时调度),转换为分钟
24912
- # 注意:此字段可能返回 null,表示取不到有效值。
24913
- # @type DelayTime: Integer
24914
- # @param CrontabExpression: crontab表达式
24915
- # 注意:此字段可能返回 null,表示取不到有效值。
24916
- # @type CrontabExpression: String
24917
- # @param CreateTime: 创建时间
24918
- # 注意:此字段可能返回 null,表示取不到有效值。
24919
- # @type CreateTime: String
24920
- # @param LastUpdate: 更新时间
24921
- # 注意:此字段可能返回 null,表示取不到有效值。
24922
- # @type LastUpdate: String
24923
- # @param StartTime: 生效日期
24924
- # 注意:此字段可能返回 null,表示取不到有效值。
24925
- # @type StartTime: String
24926
- # @param EndTime: 结束日期
24927
- # 注意:此字段可能返回 null,表示取不到有效值。
24928
- # @type EndTime: String
24929
- # @param ExecutionStartTime: 执行时间左闭区间
24930
- # 注意:此字段可能返回 null,表示取不到有效值。
24931
- # @type ExecutionStartTime: String
24932
- # @param ExecutionEndTime: 执行时间右闭区间
24933
- # 注意:此字段可能返回 null,表示取不到有效值。
24934
- # @type ExecutionEndTime: String
24935
- # @param CycleType: 周期类型
24936
- # 注意:此字段可能返回 null,表示取不到有效值。
24937
- # @type CycleType: Integer
24938
- # @param CycleStep: 步长
24939
- # 注意:此字段可能返回 null,表示取不到有效值。
24940
- # @type CycleStep: Integer
24941
- # @param StartupTime: 延时执行时间(延时执行) 对应为 开始时间 状态为分钟
24942
- # 注意:此字段可能返回 null,表示取不到有效值。
24943
- # @type StartupTime: Integer
24944
- # @param RetryWait: 重试等待时间,单位分钟
24945
- # 注意:此字段可能返回 null,表示取不到有效值。
24946
- # @type RetryWait: Integer
24947
- # @param Retriable: 是否可重试
24948
- # 注意:此字段可能返回 null,表示取不到有效值。
24949
- # @type Retriable: Integer
24950
- # @param TaskAction: 调度扩展信息
24951
- # 注意:此字段可能返回 null,表示取不到有效值。
24952
- # @type TaskAction: String
24953
- # @param TryLimit: 运行次数限制
24954
- # 注意:此字段可能返回 null,表示取不到有效值。
24955
- # @type TryLimit: Integer
24956
- # @param RunPriority: 运行优先级
24957
- # 注意:此字段可能返回 null,表示取不到有效值。
24958
- # @type RunPriority: Integer
24959
- # @param TaskType: 任务类型
24960
- # 注意:此字段可能返回 null,表示取不到有效值。
24961
- # @type TaskType: Integer
24962
- # @param BrokerIp: 指定的运行节点
24963
- # 注意:此字段可能返回 null,表示取不到有效值。
24964
- # @type BrokerIp: String
24965
- # @param ClusterId: 集群
24966
- # 注意:此字段可能返回 null,表示取不到有效值。
24967
- # @type ClusterId: String
24968
- # @param MinDateTime: 最小数据时间
24969
- # 注意:此字段可能返回 null,表示取不到有效值。
24970
- # @type MinDateTime: String
24971
- # @param MaxDateTime: 最大数据时间
24972
- # 注意:此字段可能返回 null,表示取不到有效值。
24973
- # @type MaxDateTime: String
24974
- # @param SelfDepend: 是否自身依赖 是1 否2 并行3
24975
- # 注意:此字段可能返回 null,表示取不到有效值。
24976
- # @type SelfDepend: Integer
24977
- # @param TaskExt: 扩展属性
24978
- # 注意:此字段可能返回 null,表示取不到有效值。
24979
- # @type TaskExt: Array
24980
- # @param Notes: 任务备注
24981
- # 注意:此字段可能返回 null,表示取不到有效值。
24982
- # @type Notes: String
24983
- # @param YarnQueue: 队列
24984
- # 注意:此字段可能返回 null,表示取不到有效值。
24985
- # @type YarnQueue: String
24986
- # @param Submit: 任务版本是否已提交
24987
- # 注意:此字段可能返回 null,表示取不到有效值。
24988
- # @type Submit: Boolean
24989
- # @param LastSchedulerCommitTime: 最新调度计划变更时间 仅生产态
24990
- # 注意:此字段可能返回 null,表示取不到有效值。
24991
- # @type LastSchedulerCommitTime: String
24992
- # @param NormalizedJobStartTime: 仅生产态存储于生产态序列化任务信息, 减少base CPU重复密集计算
24993
- # 注意:此字段可能返回 null,表示取不到有效值。
24994
- # @type NormalizedJobStartTime: String
24995
- # @param SourceServer: 源数据源
24996
- # 注意:此字段可能返回 null,表示取不到有效值。
24997
- # @type SourceServer: String
24998
- # @param Creater: 创建者
24999
- # 注意:此字段可能返回 null,表示取不到有效值。
25000
- # @type Creater: String
25001
- # @param DependencyRel: 分支,依赖关系,and/or, 默认and
25002
- # 注意:此字段可能返回 null,表示取不到有效值。
25003
- # @type DependencyRel: String
25004
- # @param DependencyWorkflow: 是否支持工作流依赖 yes / no 默认 no
25005
- # 注意:此字段可能返回 null,表示取不到有效值。
25006
- # @type DependencyWorkflow: String
25007
- # @param Params: 任务参数
25008
- # 注意:此字段可能返回 null,表示取不到有效值。
25009
- # @type Params: Array
25010
- # @param UpdateUser: 最后修改的人
25011
- # 注意:此字段可能返回 null,表示取不到有效值。
25012
- # @type UpdateUser: String
25013
- # @param UpdateTime: 最后修改的时间
25014
- # 注意:此字段可能返回 null,表示取不到有效值。
25015
- # @type UpdateTime: String
25016
- # @param UpdateUserId: 最后修改的人Id
25017
- # 注意:此字段可能返回 null,表示取不到有效值。
25018
- # @type UpdateUserId: String
25019
- # @param SchedulerDesc: 调度计划
25020
- # 注意:此字段可能返回 null,表示取不到有效值。
25021
- # @type SchedulerDesc: String
25022
- # @param ResourceGroup: 资源组信息
25023
- # 注意:此字段可能返回 null,表示取不到有效值。
25024
- # @type ResourceGroup: String
25025
- # @param VersionDesc: 版本提交说明
25026
- # 注意:此字段可能返回 null,表示取不到有效值。
25027
- # @type VersionDesc: String
25028
- # @param RealWorkflowId: 真实工作流Id
25029
- # 注意:此字段可能返回 null,表示取不到有效值。
25030
- # @type RealWorkflowId: String
25031
- # @param TargetServer: 目标数据源
25032
- # 注意:此字段可能返回 null,表示取不到有效值。
25033
- # @type TargetServer: String
25034
- # @param DependencyConfigs: 依赖配置
25035
- # 注意:此字段可能返回 null,表示取不到有效值。
25036
- # @type DependencyConfigs: Array
25037
- # @param VirtualTaskStatus: 虚拟任务状态1
25038
- # 注意:此字段可能返回 null,表示取不到有效值。
25039
- # @type VirtualTaskStatus: String
25040
- # @param VirtualTaskId: 虚拟任务id
25041
- # 注意:此字段可能返回 null,表示取不到有效值。
25042
- # @type VirtualTaskId: String
25043
-
25044
- attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :ProjectName, :ProjectIdent, :Status, :ProjectId, :FolderName, :FolderId, :InCharge, :VirtualFlag, :DelayTime, :CrontabExpression, :CreateTime, :LastUpdate, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CycleType, :CycleStep, :StartupTime, :RetryWait, :Retriable, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :SelfDepend, :TaskExt, :Notes, :YarnQueue, :Submit, :LastSchedulerCommitTime, :NormalizedJobStartTime, :SourceServer, :Creater, :DependencyRel, :DependencyWorkflow, :Params, :UpdateUser, :UpdateTime, :UpdateUserId, :SchedulerDesc, :ResourceGroup, :VersionDesc, :RealWorkflowId, :TargetServer, :DependencyConfigs, :VirtualTaskStatus, :VirtualTaskId
25045
-
25046
- def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, projectname=nil, projectident=nil, status=nil, projectid=nil, foldername=nil, folderid=nil, incharge=nil, virtualflag=nil, delaytime=nil, crontabexpression=nil, createtime=nil, lastupdate=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, cycletype=nil, cyclestep=nil, startuptime=nil, retrywait=nil, retriable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, selfdepend=nil, taskext=nil, notes=nil, yarnqueue=nil, submit=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, sourceserver=nil, creater=nil, dependencyrel=nil, dependencyworkflow=nil, params=nil, updateuser=nil, updatetime=nil, updateuserid=nil, schedulerdesc=nil, resourcegroup=nil, versiondesc=nil, realworkflowid=nil, targetserver=nil, dependencyconfigs=nil, virtualtaskstatus=nil, virtualtaskid=nil)
25047
- @TaskId = taskid
25048
- @TaskName = taskname
25049
- @WorkflowId = workflowid
25050
- @WorkflowName = workflowname
25051
- @ProjectName = projectname
25052
- @ProjectIdent = projectident
25053
- @Status = status
25054
- @ProjectId = projectid
25055
- @FolderName = foldername
25056
- @FolderId = folderid
25057
- @InCharge = incharge
25058
- @VirtualFlag = virtualflag
25059
- @DelayTime = delaytime
25060
- @CrontabExpression = crontabexpression
25061
- @CreateTime = createtime
25062
- @LastUpdate = lastupdate
25063
- @StartTime = starttime
25064
- @EndTime = endtime
25065
- @ExecutionStartTime = executionstarttime
25066
- @ExecutionEndTime = executionendtime
25067
- @CycleType = cycletype
25068
- @CycleStep = cyclestep
25069
- @StartupTime = startuptime
25070
- @RetryWait = retrywait
25071
- @Retriable = retriable
25072
- @TaskAction = taskaction
25073
- @TryLimit = trylimit
25074
- @RunPriority = runpriority
25075
- @TaskType = tasktype
25076
- @BrokerIp = brokerip
25077
- @ClusterId = clusterid
25078
- @MinDateTime = mindatetime
25079
- @MaxDateTime = maxdatetime
25080
- @SelfDepend = selfdepend
25081
- @TaskExt = taskext
25082
- @Notes = notes
25083
- @YarnQueue = yarnqueue
25084
- @Submit = submit
25085
- @LastSchedulerCommitTime = lastschedulercommittime
25086
- @NormalizedJobStartTime = normalizedjobstarttime
25087
- @SourceServer = sourceserver
25088
- @Creater = creater
25089
- @DependencyRel = dependencyrel
25090
- @DependencyWorkflow = dependencyworkflow
25091
- @Params = params
25092
- @UpdateUser = updateuser
25093
- @UpdateTime = updatetime
25094
- @UpdateUserId = updateuserid
25095
- @SchedulerDesc = schedulerdesc
25096
- @ResourceGroup = resourcegroup
25097
- @VersionDesc = versiondesc
25098
- @RealWorkflowId = realworkflowid
25099
- @TargetServer = targetserver
25100
- @DependencyConfigs = dependencyconfigs
25101
- @VirtualTaskStatus = virtualtaskstatus
25102
- @VirtualTaskId = virtualtaskid
25103
- end
25104
-
25105
- def deserialize(params)
25106
- @TaskId = params['TaskId']
25107
- @TaskName = params['TaskName']
25108
- @WorkflowId = params['WorkflowId']
25109
- @WorkflowName = params['WorkflowName']
25110
- @ProjectName = params['ProjectName']
25111
- @ProjectIdent = params['ProjectIdent']
25112
- @Status = params['Status']
25113
- @ProjectId = params['ProjectId']
25114
- @FolderName = params['FolderName']
25115
- @FolderId = params['FolderId']
25116
- @InCharge = params['InCharge']
25117
- @VirtualFlag = params['VirtualFlag']
25118
- @DelayTime = params['DelayTime']
25119
- @CrontabExpression = params['CrontabExpression']
25120
- @CreateTime = params['CreateTime']
25121
- @LastUpdate = params['LastUpdate']
25122
- @StartTime = params['StartTime']
25123
- @EndTime = params['EndTime']
25124
- @ExecutionStartTime = params['ExecutionStartTime']
25125
- @ExecutionEndTime = params['ExecutionEndTime']
25126
- @CycleType = params['CycleType']
25127
- @CycleStep = params['CycleStep']
25128
- @StartupTime = params['StartupTime']
25129
- @RetryWait = params['RetryWait']
25130
- @Retriable = params['Retriable']
25131
- @TaskAction = params['TaskAction']
25132
- @TryLimit = params['TryLimit']
25133
- @RunPriority = params['RunPriority']
25134
- @TaskType = params['TaskType']
25135
- @BrokerIp = params['BrokerIp']
25136
- @ClusterId = params['ClusterId']
25137
- @MinDateTime = params['MinDateTime']
25138
- @MaxDateTime = params['MaxDateTime']
25139
- @SelfDepend = params['SelfDepend']
25140
- unless params['TaskExt'].nil?
25141
- @TaskExt = []
25142
- params['TaskExt'].each do |i|
25143
- taskextinfo_tmp = TaskExtInfo.new
25144
- taskextinfo_tmp.deserialize(i)
25145
- @TaskExt << taskextinfo_tmp
25146
- end
25147
- end
25148
- @Notes = params['Notes']
25149
- @YarnQueue = params['YarnQueue']
25150
- @Submit = params['Submit']
25151
- @LastSchedulerCommitTime = params['LastSchedulerCommitTime']
25152
- @NormalizedJobStartTime = params['NormalizedJobStartTime']
25153
- @SourceServer = params['SourceServer']
25154
- @Creater = params['Creater']
25155
- @DependencyRel = params['DependencyRel']
25156
- @DependencyWorkflow = params['DependencyWorkflow']
25157
- unless params['Params'].nil?
25158
- @Params = []
25159
- params['Params'].each do |i|
25160
- paraminfo_tmp = ParamInfo.new
25161
- paraminfo_tmp.deserialize(i)
25162
- @Params << paraminfo_tmp
25163
- end
25164
- end
25165
- @UpdateUser = params['UpdateUser']
25166
- @UpdateTime = params['UpdateTime']
25167
- @UpdateUserId = params['UpdateUserId']
25168
- @SchedulerDesc = params['SchedulerDesc']
25169
- @ResourceGroup = params['ResourceGroup']
25170
- @VersionDesc = params['VersionDesc']
25171
- @RealWorkflowId = params['RealWorkflowId']
25172
- @TargetServer = params['TargetServer']
25173
- unless params['DependencyConfigs'].nil?
25174
- @DependencyConfigs = []
25175
- params['DependencyConfigs'].each do |i|
25176
- dependencyconfig_tmp = DependencyConfig.new
25177
- dependencyconfig_tmp.deserialize(i)
25178
- @DependencyConfigs << dependencyconfig_tmp
25179
- end
25180
- end
25181
- @VirtualTaskStatus = params['VirtualTaskStatus']
25182
- @VirtualTaskId = params['VirtualTaskId']
25183
- end
25184
- end
25185
-
25186
- # 任务分页数据查询
25187
- class TaskInfoDataPage < TencentCloud::Common::AbstractModel
25188
- # @param PageNumber: 页号
25189
- # @type PageNumber: Integer
25190
- # @param PageSize: 页大小
25191
- # @type PageSize: Integer
25192
- # @param Items: 任务集合信息
25193
- # @type Items: Array
25194
- # @param TotalCount: 总页数1
25195
- # @type TotalCount: Integer
25196
-
25197
- attr_accessor :PageNumber, :PageSize, :Items, :TotalCount
25198
-
25199
- def initialize(pagenumber=nil, pagesize=nil, items=nil, totalcount=nil)
25200
- @PageNumber = pagenumber
25201
- @PageSize = pagesize
25202
- @Items = items
25203
- @TotalCount = totalcount
25204
- end
25205
-
25206
- def deserialize(params)
25207
- @PageNumber = params['PageNumber']
25208
- @PageSize = params['PageSize']
25209
- unless params['Items'].nil?
25210
- @Items = []
25211
- params['Items'].each do |i|
25212
- taskinfodata_tmp = TaskInfoData.new
25213
- taskinfodata_tmp.deserialize(i)
25214
- @Items << taskinfodata_tmp
25215
- end
25216
- end
25217
- @TotalCount = params['TotalCount']
25218
- end
25219
- end
25220
-
25221
24695
  # 任务属性
25222
24696
  class TaskInnerInfo < TencentCloud::Common::AbstractModel
25223
24697
  # @param TaskId: 任务ID
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.805
4
+ version: 3.0.806
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-17 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common