huaweicloudsdktics 3.1.141__py2.py3-none-any.whl → 3.1.143__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of huaweicloudsdktics might be problematic. Click here for more details.

Files changed (74) hide show
  1. huaweicloudsdktics/v1/model/agent_list_vo.py +31 -31
  2. huaweicloudsdktics/v1/model/deploy_vo.py +11 -11
  3. huaweicloudsdktics/v1/model/fl_job_list_vo.py +27 -27
  4. huaweicloudsdktics/v1/model/job_report_base_info_vo.py +13 -13
  5. huaweicloudsdktics/v1/model/job_report_env_vo.py +11 -11
  6. huaweicloudsdktics/v1/model/job_report_output_vo.py +7 -7
  7. huaweicloudsdktics/v1/model/job_report_partner_vo.py +11 -11
  8. huaweicloudsdktics/v1/model/league_dataset_statistics_vo.py +13 -13
  9. huaweicloudsdktics/v1/model/league_partner_statistics_vo.py +17 -17
  10. huaweicloudsdktics/v1/model/league_update_vo.py +7 -7
  11. huaweicloudsdktics/v1/model/list_agents_request.py +9 -9
  12. huaweicloudsdktics/v1/model/list_agents_response.py +5 -5
  13. huaweicloudsdktics/v1/model/list_audit_info_request.py +7 -7
  14. huaweicloudsdktics/v1/model/list_audit_info_response.py +5 -5
  15. huaweicloudsdktics/v1/model/list_fl_job_request.py +7 -7
  16. huaweicloudsdktics/v1/model/list_fl_job_response.py +5 -5
  17. huaweicloudsdktics/v1/model/list_instance_history_request.py +9 -9
  18. huaweicloudsdktics/v1/model/list_instance_history_response.py +5 -5
  19. huaweicloudsdktics/v1/model/list_league_datasets_request.py +11 -11
  20. huaweicloudsdktics/v1/model/list_league_datasets_response.py +5 -5
  21. huaweicloudsdktics/v1/model/list_leagues_request.py +7 -7
  22. huaweicloudsdktics/v1/model/list_leagues_response.py +5 -5
  23. huaweicloudsdktics/v1/model/list_nodes_request.py +7 -7
  24. huaweicloudsdktics/v1/model/list_nodes_response.py +5 -5
  25. huaweicloudsdktics/v1/model/list_notices_request.py +5 -5
  26. huaweicloudsdktics/v1/model/list_notices_response.py +5 -5
  27. huaweicloudsdktics/v1/model/list_partners_request.py +7 -7
  28. huaweicloudsdktics/v1/model/list_partners_response.py +5 -5
  29. huaweicloudsdktics/v1/model/list_sql_job_request.py +7 -7
  30. huaweicloudsdktics/v1/model/list_sql_job_response.py +5 -5
  31. huaweicloudsdktics/v1/model/partner_data_vo.py +15 -15
  32. huaweicloudsdktics/v1/model/processor_vo.py +21 -21
  33. huaweicloudsdktics/v1/model/round_deploy_vo.py +5 -5
  34. huaweicloudsdktics/v1/model/show_agent_detail_request.py +3 -3
  35. huaweicloudsdktics/v1/model/show_agent_detail_response.py +11 -11
  36. huaweicloudsdktics/v1/model/show_dataset_statistics_request.py +7 -7
  37. huaweicloudsdktics/v1/model/show_dataset_statistics_response.py +3 -3
  38. huaweicloudsdktics/v1/model/show_instance_report_request.py +5 -5
  39. huaweicloudsdktics/v1/model/show_instance_report_response.py +11 -11
  40. huaweicloudsdktics/v1/model/show_job_instance_dag_request.py +7 -7
  41. huaweicloudsdktics/v1/model/show_job_instance_dag_response.py +3 -3
  42. huaweicloudsdktics/v1/model/show_job_statistics_request.py +7 -7
  43. huaweicloudsdktics/v1/model/show_job_statistics_response.py +11 -11
  44. huaweicloudsdktics/v1/model/show_league_request.py +3 -3
  45. huaweicloudsdktics/v1/model/show_league_response.py +45 -45
  46. huaweicloudsdktics/v1/model/show_overview_request.py +1 -1
  47. huaweicloudsdktics/v1/model/show_overview_response.py +9 -9
  48. huaweicloudsdktics/v1/model/show_partner_statistics_request.py +7 -7
  49. huaweicloudsdktics/v1/model/show_partner_statistics_response.py +3 -3
  50. huaweicloudsdktics/v1/model/stage_vo.py +9 -9
  51. huaweicloudsdktics/v1/model/tics_agent_deploy.py +45 -45
  52. huaweicloudsdktics/v1/model/tics_agent_deploy_bcs.py +15 -15
  53. huaweicloudsdktics/v1/model/tics_agent_deploy_detail.py +27 -27
  54. huaweicloudsdktics/v1/model/tics_agent_nat_common_info.py +9 -9
  55. huaweicloudsdktics/v1/model/tics_agent_node_info.py +29 -29
  56. huaweicloudsdktics/v1/model/tics_approve_log_vo.py +29 -29
  57. huaweicloudsdktics/v1/model/tics_dataset_column.py +23 -23
  58. huaweicloudsdktics/v1/model/tics_job_instance_vo.py +23 -23
  59. huaweicloudsdktics/v1/model/tics_league_audit_log.py +21 -21
  60. huaweicloudsdktics/v1/model/tics_league_list_vo.py +33 -33
  61. huaweicloudsdktics/v1/model/tics_league_notice_vo.py +25 -25
  62. huaweicloudsdktics/v1/model/tics_league_partner_vo.py +9 -9
  63. huaweicloudsdktics/v1/model/tics_sql_job_vo.py +29 -29
  64. huaweicloudsdktics/v1/model/tics_trust_info_vo.py +19 -19
  65. huaweicloudsdktics/v1/model/update_league_request.py +5 -5
  66. huaweicloudsdktics/v1/model/update_league_response.py +3 -3
  67. huaweicloudsdktics/v1/tics_async_client.py +19 -19
  68. huaweicloudsdktics/v1/tics_client.py +19 -19
  69. {huaweicloudsdktics-3.1.141.dist-info → huaweicloudsdktics-3.1.143.dist-info}/METADATA +2 -2
  70. huaweicloudsdktics-3.1.143.dist-info/RECORD +78 -0
  71. huaweicloudsdktics-3.1.141.dist-info/RECORD +0 -78
  72. {huaweicloudsdktics-3.1.141.dist-info → huaweicloudsdktics-3.1.143.dist-info}/LICENSE +0 -0
  73. {huaweicloudsdktics-3.1.141.dist-info → huaweicloudsdktics-3.1.143.dist-info}/WHEEL +0 -0
  74. {huaweicloudsdktics-3.1.141.dist-info → huaweicloudsdktics-3.1.143.dist-info}/top_level.txt +0 -0
