huaweicloudsdktics 3.1.142__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.142.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.142.dist-info/RECORD +0 -78
  72. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.143.dist-info}/LICENSE +0 -0
  73. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.143.dist-info}/WHEEL +0 -0
  74. {huaweicloudsdktics-3.1.142.dist-info → huaweicloudsdktics-3.1.143.dist-info}/top_level.txt +0 -0
@@ -53,7 +53,7 @@ class AgentListVo:
53
53
  }
54
54
 
55
55
  def __init__(self, agent_id=None, agent_name=None, create_time=None, creator_domain_id=None, creator_user_name=None, deploy_status=None, deploy_type=None, deployment_event_information=None, enable_delete=None, enable_upgrade=None, image_version=None, is_high_avail=None, league_id=None, league_name=None, league_version=None):
56
- """AgentListVo
56
+ r"""AgentListVo
57
57
 
58
58
  The model defined in huaweicloud sdk
59
59
 
@@ -141,7 +141,7 @@ class AgentListVo:
141
141
 
142
142
  @property
143
143
  def agent_id(self):
144
- """Gets the agent_id of this AgentListVo.
144
+ r"""Gets the agent_id of this AgentListVo.
145
145
 
146
146
  可信节点id
147
147
 
@@ -152,7 +152,7 @@ class AgentListVo:
152
152
 
153
153
  @agent_id.setter
154
154
  def agent_id(self, agent_id):
155
- """Sets the agent_id of this AgentListVo.
155
+ r"""Sets the agent_id of this AgentListVo.
156
156
 
157
157
  可信节点id
158
158
 
@@ -163,7 +163,7 @@ class AgentListVo:
163
163
 
164
164
  @property
165
165
  def agent_name(self):
166
- """Gets the agent_name of this AgentListVo.
166
+ r"""Gets the agent_name of this AgentListVo.
167
167
 
168
168
  可信节点名称
169
169
 
@@ -174,7 +174,7 @@ class AgentListVo:
174
174
 
175
175
  @agent_name.setter
176
176
  def agent_name(self, agent_name):
177
- """Sets the agent_name of this AgentListVo.
177
+ r"""Sets the agent_name of this AgentListVo.
178
178
 
179
179
  可信节点名称
180
180
 
@@ -185,7 +185,7 @@ class AgentListVo:
185
185
 
186
186
  @property
187
187
  def create_time(self):
188
- """Gets the create_time of this AgentListVo.
188
+ r"""Gets the create_time of this AgentListVo.
189
189
 
190
190
  创建时间
191
191
 
@@ -196,7 +196,7 @@ class AgentListVo:
196
196
 
197
197
  @create_time.setter
198
198
  def create_time(self, create_time):
199
- """Sets the create_time of this AgentListVo.
199
+ r"""Sets the create_time of this AgentListVo.
200
200
 
201
201
  创建时间
202
202
 
@@ -207,7 +207,7 @@ class AgentListVo:
207
207
 
208
208
  @property
209
209
  def creator_domain_id(self):
210
- """Gets the creator_domain_id of this AgentListVo.
210
+ r"""Gets the creator_domain_id of this AgentListVo.
211
211
 
212
212
  创建者租户id
213
213
 
@@ -218,7 +218,7 @@ class AgentListVo:
218
218
 
219
219
  @creator_domain_id.setter
220
220
  def creator_domain_id(self, creator_domain_id):
221
- """Sets the creator_domain_id of this AgentListVo.
221
+ r"""Sets the creator_domain_id of this AgentListVo.
222
222
 
223
223
  创建者租户id
224
224
 
@@ -229,7 +229,7 @@ class AgentListVo:
229
229
 
230
230
  @property
231
231
  def creator_user_name(self):
232
- """Gets the creator_user_name of this AgentListVo.
232
+ r"""Gets the creator_user_name of this AgentListVo.
233
233
 
234
234
  创建者名称
235
235
 
@@ -240,7 +240,7 @@ class AgentListVo:
240
240
 
241
241
  @creator_user_name.setter
242
242
  def creator_user_name(self, creator_user_name):
243
- """Sets the creator_user_name of this AgentListVo.
243
+ r"""Sets the creator_user_name of this AgentListVo.
244
244
 
245
245
  创建者名称
246
246
 
@@ -251,7 +251,7 @@ class AgentListVo:
251
251
 
252
252
  @property
253
253
  def deploy_status(self):