@@ -43,7 +43,7 @@ class ProcessorVo:
43
43
  }
44
44
 
45
45
  def __init__(self, end_time=None, exec_duration_nano=None, id=None, last_step_task_ins_id=None, start_time=None, task_in_record_cnt=None, task_name=None, task_out_record_cnt=None, task_show_info=None, task_status=None):
46
- """ProcessorVo
46
+ r"""ProcessorVo
47
47
 
48
48
  The model defined in huaweicloud sdk
49
49
 
@@ -104,7 +104,7 @@ class ProcessorVo:
104
104
 
105
105
  @property
106
106
  def end_time(self):
107
- """Gets the end_time of this ProcessorVo.
107
+ r"""Gets the end_time of this ProcessorVo.
108
108
 
109
109
  结束时间
110
110
 
@@ -115,7 +115,7 @@ class ProcessorVo:
115
115
 
116
116
  @end_time.setter
117
117
  def end_time(self, end_time):
118
- """Sets the end_time of this ProcessorVo.
118
+ r"""Sets the end_time of this ProcessorVo.
119
119
 
120
120
  结束时间
121
121
 
@@ -126,7 +126,7 @@ class ProcessorVo:
126
126
 
127
127
  @property
128
128
  def exec_duration_nano(self):
129
- """Gets the exec_duration_nano of this ProcessorVo.
129
+ r"""Gets the exec_duration_nano of this ProcessorVo.
130
130
 
131
131
  执行时长
132
132
 
@@ -137,7 +137,7 @@ class ProcessorVo:
137
137
 
138
138
  @exec_duration_nano.setter
139
139
  def exec_duration_nano(self, exec_duration_nano):
140
- """Sets the exec_duration_nano of this ProcessorVo.
140
+ r"""Sets the exec_duration_nano of this ProcessorVo.
141
141
 
142
142
  执行时长
143
143
 
@@ -148,7 +148,7 @@ class ProcessorVo:
148
148
 
149
149
  @property
150
150
  def id(self):
151
- """Gets the id of this ProcessorVo.
151
+ r"""Gets the id of this ProcessorVo.
152
152
 
153
153
  执行过程id
154
154
 
@@ -159,7 +159,7 @@ class ProcessorVo:
159
159
 
160
160
  @id.setter
161
161
  def id(self, id):
162
- """Sets the id of this ProcessorVo.
162
+ r"""Sets the id of this ProcessorVo.
163
163
 
164
164
  执行过程id
165
165
 
@@ -170,7 +170,7 @@ class ProcessorVo:
170
170
 
171
171
  @property
172
172
  def last_step_task_ins_id(self):