254
- """Gets the deploy_status of this AgentListVo.
254
+ r"""Gets the deploy_status of this AgentListVo.
255
255
 
256
256
  部署状态 ABNORMAL.正常,RESTARTING.重启中,RESTART_FAILED.重启失败,ROLLBACKING.回滚中,STARTING.启动中,DEPLOYING.创建中,DEPLOY_FAILED.创建失败,DEPLOY_SUCCESS.创建成功,RUNNING.运行中,DELETING.删除中,DELETE_FAILED.删除失败,DELETE_SUCCESS.删除成功,UPGRADING.升级中,UPGRADE_FAILED.升级失败,ROLLBACK.回退中,ROLLBACK_FAILED.回退失败,SUCCESS.成功,FAILED.失败,TO_START.待开始,IN_PROGRESS.进行中
257
257
 
@@ -262,7 +262,7 @@ class AgentListVo:
262
262
 
263
263
  @deploy_status.setter
264
264
  def deploy_status(self, deploy_status):
265
- """Sets the deploy_status of this AgentListVo.
265
+ r"""Sets the deploy_status of this AgentListVo.
266
266
 
267
267
  部署状态 ABNORMAL.正常,RESTARTING.重启中,RESTART_FAILED.重启失败,ROLLBACKING.回滚中,STARTING.启动中,DEPLOYING.创建中,DEPLOY_FAILED.创建失败,DEPLOY_SUCCESS.创建成功,RUNNING.运行中,DELETING.删除中,DELETE_FAILED.删除失败,DELETE_SUCCESS.删除成功,UPGRADING.升级中,UPGRADE_FAILED.升级失败,ROLLBACK.回退中,ROLLBACK_FAILED.回退失败,SUCCESS.成功,FAILED.失败,TO_START.待开始,IN_PROGRESS.进行中
268
268
 
@@ -273,7 +273,7 @@ class AgentListVo:
273
273
 
274
274
  @property
275
275
  def deploy_type(self):
276
- """Gets the deploy_type of this AgentListVo.
276
+ r"""Gets the deploy_type of this AgentListVo.
277
277
 
278
278
  部署类型 CCE,IEF,EXTERNAL
279
279
 
@@ -284,7 +284,7 @@ class AgentListVo:
284
284
 
285
285
  @deploy_type.setter
286
286
  def deploy_type(self, deploy_type):
287
- """Sets the deploy_type of this AgentListVo.
287
+ r"""Sets the deploy_type of this AgentListVo.
288
288
 
289
289
  部署类型 CCE,IEF,EXTERNAL
290
290
 
@@ -295,7 +295,7 @@ class AgentListVo:
295
295
 
296
296
  @property
297
297
  def deployment_event_information(self):
298
- """Gets the deployment_event_information of this AgentListVo.
298
+ r"""Gets the deployment_event_information of this AgentListVo.
299
299
 
300
300
  部署事件状态
301
301
 
@@ -306,7 +306,7 @@ class AgentListVo:
306
306
 
307
307
  @deployment_event_information.setter
308
308
  def deployment_event_information(self, deployment_event_information):
309
- """Sets the deployment_event_information of this AgentListVo.
309
+ r"""Sets the deployment_event_information of this AgentListVo.
310
310
 
311
311
  部署事件状态
312
312
 
@@ -317,7 +317,7 @@ class AgentListVo:
317
317
 
318
318
  @property
319
319
  def enable_delete(self):
320
- """Gets the enable_delete of this AgentListVo.
320
+ r"""Gets the enable_delete of this AgentListVo.
321
321
 
322
322
  是否可删除
323
323
 
@@ -328,7 +328,7 @@ class AgentListVo:
328
328
 
329
329
  @enable_delete.setter
330
330
  def enable_delete(self, enable_delete):
331
- """Sets the enable_delete of this AgentListVo.
331
+ r"""Sets the enable_delete of this AgentListVo.
332
332
 
333
333
  是否可删除
334
334
 
@@ -339,7 +339,7 @@ class AgentListVo:
339
339
 
340
340
  @property
341
341
  def enable_upgrade(self):
342
- """Gets the enable_upgrade of this AgentListVo.
342
+ r"""Gets the enable_upgrade of this AgentListVo.
343
343
 
344
344
  是否可升级
345
345
 
@@ -350,7 +350,7 @@ class AgentListVo:
350
350
 
351
351
  @enable_upgrade.setter