173
- """Gets the last_step_task_ins_id of this ProcessorVo.
173
+ r"""Gets the last_step_task_ins_id of this ProcessorVo.
174
174
 
175
175
  上游子任务id
176
176
 
@@ -181,7 +181,7 @@ class ProcessorVo:
181
181
 
182
182
  @last_step_task_ins_id.setter
183
183
  def last_step_task_ins_id(self, last_step_task_ins_id):
184
- """Sets the last_step_task_ins_id of this ProcessorVo.
184
+ r"""Sets the last_step_task_ins_id of this ProcessorVo.
185
185
 
186
186
  上游子任务id
187
187
 
@@ -192,7 +192,7 @@ class ProcessorVo:
192
192
 
193
193
  @property
194
194
  def start_time(self):
195
- """Gets the start_time of this ProcessorVo.
195
+ r"""Gets the start_time of this ProcessorVo.
196
196
 
197
197
  开始时间
198
198
 
@@ -203,7 +203,7 @@ class ProcessorVo:
203
203
 
204
204
  @start_time.setter
205
205
  def start_time(self, start_time):
206
- """Sets the start_time of this ProcessorVo.
206
+ r"""Sets the start_time of this ProcessorVo.
207
207
 
208
208
  开始时间
209
209
 
@@ -214,7 +214,7 @@ class ProcessorVo:
214
214
 
215
215
  @property
216
216
  def task_in_record_cnt(self):
217
- """Gets the task_in_record_cnt of this ProcessorVo.
217
+ r"""Gets the task_in_record_cnt of this ProcessorVo.
218
218
 
219
219
  输入个数
220
220
 
@@ -225,7 +225,7 @@ class ProcessorVo:
225
225
 
226
226
  @task_in_record_cnt.setter
227
227
  def task_in_record_cnt(self, task_in_record_cnt):
228
- """Sets the task_in_record_cnt of this ProcessorVo.
228
+ r"""Sets the task_in_record_cnt of this ProcessorVo.
229
229
 
230
230
  输入个数
231
231
 
@@ -236,7 +236,7 @@ class ProcessorVo:
236
236
 
237
237
  @property
238
238
  def task_name(self):
239
- """Gets the task_name of this ProcessorVo.
239
+ r"""Gets the task_name of this ProcessorVo.
240
240
 
241
241
  执行过程名称
242
242
 
@@ -247,7 +247,7 @@ class ProcessorVo:
247
247
 
248
248
  @task_name.setter
249
249
  def task_name(self, task_name):
250
- """Sets the task_name of this ProcessorVo.
250
+ r"""Sets the task_name of this ProcessorVo.
251
251
 
252
252
  执行过程名称
253
253
 
@@ -258,7 +258,7 @@ class ProcessorVo:
258
258
 
259
259
  @property
260
260
  def task_out_record_cnt(self):
261
- """Gets the task_out_record_cnt of this ProcessorVo.
261
+ r"""Gets the task_out_record_cnt of this ProcessorVo.
262
262
 
263
263
  输出个数
264
264
 
@@ -269,7 +269,7 @@ class ProcessorVo:
269
269
 
270
270
  @task_out_record_cnt.setter
271
271
  def task_out_record_cnt(self, task_out_record_cnt):
272
- """Sets the task_out_record_cnt of this ProcessorVo.
272
+ r"""Sets the task_out_record_cnt of this ProcessorVo.
273
273
 
274
274
  输出个数
275
275
 
@@ -280,7 +280,7 @@ class ProcessorVo:
280
280
 
281
281
  @property
282
282
  def task_show_info(self):
283
- """Gets the task_show_info of this ProcessorVo.
283
+ r"""Gets the task_show_info of this ProcessorVo.
284
284
 
285
285
  processor对外展示信息,k,v
286
286
 
@@ -291,7 +291,7 @@ class ProcessorVo:
291
291
 
292
292
  @task_show_info.setter
293
293
  def task_show_info(self, task_show_info):
294
- """Sets the task_show_info of this ProcessorVo.
294
+ r"""Sets the task_show_info of this ProcessorVo.
295
295
 
296
296
  processor对外展示信息,k,v
297
297
 
@@ -302,7 +302,7 @@ class ProcessorVo:
302
302
 
303
303
  @property
304
304
  def task_status(self):
305
- """Gets the task_status of this ProcessorVo.
305
+ r"""Gets the task_status of this ProcessorVo.
306
306
 
307
307
  执行状态,作业任务状态,NEW.新建,SUBMITING.提交中,ACCEPTED.已接收,DEPLOYING.部署中,RUNNING.运行中,SUCCEEDED.成功,FAILED.失败,TERMINATED.中止,TERMINATING.中止中,PENDING.等待中
308
308
 