352
352
  def enable_upgrade(self, enable_upgrade):
353
- """Sets the enable_upgrade of this AgentListVo.
353
+ r"""Sets the enable_upgrade of this AgentListVo.
354
354
 
355
355
  是否可升级
356
356
 
@@ -361,7 +361,7 @@ class AgentListVo:
361
361
 
362
362
  @property
363
363
  def image_version(self):
364
- """Gets the image_version of this AgentListVo.
364
+ r"""Gets the image_version of this AgentListVo.
365
365
 
366
366
  节点镜像版本
367
367
 
@@ -372,7 +372,7 @@ class AgentListVo:
372
372
 
373
373
  @image_version.setter
374
374
  def image_version(self, image_version):
375
- """Sets the image_version of this AgentListVo.
375
+ r"""Sets the image_version of this AgentListVo.
376
376
 
377
377
  节点镜像版本
378
378
 
@@ -383,7 +383,7 @@ class AgentListVo:
383
383
 
384
384
  @property
385
385
  def is_high_avail(self):
386
- """Gets the is_high_avail of this AgentListVo.
386
+ r"""Gets the is_high_avail of this AgentListVo.
387
387
 
388
388
  节点是否高可用
389
389
 
@@ -394,7 +394,7 @@ class AgentListVo:
394
394
 
395
395
  @is_high_avail.setter
396
396
  def is_high_avail(self, is_high_avail):
397
- """Sets the is_high_avail of this AgentListVo.
397
+ r"""Sets the is_high_avail of this AgentListVo.
398
398
 
399
399
  节点是否高可用
400
400
 
@@ -405,7 +405,7 @@ class AgentListVo:
405
405
 
406
406
  @property
407
407
  def league_id(self):
408
- """Gets the league_id of this AgentListVo.
408
+ r"""Gets the league_id of this AgentListVo.
409
409
 
410
410
  联盟ID
411
411
 
@@ -416,7 +416,7 @@ class AgentListVo:
416
416
 
417
417
  @league_id.setter
418
418
  def league_id(self, league_id):
419
- """Sets the league_id of this AgentListVo.
419
+ r"""Sets the league_id of this AgentListVo.
420
420
 
421
421
  联盟ID
422
422
 
@@ -427,7 +427,7 @@ class AgentListVo:
427
427
 
428
428
  @property
429
429
  def league_name(self):
430
- """Gets the league_name of this AgentListVo.
430
+ r"""Gets the league_name of this AgentListVo.
431
431
 
432
432
  联盟名称
433
433
 
@@ -438,7 +438,7 @@ class AgentListVo:
438
438
 
439
439
  @league_name.setter
440
440
  def league_name(self, league_name):
441
- """Sets the league_name of this AgentListVo.
441
+ r"""Sets the league_name of this AgentListVo.
442
442
 
443
443
  联盟名称
444
444
 
@@ -449,7 +449,7 @@ class AgentListVo:
449
449
 
450
450
  @property
451
451
  def league_version(self):
452
- """Gets the league_version of this AgentListVo.
452
+ r"""Gets the league_version of this AgentListVo.
453
453
 
454
454
  联盟版本
455
455
 
@@ -460,7 +460,7 @@ class AgentListVo:
460
460
 
461
461
  @league_version.setter
462
462
  def league_version(self, league_version):
463
- """Sets the league_version of this AgentListVo.
463
+ r"""Sets the league_version of this AgentListVo.
464
464
 
465
465
  联盟版本
466
466
 
@@ -33,7 +33,7 @@ class DeployVo:
33
33
  }
34
34
 
35
35
  def __init__(self, node_id=None, node_name=None, node_partner_alias=None, node_type=None, stages=None):
36
- """DeployVo
36
+ r"""DeployVo
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -68,7 +68,7 @@ class DeployVo:
68
68
 
69
69
  @property
70
70
  def node_id(self):
71
- """Gets the node_id of this DeployVo.
71
+ r"""Gets the node_id of this DeployVo.
72
72
 
73
73
  节点Id
74
74
 
@@ -79,7 +79,7 @@ class DeployVo:
79
79
 
80
80
  @node_id.setter
81
81
  def node_id(self, node_id):
82
- """Sets the node_id of this DeployVo.
82
+ r"""Sets the node_id of this DeployVo.
83
83
 
84
84
  节点Id
85
85
 
@@ -90,7 +90,7 @@ class DeployVo:
90
90
 
91
91
  @property
92
92
  def node_name(self):
93
- """Gets the node_name of this DeployVo.
93
+ r"""Gets the node_name of this DeployVo.
94
94
 
95
95
  节点名称
96
96
 
@@ -101,7 +101,7 @@ class DeployVo:
101
101
 
102
102
  @node_name.setter
103
103
  def node_name(self, node_name):
104
- """Sets the node_name of this DeployVo.
104
+ r"""Sets the node_name of this DeployVo.
105
105
 
106
106
  节点名称
107
107
 
@@ -112,7 +112,7 @@ class DeployVo:
112
112
 
113
113
  @property
114
114
  def node_partner_alias(self):
115
- """Gets the node_partner_alias of this DeployVo.
115
+ r"""Gets the node_partner_alias of this DeployVo.
116
116
 
117
117
  参与方别名
118
118
 
@@ -123,7 +123,7 @@ class DeployVo:
123
123
 
124
124
  @node_partner_alias.setter
125
125
  def node_partner_alias(self, node_partner_alias):
126
- """Sets the node_partner_alias of this DeployVo.
126
+ r"""Sets the node_partner_alias of this DeployVo.
127
127
 
128
128
  参与方别名
129
129
 
@@ -134,7 +134,7 @@ class DeployVo:
134
134
 
135
135
  @property
136
136
  def node_type(self):
137
- """Gets the node_type of this DeployVo.
137
+ r"""Gets the node_type of this DeployVo.
138
138
 
139
139
  节点类型,AGENT.计算节点,AGG.聚合节点,AGG_MANAGER.聚合器管理节点,SERVER.控制节点
140
140
 
@@ -145,7 +145,7 @@ class DeployVo:
145
145
 
146
146
  @node_type.setter
147
147
  def node_type(self, node_type):
148
- """Sets the node_type of this DeployVo.
148
+ r"""Sets the node_type of this DeployVo.
149
149
 
150
150
  节点类型,AGENT.计算节点,AGG.聚合节点,AGG_MANAGER.聚合器管理节点,SERVER.控制节点
151
151
 
@@ -156,7 +156,7 @@ class DeployVo:
156
156
 
157
157
  @property
158
158
  def stages(self):
159
- """Gets the stages of this DeployVo.
159
+ r"""Gets the stages of this DeployVo.
160
160
 
161
161
  执行阶段
162
162
 
@@ -167,7 +167,7 @@ class DeployVo:
167
167
 
168
168
  @stages.setter
169
169
  def stages(self, stages):
170
- """Sets the stages of this DeployVo.
170
+ r"""Sets the stages of this DeployVo.
171
171
 
172
172
  执行阶段
173
173
 
@@ -49,7 +49,7 @@ class FlJobListVo:
49
49
  }
50
50
 
51
51
  def __init__(self, algorithm_type=None, approval_status=None, create_time=None, creator_name=None, description=None, ext=None, hfl_platform_type=None, hfl_type=None, is_single_predict=None, job_id=None, job_name=None, job_type=None, learning_task_type=None):
52
- """FlJobListVo
52
+ r"""FlJobListVo
53
53
 
54
54
  The model defined in huaweicloud sdk
55
55
 
@@ -121,7 +121,7 @@ class FlJobListVo:
121
121
 
122
122
  @property
123
123
  def algorithm_type(self):
124
- """Gets the algorithm_type of this FlJobListVo.
124
+ r"""Gets the algorithm_type of this FlJobListVo.
125
125
 
126
126
  纵向联邦算法类型枚举,XG_BOOST.XGBoost,LIGHT_BGM.LightGBM,LOGISTIC_REGRESSION.逻辑回归,NEURAL_NETWORK.神经网络,FIBINET.FIBINET
127
127
 
@@ -132,7 +132,7 @@ class FlJobListVo:
132
132
 
133
133
  @algorithm_type.setter
134
134
  def algorithm_type(self, algorithm_type):
135
- """Sets the algorithm_type of this FlJobListVo.
135
+ r"""Sets the algorithm_type of this FlJobListVo.
136
136
 
137
137
  纵向联邦算法类型枚举,XG_BOOST.XGBoost,LIGHT_BGM.LightGBM,LOGISTIC_REGRESSION.逻辑回归,NEURAL_NETWORK.神经网络,FIBINET.FIBINET
138
138
 
@@ -143,7 +143,7 @@ class FlJobListVo:
143
143
 