@@ -313,7 +313,7 @@ class ProcessorVo:
313
313
 
314
314
  @task_status.setter
315
315
  def task_status(self, task_status):
316
- """Sets the task_status of this ProcessorVo.
316
+ r"""Sets the task_status of this ProcessorVo.
317
317
 
318
318
  执行状态,作业任务状态,NEW.新建,SUBMITING.提交中,ACCEPTED.已接收,DEPLOYING.部署中,RUNNING.运行中,SUCCEEDED.成功,FAILED.失败,TERMINATED.中止,TERMINATING.中止中,PENDING.等待中
319
319
 
@@ -27,7 +27,7 @@ class RoundDeployVo:
27
27
  }
28
28
 
29
29
  def __init__(self, deploys=None, round_id=None):
30
- """RoundDeployVo
30
+ r"""RoundDeployVo
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class RoundDeployVo:
50
50
 
51
51
  @property
52
52
  def deploys(self):
53
- """Gets the deploys of this RoundDeployVo.
53
+ r"""Gets the deploys of this RoundDeployVo.
54
54
 
55
55
  deploy
56
56
 
@@ -61,7 +61,7 @@ class RoundDeployVo:
61
61
 
62
62
  @deploys.setter
63
63
  def deploys(self, deploys):
64
- """Sets the deploys of this RoundDeployVo.
64
+ r"""Sets the deploys of this RoundDeployVo.
65
65
 
66
66
  deploy
67
67
 
@@ -72,7 +72,7 @@ class RoundDeployVo:
72
72
 
73
73
  @property
74
74
  def round_id(self):
75
- """Gets the round_id of this RoundDeployVo.
75
+ r"""Gets the round_id of this RoundDeployVo.
76
76
 
77
77
  轮数
78
78
 
@@ -83,7 +83,7 @@ class RoundDeployVo:
83
83
 
84
84
  @round_id.setter
85
85
  def round_id(self, round_id):
86
- """Sets the round_id of this RoundDeployVo.
86
+ r"""Sets the round_id of this RoundDeployVo.
87
87
 
88
88
  轮数
89
89
 
@@ -25,7 +25,7 @@ class ShowAgentDetailRequest:
25
25
  }
26
26
 
27
27
  def __init__(self, agent_id=None):
28
- """ShowAgentDetailRequest
28
+ r"""ShowAgentDetailRequest
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class ShowAgentDetailRequest:
42
42
 
43
43
  @property
44
44
  def agent_id(self):
45
- """Gets the agent_id of this ShowAgentDetailRequest.
45
+ r"""Gets the agent_id of this ShowAgentDetailRequest.
46
46
 
47
47
  可信节点ID
48
48
 
@@ -53,7 +53,7 @@ class ShowAgentDetailRequest:
53
53
 
54
54
  @agent_id.setter
55
55
  def agent_id(self, agent_id):
56
- """Sets the agent_id of this ShowAgentDetailRequest.
56
+ r"""Sets the agent_id of this ShowAgentDetailRequest.
57
57
 
58
58
  可信节点ID
59
59
 
@@ -34,7 +34,7 @@ class ShowAgentDetailResponse(SdkResponse):
34
34
  }
35
35
 
36
36
  def __init__(self, agent_deploy=None, agent_deploy_bcs=None, agent_deploy_detail=None, agent_deploy_nat=None, agent_deploy_node=None):
37
- """ShowAgentDetailResponse
37
+ r"""ShowAgentDetailResponse
38
38
 
39
39
  The model defined in huaweicloud sdk
40
40
 
@@ -72,7 +72,7 @@ class ShowAgentDetailResponse(SdkResponse):
72
72
 
73
73
  @property
74
74
  def agent_deploy(self):
75
- """Gets the agent_deploy of this ShowAgentDetailResponse.
75
+ r"""Gets the agent_deploy of this ShowAgentDetailResponse.
76
76
 
77
77
  :return: The agent_deploy of this ShowAgentDetailResponse.
78
78
  :rtype: :class:`huaweicloudsdktics.v1.TicsAgentDeploy`
@@ -81,7 +81,7 @@ class ShowAgentDetailResponse(SdkResponse):
81
81
 
82
82
  @agent_deploy.setter
83
83
  def agent_deploy(self, agent_deploy):
84
- """Sets the agent_deploy of this ShowAgentDetailResponse.
84
+ r"""Sets the agent_deploy of this ShowAgentDetailResponse.
85
85
 
86
86
  :param agent_deploy: The agent_deploy of this ShowAgentDetailResponse.
87
87
  :type agent_deploy: :class:`huaweicloudsdktics.v1.TicsAgentDeploy`
@@ -90,7 +90,7 @@ class ShowAgentDetailResponse(SdkResponse):
90
90
 
91
91
  @property
92
92
  def agent_deploy_bcs(self):