144
144
  @property
145
145
  def approval_status(self):
146
- """Gets the approval_status of this FlJobListVo.
146
+ r"""Gets the approval_status of this FlJobListVo.
147
147
 
148
148
  fl作业审批状态,APPROVED.审批通过,APPROVING.审批中,NEW.新建,REJECTED.驳回,REVOKED.撤销
149
149
 
@@ -154,7 +154,7 @@ class FlJobListVo:
154
154
 
155
155
  @approval_status.setter
156
156
  def approval_status(self, approval_status):
157
- """Sets the approval_status of this FlJobListVo.
157
+ r"""Sets the approval_status of this FlJobListVo.
158
158
 
159
159
  fl作业审批状态,APPROVED.审批通过,APPROVING.审批中,NEW.新建,REJECTED.驳回,REVOKED.撤销
160
160
 
@@ -165,7 +165,7 @@ class FlJobListVo:
165
165
 
166
166
  @property
167
167
  def create_time(self):
168
- """Gets the create_time of this FlJobListVo.
168
+ r"""Gets the create_time of this FlJobListVo.
169
169
 
170
170
  创建时间
171
171
 
@@ -176,7 +176,7 @@ class FlJobListVo:
176
176
 
177
177
  @create_time.setter
178
178
  def create_time(self, create_time):
179
- """Sets the create_time of this FlJobListVo.
179
+ r"""Sets the create_time of this FlJobListVo.
180
180
 
181
181
  创建时间
182
182
 
@@ -187,7 +187,7 @@ class FlJobListVo:
187
187
 
188
188
  @property
189
189
  def creator_name(self):
190
- """Gets the creator_name of this FlJobListVo.
190
+ r"""Gets the creator_name of this FlJobListVo.
191
191
 
192
192
  创建人名称
193
193
 
@@ -198,7 +198,7 @@ class FlJobListVo:
198
198
 
199
199
  @creator_name.setter
200
200
  def creator_name(self, creator_name):
201
- """Sets the creator_name of this FlJobListVo.
201
+ r"""Sets the creator_name of this FlJobListVo.
202
202
 
203
203
  创建人名称
204
204
 
@@ -209,7 +209,7 @@ class FlJobListVo:
209
209
 
210
210
  @property
211
211
  def description(self):
212
- """Gets the description of this FlJobListVo.
212
+ r"""Gets the description of this FlJobListVo.
213
213
 
214
214
  作业描述
215
215
 
@@ -220,7 +220,7 @@ class FlJobListVo:
220
220
 
221
221
  @description.setter
222
222
  def description(self, description):
223
- """Sets the description of this FlJobListVo.
223
+ r"""Sets the description of this FlJobListVo.
224
224
 
225
225
  作业描述
226
226
 
@@ -231,7 +231,7 @@ class FlJobListVo:
231
231
 
232
232
  @property
233
233
  def ext(self):
234
- """Gets the ext of this FlJobListVo.
234
+ r"""Gets the ext of this FlJobListVo.
235
235
 
236
236
  参数等额外信息
237
237
 
@@ -242,7 +242,7 @@ class FlJobListVo:
242
242
 
243
243
  @ext.setter
244
244
  def ext(self, ext):
245
- """Sets the ext of this FlJobListVo.
245
+ r"""Sets the ext of this FlJobListVo.
246
246
 
247
247
  参数等额外信息
248
248
 
@@ -253,7 +253,7 @@ class FlJobListVo:
253
253
 
254
254
  @property
255
255
  def hfl_platform_type(self):
256
- """Gets the hfl_platform_type of this FlJobListVo.
256
+ r"""Gets the hfl_platform_type of this FlJobListVo.
257
257
 
258
258
  联邦学习运行平台枚举值,LOCAL.本地
259
259
 
@@ -264,7 +264,7 @@ class FlJobListVo:
264
264
 
265
265
  @hfl_platform_type.setter
266
266
  def hfl_platform_type(self, hfl_platform_type):
267
- """Sets the hfl_platform_type of this FlJobListVo.
267
+ r"""Sets the hfl_platform_type of this FlJobListVo.
268
268
 
269
269
  联邦学习运行平台枚举值,LOCAL.本地
270
270
 
@@ -275,7 +275,7 @@ class FlJobListVo:
275
275
 
276
276
  @property
277
277
  def hfl_type(self):