93
- """Gets the agent_deploy_bcs of this ShowAgentDetailResponse.
93
+ r"""Gets the agent_deploy_bcs of this ShowAgentDetailResponse.
94
94
 
95
95
  :return: The agent_deploy_bcs of this ShowAgentDetailResponse.
96
96
  :rtype: :class:`huaweicloudsdktics.v1.TicsAgentDeployBcs`
@@ -99,7 +99,7 @@ class ShowAgentDetailResponse(SdkResponse):
99
99
 
100
100
  @agent_deploy_bcs.setter
101
101
  def agent_deploy_bcs(self, agent_deploy_bcs):
102
- """Sets the agent_deploy_bcs of this ShowAgentDetailResponse.
102
+ r"""Sets the agent_deploy_bcs of this ShowAgentDetailResponse.
103
103
 
104
104
  :param agent_deploy_bcs: The agent_deploy_bcs of this ShowAgentDetailResponse.
105
105
  :type agent_deploy_bcs: :class:`huaweicloudsdktics.v1.TicsAgentDeployBcs`
@@ -108,7 +108,7 @@ class ShowAgentDetailResponse(SdkResponse):
108
108
 
109
109
  @property
110
110
  def agent_deploy_detail(self):
111
- """Gets the agent_deploy_detail of this ShowAgentDetailResponse.
111
+ r"""Gets the agent_deploy_detail of this ShowAgentDetailResponse.
112
112
 
113
113
  :return: The agent_deploy_detail of this ShowAgentDetailResponse.
114
114
  :rtype: :class:`huaweicloudsdktics.v1.TicsAgentDeployDetail`
@@ -117,7 +117,7 @@ class ShowAgentDetailResponse(SdkResponse):
117
117
 
118
118
  @agent_deploy_detail.setter
119
119
  def agent_deploy_detail(self, agent_deploy_detail):
120
- """Sets the agent_deploy_detail of this ShowAgentDetailResponse.
120
+ r"""Sets the agent_deploy_detail of this ShowAgentDetailResponse.
121
121
 
122
122
  :param agent_deploy_detail: The agent_deploy_detail of this ShowAgentDetailResponse.
123
123
  :type agent_deploy_detail: :class:`huaweicloudsdktics.v1.TicsAgentDeployDetail`
@@ -126,7 +126,7 @@ class ShowAgentDetailResponse(SdkResponse):
126
126
 
127
127
  @property
128
128
  def agent_deploy_nat(self):
129
- """Gets the agent_deploy_nat of this ShowAgentDetailResponse.
129
+ r"""Gets the agent_deploy_nat of this ShowAgentDetailResponse.
130
130
 
131
131
  :return: The agent_deploy_nat of this ShowAgentDetailResponse.
132
132
  :rtype: :class:`huaweicloudsdktics.v1.TicsAgentNatCommonInfo`
@@ -135,7 +135,7 @@ class ShowAgentDetailResponse(SdkResponse):
135
135
 
136
136
  @agent_deploy_nat.setter
137
137
  def agent_deploy_nat(self, agent_deploy_nat):
138
- """Sets the agent_deploy_nat of this ShowAgentDetailResponse.
138
+ r"""Sets the agent_deploy_nat of this ShowAgentDetailResponse.
139
139
 
140
140
  :param agent_deploy_nat: The agent_deploy_nat of this ShowAgentDetailResponse.
141
141
  :type agent_deploy_nat: :class:`huaweicloudsdktics.v1.TicsAgentNatCommonInfo`
@@ -144,7 +144,7 @@ class ShowAgentDetailResponse(SdkResponse):
144
144
 
145
145
  @property
146
146
  def agent_deploy_node(self):
147
- """Gets the agent_deploy_node of this ShowAgentDetailResponse.
147
+ r"""Gets the agent_deploy_node of this ShowAgentDetailResponse.
148
148
 
149
149
  :return: The agent_deploy_node of this ShowAgentDetailResponse.
150
150
  :rtype: :class:`huaweicloudsdktics.v1.TicsAgentNodeInfo`
@@ -153,7 +153,7 @@ class ShowAgentDetailResponse(SdkResponse):
153
153
 
154
154
  @agent_deploy_node.setter
155
155
  def agent_deploy_node(self, agent_deploy_node):
156
- """Sets the agent_deploy_node of this ShowAgentDetailResponse.
156
+ r"""Sets the agent_deploy_node of this ShowAgentDetailResponse.
157
157
 
158
158
  :param agent_deploy_node: The agent_deploy_node of this ShowAgentDetailResponse.
159
159
  :type agent_deploy_node: :class:`huaweicloudsdktics.v1.TicsAgentNodeInfo`
@@ -29,7 +29,7 @@ class ShowDatasetStatisticsRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, league_id=None, start_date=None, end_date=None):
32
- """ShowDatasetStatisticsRequest
32
+ r"""ShowDatasetStatisticsRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -56,7 +56,7 @@ class ShowDatasetStatisticsRequest:
56
56
 
57
57
  @property
58
58
  def league_id(self):
59
- """Gets the league_id of this ShowDatasetStatisticsRequest.
59
+ r"""Gets the league_id of this ShowDatasetStatisticsRequest.
60
60
 
61
61
  联盟id,最大32位,字母和数字组成
62
62
 
@@ -67,7 +67,7 @@ class ShowDatasetStatisticsRequest:
67
67
 
68
68
  @league_id.setter
69
69
  def league_id(self, league_id):
70
- """Sets the league_id of this ShowDatasetStatisticsRequest.
70
+ r"""Sets the league_id of this ShowDatasetStatisticsRequest.
71
71
 
72
72
  联盟id,最大32位,字母和数字组成
73
73
 
@@ -78,7 +78,7 @@ class ShowDatasetStatisticsRequest:
78
78
 
79
79
  @property
80
80
  def start_date(self):
81
- """Gets the start_date of this ShowDatasetStatisticsRequest.
81
+ r"""Gets the start_date of this ShowDatasetStatisticsRequest.
82
82
 
83
83
  开始日期
84
84
 
@@ -89,7 +89,7 @@ class ShowDatasetStatisticsRequest:
89
89
 
90
90
  @start_date.setter
91
91
  def start_date(self, start_date):
92
- """Sets the start_date of this ShowDatasetStatisticsRequest.
92
+ r"""Sets the start_date of this ShowDatasetStatisticsRequest.
93
93
 
94
94
  开始日期
95
95
 
@@ -100,7 +100,7 @@ class ShowDatasetStatisticsRequest:
100
100
 
101
101
  @property
102
102
  def end_date(self):
103
- """Gets the end_date of this ShowDatasetStatisticsRequest.
103
+ r"""Gets the end_date of this ShowDatasetStatisticsRequest.
104
104
 
105
105
  结束日期
106
106
 
@@ -111,7 +111,7 @@ class ShowDatasetStatisticsRequest:
111
111
 
112
112
  @end_date.setter
113
113
  def end_date(self, end_date):
114
- """Sets the end_date of this ShowDatasetStatisticsRequest.
114
+ r"""Sets the end_date of this ShowDatasetStatisticsRequest.
115
115
 
116
116
  结束日期
117
117
 
@@ -26,7 +26,7 @@ class ShowDatasetStatisticsResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, body=None):
29
- """ShowDatasetStatisticsResponse
29
+ r"""ShowDatasetStatisticsResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowDatasetStatisticsResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def body(self):
47
- """Gets the body of this ShowDatasetStatisticsResponse.
47
+ r"""Gets the body of this ShowDatasetStatisticsResponse.
48
48
 
49
49
  :return: The body of this ShowDatasetStatisticsResponse.
50
50
  :rtype: list[:class:`huaweicloudsdktics.v1.LeagueDatasetStatisticsVo`]
@@ -53,7 +53,7 @@ class ShowDatasetStatisticsResponse(SdkResponse):
53
53
 
54
54
  @body.setter
55
55
  def body(self, body):
56
- """Sets the body of this ShowDatasetStatisticsResponse.
56
+ r"""Sets the body of this ShowDatasetStatisticsResponse.
57
57
 
58
58
  :param body: The body of this ShowDatasetStatisticsResponse.
59
59
  :type body: list[:class:`huaweicloudsdktics.v1.LeagueDatasetStatisticsVo`]
@@ -27,7 +27,7 @@ class ShowInstanceReportRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, instance_id=None, league_id=None):
30
- """ShowInstanceReportRequest
30
+ r"""ShowInstanceReportRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ShowInstanceReportRequest:
48
48
 
49
49
  @property
50
50
  def instance_id(self):
51
- """Gets the instance_id of this ShowInstanceReportRequest.
51
+ r"""Gets the instance_id of this ShowInstanceReportRequest.
52
52
 
53
53
  实例id,最大32位,字母和数字组成
54
54
 
@@ -59,7 +59,7 @@ class ShowInstanceReportRequest:
59
59
 
60
60
  @instance_id.setter
61
61
  def instance_id(self, instance_id):
62
- """Sets the instance_id of this ShowInstanceReportRequest.
62
+ r"""Sets the instance_id of this ShowInstanceReportRequest.
63
63
 
64
64
  实例id,最大32位,字母和数字组成
65
65
 
@@ -70,7 +70,7 @@ class ShowInstanceReportRequest:
70
70
 
71
71
  @property
72
72
  def league_id(self):
73
- """Gets the league_id of this ShowInstanceReportRequest.
73
+ r"""Gets the league_id of this ShowInstanceReportRequest.
74
74
 