278
- """Gets the hfl_type of this FlJobListVo.
278
+ r"""Gets the hfl_type of this FlJobListVo.
279
279
 
280
280
  fl作业类型枚举,TRAIN.训练,EVALUATE.评估
281
281
 
@@ -286,7 +286,7 @@ class FlJobListVo:
286
286
 
287
287
  @hfl_type.setter
288
288
  def hfl_type(self, hfl_type):
289
- """Sets the hfl_type of this FlJobListVo.
289
+ r"""Sets the hfl_type of this FlJobListVo.
290
290
 
291
291
  fl作业类型枚举,TRAIN.训练,EVALUATE.评估
292
292
 
@@ -297,7 +297,7 @@ class FlJobListVo:
297
297
 
298
298
  @property
299
299
  def is_single_predict(self):
300
- """Gets the is_single_predict of this FlJobListVo.
300
+ r"""Gets the is_single_predict of this FlJobListVo.
301
301
 
302
302
  单方还是双方预测
303
303
 
@@ -308,7 +308,7 @@ class FlJobListVo:
308
308
 
309
309
  @is_single_predict.setter
310
310
  def is_single_predict(self, is_single_predict):
311
- """Sets the is_single_predict of this FlJobListVo.
311
+ r"""Sets the is_single_predict of this FlJobListVo.
312
312
 
313
313
  单方还是双方预测
314
314
 
@@ -319,7 +319,7 @@ class FlJobListVo:
319
319
 
320
320
  @property
321
321
  def job_id(self):
322
- """Gets the job_id of this FlJobListVo.
322
+ r"""Gets the job_id of this FlJobListVo.
323
323
 
324
324
  作业id
325
325
 
@@ -330,7 +330,7 @@ class FlJobListVo:
330
330
 
331
331
  @job_id.setter
332
332
  def job_id(self, job_id):
333
- """Sets the job_id of this FlJobListVo.
333
+ r"""Sets the job_id of this FlJobListVo.
334
334
 
335
335
  作业id
336
336
 
@@ -341,7 +341,7 @@ class FlJobListVo:
341
341
 
342
342
  @property
343
343
  def job_name(self):
344
- """Gets the job_name of this FlJobListVo.
344
+ r"""Gets the job_name of this FlJobListVo.
345
345
 
346
346
  作业名称
347
347
 
@@ -352,7 +352,7 @@ class FlJobListVo:
352
352
 
353
353
  @job_name.setter
354
354
  def job_name(self, job_name):
355
- """Sets the job_name of this FlJobListVo.
355
+ r"""Sets the job_name of this FlJobListVo.
356
356
 
357
357
  作业名称
358
358
 
@@ -363,7 +363,7 @@ class FlJobListVo:
363
363
 
364
364
  @property
365
365
  def job_type(self):
366
- """Gets the job_type of this FlJobListVo.
366
+ r"""Gets the job_type of this FlJobListVo.
367
367
 
368
368
  作业类型,SQL.联合SQL分析,HFL.横向联邦学习,VFL.纵向联邦学习,PREDICT.预测,DATA_EXCHANGE.数据交换
369
369
 
@@ -374,7 +374,7 @@ class FlJobListVo:
374
374
 
375
375
  @job_type.setter
376
376
  def job_type(self, job_type):
377
- """Sets the job_type of this FlJobListVo.
377
+ r"""Sets the job_type of this FlJobListVo.
378
378
 
379
379
  作业类型,SQL.联合SQL分析,HFL.横向联邦学习,VFL.纵向联邦学习,PREDICT.预测,DATA_EXCHANGE.数据交换
380
380
 
@@ -385,7 +385,7 @@ class FlJobListVo:
385
385
 
386
386
  @property
387
387
  def learning_task_type(self):
388
- """Gets the learning_task_type of this FlJobListVo.
388
+ r"""Gets the learning_task_type of this FlJobListVo.
389
389
 
390
390
  纵向联邦任务类型,CLASSIFICATION.分类,REGRESSION.拟合
391
391
 
@@ -396,7 +396,7 @@ class FlJobListVo:
396
396
 
397
397
  @learning_task_type.setter
398
398
  def learning_task_type(self, learning_task_type):
399
- """Sets the learning_task_type of this FlJobListVo.
399
+ r"""Sets the learning_task_type of this FlJobListVo.
400
400
 
401
401
  纵向联邦任务类型,CLASSIFICATION.分类,REGRESSION.拟合
402
402