75
75
  联盟id,最大32位,字母和数字组成
76
76
 
@@ -81,7 +81,7 @@ class ShowInstanceReportRequest:
81
81
 
82
82
  @league_id.setter
83
83
  def league_id(self, league_id):
84
- """Sets the league_id of this ShowInstanceReportRequest.
84
+ r"""Sets the league_id of this ShowInstanceReportRequest.
85
85
 
86
86
  联盟id,最大32位,字母和数字组成
87
87
 
@@ -34,7 +34,7 @@ class ShowInstanceReportResponse(SdkResponse):
34
34
  }
35
35
 
36
36
  def __init__(self, job_report_base_info=None, job_report_env=None, job_report_output=None, job_report_partners=None, round_deploys=None):
37
- """ShowInstanceReportResponse
37
+ r"""ShowInstanceReportResponse
38
38
 
39
39
  The model defined in huaweicloud sdk
40
40
 
@@ -72,7 +72,7 @@ class ShowInstanceReportResponse(SdkResponse):
72
72
 
73
73
  @property
74
74
  def job_report_base_info(self):
75
- """Gets the job_report_base_info of this ShowInstanceReportResponse.
75
+ r"""Gets the job_report_base_info of this ShowInstanceReportResponse.
76
76
 
77
77
  :return: The job_report_base_info of this ShowInstanceReportResponse.
78
78
  :rtype: :class:`huaweicloudsdktics.v1.JobReportBaseInfoVo`
@@ -81,7 +81,7 @@ class ShowInstanceReportResponse(SdkResponse):
81
81
 
82
82
  @job_report_base_info.setter
83
83
  def job_report_base_info(self, job_report_base_info):
84
- """Sets the job_report_base_info of this ShowInstanceReportResponse.
84
+ r"""Sets the job_report_base_info of this ShowInstanceReportResponse.
85
85
 
86
86
  :param job_report_base_info: The job_report_base_info of this ShowInstanceReportResponse.
87
87
  :type job_report_base_info: :class:`huaweicloudsdktics.v1.JobReportBaseInfoVo`
@@ -90,7 +90,7 @@ class ShowInstanceReportResponse(SdkResponse):
90
90
 
91
91
  @property
92
92
  def job_report_env(self):
93
- """Gets the job_report_env of this ShowInstanceReportResponse.
93
+ r"""Gets the job_report_env of this ShowInstanceReportResponse.
94
94
 
95
95
  :return: The job_report_env of this ShowInstanceReportResponse.
96
96
  :rtype: :class:`huaweicloudsdktics.v1.JobReportEnvVo`
@@ -99,7 +99,7 @@ class ShowInstanceReportResponse(SdkResponse):
99
99
 
100
100
  @job_report_env.setter
101
101
  def job_report_env(self, job_report_env):
102
- """Sets the job_report_env of this ShowInstanceReportResponse.
102
+ r"""Sets the job_report_env of this ShowInstanceReportResponse.
103
103
 
104
104
  :param job_report_env: The job_report_env of this ShowInstanceReportResponse.
105
105
  :type job_report_env: :class:`huaweicloudsdktics.v1.JobReportEnvVo`
@@ -108,7 +108,7 @@ class ShowInstanceReportResponse(SdkResponse):
108
108
 
109
109
  @property
110
110
  def job_report_output(self):
111
- """Gets the job_report_output of this ShowInstanceReportResponse.
111
+ r"""Gets the job_report_output of this ShowInstanceReportResponse.
112
112
 
113
113
  :return: The job_report_output of this ShowInstanceReportResponse.
114
114
  :rtype: :class:`huaweicloudsdktics.v1.JobReportOutputVo`
@@ -117,7 +117,7 @@ class ShowInstanceReportResponse(SdkResponse):
117
117
 
118
118
  @job_report_output.setter
119
119
  def job_report_output(self, job_report_output):
120
- """Sets the job_report_output of this ShowInstanceReportResponse.
120
+ r"""Sets the job_report_output of this ShowInstanceReportResponse.
121
121
 
122
122
  :param job_report_output: The job_report_output of this ShowInstanceReportResponse.
123
123
  :type job_report_output: :class:`huaweicloudsdktics.v1.JobReportOutputVo`
@@ -126,7 +126,7 @@ class ShowInstanceReportResponse(SdkResponse):
126
126
 
127
127
  @property
128
128
  def job_report_partners(self):
129
- """Gets the job_report_partners of this ShowInstanceReportResponse.
129
+ r"""Gets the job_report_partners of this ShowInstanceReportResponse.
130
130
 
131
131
  合作方信息
132
132
 
@@ -137,7 +137,7 @@ class ShowInstanceReportResponse(SdkResponse):
137
137
 
138
138
  @job_report_partners.setter
139
139
  def job_report_partners(self, job_report_partners):
140
- """Sets the job_report_partners of this ShowInstanceReportResponse.
140
+ r"""Sets the job_report_partners of this ShowInstanceReportResponse.
141
141
 
142
142
  合作方信息
143
143
 
@@ -148,7 +148,7 @@ class ShowInstanceReportResponse(SdkResponse):
148
148
 
149
149
  @property
150
150
  def round_deploys(self):
151
- """Gets the round_deploys of this ShowInstanceReportResponse.
151
+ r"""Gets the round_deploys of this ShowInstanceReportResponse.
152
152
 
153
153
  计算过程
154
154
 
@@ -159,7 +159,7 @@ class ShowInstanceReportResponse(SdkResponse):
159
159
 
160
160
  @round_deploys.setter
161
161
  def round_deploys(self, round_deploys):
162
- """Sets the round_deploys of this ShowInstanceReportResponse.
162
+ r"""Sets the round_deploys of this ShowInstanceReportResponse.
163
163
 
164
164
  计算过程
165
165
 
@@ -29,7 +29,7 @@ class ShowJobInstanceDagRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, instance_id=None, league_id=None, round_id=None):
32
- """ShowJobInstanceDagRequest
32
+ r"""ShowJobInstanceDagRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class ShowJobInstanceDagRequest:
54
54
 
55
55
  @property
56
56
  def instance_id(self):
57
- """Gets the instance_id of this ShowJobInstanceDagRequest.
57
+ r"""Gets the instance_id of this ShowJobInstanceDagRequest.
58
58
 
59
59
  实例id,最大32位,字母和数字组成
60
60
 
@@ -65,7 +65,7 @@ class ShowJobInstanceDagRequest:
65
65
 
66
66
  @instance_id.setter
67
67
  def instance_id(self, instance_id):
68
- """Sets the instance_id of this ShowJobInstanceDagRequest.
68
+ r"""Sets the instance_id of this ShowJobInstanceDagRequest.
69
69
 
70
70
  实例id,最大32位,字母和数字组成
71
71
 
@@ -76,7 +76,7 @@ class ShowJobInstanceDagRequest:
76
76
 
77
77
  @property
78
78
  def league_id(self):
79
- """Gets the league_id of this ShowJobInstanceDagRequest.
79
+ r"""Gets the league_id of this ShowJobInstanceDagRequest.
80
80
 
81
81
  联盟id,最大32位,字母和数字组成
82
82
 
@@ -87,7 +87,7 @@ class ShowJobInstanceDagRequest:
87
87
 
88
88
  @league_id.setter
89
89
  def league_id(self, league_id):
90
- """Sets the league_id of this ShowJobInstanceDagRequest.
90
+ r"""Sets the league_id of this ShowJobInstanceDagRequest.
91
91
 
92
92
  联盟id,最大32位,字母和数字组成
93
93
 
@@ -98,7 +98,7 @@ class ShowJobInstanceDagRequest:
98
98
 
99
99
  @property
100
100
  def round_id(self):
101
- """Gets the round_id of this ShowJobInstanceDagRequest.
101
+ r"""Gets the round_id of this ShowJobInstanceDagRequest.
102
102
 
103
103
  轮数,最小值0最大值0x7fffffff
104
104
 
@@ -109,7 +109,7 @@ class ShowJobInstanceDagRequest:
109
109
 
110
110
  @round_id.setter
111
111
  def round_id(self, round_id):
112
- """Sets the round_id of this ShowJobInstanceDagRequest.
112
+ r"""Sets the round_id of this ShowJobInstanceDagRequest.
113
113
 
114
114
  轮数,最小值0最大值0x7fffffff
115
115
 
@@ -26,7 +26,7 @@ class ShowJobInstanceDagResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, body=None):
29
- """ShowJobInstanceDagResponse
29
+ r"""ShowJobInstanceDagResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class ShowJobInstanceDagResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def body(self):
47
- """Gets the body of this ShowJobInstanceDagResponse.
47
+ r"""Gets the body of this ShowJobInstanceDagResponse.
48
48
 
49
49
  :return: The body of this ShowJobInstanceDagResponse.
50
50
  :rtype: list[:class:`huaweicloudsdktics.v1.DeployVo`]
@@ -53,7 +53,7 @@ class ShowJobInstanceDagResponse(SdkResponse):
53
53
 
54
54
  @body.setter
55
55
  def body(self, body):
56
- """Sets the body of this ShowJobInstanceDagResponse.
56
+ r"""Sets the body of this ShowJobInstanceDagResponse.
57
57
 
58
58
  :param body: The body of this ShowJobInstanceDagResponse.
59
59
  :type body: list[:class:`huaweicloudsdktics.v1.DeployVo`]