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
@@ -51,7 +51,7 @@ class TicsApproveLogVo:
51
51
  }
52
52
 
53
53
  def __init__(self, create_time=None, creator_id=None, creator_name=None, domain_alias=None, domain_name=None, league=None, league_id=None, league_name=None, partner_id=None, partner_status=None, partners=None, update_id=None, update_name=None, update_time=None):
54
- """TicsApproveLogVo
54
+ r"""TicsApproveLogVo
55
55
 
56
56
  The model defined in huaweicloud sdk
57
57
 
@@ -134,7 +134,7 @@ class TicsApproveLogVo:
134
134
 
135
135
  @property
136
136
  def create_time(self):
137
- """Gets the create_time of this TicsApproveLogVo.
137
+ r"""Gets the create_time of this TicsApproveLogVo.
138
138
 
139
139
  创建时间
140
140
 
@@ -145,7 +145,7 @@ class TicsApproveLogVo:
145
145
 
146
146
  @create_time.setter
147
147
  def create_time(self, create_time):
148
- """Sets the create_time of this TicsApproveLogVo.
148
+ r"""Sets the create_time of this TicsApproveLogVo.
149
149
 
150
150
  创建时间
151
151
 
@@ -156,7 +156,7 @@ class TicsApproveLogVo:
156
156
 
157
157
  @property
158
158
  def creator_id(self):
159
- """Gets the creator_id of this TicsApproveLogVo.
159
+ r"""Gets the creator_id of this TicsApproveLogVo.
160
160
 
161
161
  创建者Id
162
162
 
@@ -167,7 +167,7 @@ class TicsApproveLogVo:
167
167
 
168
168
  @creator_id.setter
169
169
  def creator_id(self, creator_id):
170
- """Sets the creator_id of this TicsApproveLogVo.
170
+ r"""Sets the creator_id of this TicsApproveLogVo.
171
171
 
172
172
  创建者Id
173
173
 
@@ -178,7 +178,7 @@ class TicsApproveLogVo:
178
178
 
179
179
  @property
180
180
  def creator_name(self):
181
- """Gets the creator_name of this TicsApproveLogVo.
181
+ r"""Gets the creator_name of this TicsApproveLogVo.
182
182
 
183
183
  创建者名称
184
184
 
@@ -189,7 +189,7 @@ class TicsApproveLogVo:
189
189
 
190
190
  @creator_name.setter
191
191
  def creator_name(self, creator_name):
192
- """Sets the creator_name of this TicsApproveLogVo.
192
+ r"""Sets the creator_name of this TicsApproveLogVo.
193
193
 
194
194
  创建者名称
195
195
 
@@ -200,7 +200,7 @@ class TicsApproveLogVo:
200
200
 
201
201
  @property
202
202
  def domain_alias(self):
203
- """Gets the domain_alias of this TicsApproveLogVo.
203
+ r"""Gets the domain_alias of this TicsApproveLogVo.
204
204
 
205
205
  租户别名
206
206
 
@@ -211,7 +211,7 @@ class TicsApproveLogVo:
211
211
 
212
212
  @domain_alias.setter
213
213
  def domain_alias(self, domain_alias):
214
- """Sets the domain_alias of this TicsApproveLogVo.
214
+ r"""Sets the domain_alias of this TicsApproveLogVo.
215
215
 
216
216
  租户别名
217
217
 
@@ -222,7 +222,7 @@ class TicsApproveLogVo:
222
222
 
223
223
  @property
224
224
  def domain_name(self):
225
- """Gets the domain_name of this TicsApproveLogVo.
225
+ r"""Gets the domain_name of this TicsApproveLogVo.
226
226
 
227
227
  租户名称
228
228
 
@@ -233,7 +233,7 @@ class TicsApproveLogVo:
233
233
 
234
234
  @domain_name.setter
235
235
  def domain_name(self, domain_name):
236
- """Sets the domain_name of this TicsApproveLogVo.
236
+ r"""Sets the domain_name of this TicsApproveLogVo.
237
237
 
238
238
  租户名称
239
239
 
@@ -244,7 +244,7 @@ class TicsApproveLogVo:
244
244
 
245
245
  @property
246
246
  def league(self):
247
- """Gets the league of this TicsApproveLogVo.
247
+ r"""Gets the league of this TicsApproveLogVo.
248
248
 
249
249
  :return: The league of this TicsApproveLogVo.
250
250
  :rtype: :class:`huaweicloudsdktics.v1.TicsLeagueNoticeVo`
@@ -253,7 +253,7 @@ class TicsApproveLogVo:
253
253
 
254
254
  @league.setter
255
255
  def league(self, league):
256
- """Sets the league of this TicsApproveLogVo.
256
+ r"""Sets the league of this TicsApproveLogVo.
257
257
 
258
258
  :param league: The league of this TicsApproveLogVo.
259
259
  :type league: :class:`huaweicloudsdktics.v1.TicsLeagueNoticeVo`
@@ -262,7 +262,7 @@ class TicsApproveLogVo:
262
262
 
263
263
  @property
264
264
  def league_id(self):
265
- """Gets the league_id of this TicsApproveLogVo.
265
+ r"""Gets the league_id of this TicsApproveLogVo.
266
266
 
267
267
  联盟Id
268
268
 
@@ -273,7 +273,7 @@ class TicsApproveLogVo:
273
273
 
274
274
  @league_id.setter
275
275
  def league_id(self, league_id):
276
- """Sets the league_id of this TicsApproveLogVo.
276
+ r"""Sets the league_id of this TicsApproveLogVo.
277
277
 
278
278
  联盟Id
279
279
 
@@ -284,7 +284,7 @@ class TicsApproveLogVo:
284
284
 
285
285
  @property
286
286
  def league_name(self):
287
- """Gets the league_name of this TicsApproveLogVo.
287
+ r"""Gets the league_name of this TicsApproveLogVo.
288
288
 
289
289
  联盟名称
290
290
 
@@ -295,7 +295,7 @@ class TicsApproveLogVo:
295
295
 
296
296
  @league_name.setter
297
297
  def league_name(self, league_name):
298
- """Sets the league_name of this TicsApproveLogVo.
298
+ r"""Sets the league_name of this TicsApproveLogVo.
299
299
 
300
300
  联盟名称
301
301
 
@@ -306,7 +306,7 @@ class TicsApproveLogVo:
306
306
 
307
307
  @property
308
308
  def partner_id(self):
309
- """Gets the partner_id of this TicsApproveLogVo.
309
+ r"""Gets the partner_id of this TicsApproveLogVo.
310
310
 
311
311
  联盟参与方Id
312
312
 
@@ -317,7 +317,7 @@ class TicsApproveLogVo:
317
317
 
318
318
  @partner_id.setter
319
319
  def partner_id(self, partner_id):
320
- """Sets the partner_id of this TicsApproveLogVo.
320
+ r"""Sets the partner_id of this TicsApproveLogVo.
321
321
 
322
322
  联盟参与方Id
323
323
 
@@ -328,7 +328,7 @@ class TicsApproveLogVo:
328
328
 
329
329
  @property
330
330
  def partner_status(self):
331
- """Gets the partner_status of this TicsApproveLogVo.
331
+ r"""Gets the partner_status of this TicsApproveLogVo.
332
332
 
333
333
  联盟参与方状态,JOINED.已加入,JOIN_PENDING_APPROVAL.待审核,JOIN_REJECTED.拒绝加入,QUIT.已退出
334
334
 
@@ -339,7 +339,7 @@ class TicsApproveLogVo:
339
339
 
340
340
  @partner_status.setter
341
341
  def partner_status(self, partner_status):
342
- """Sets the partner_status of this TicsApproveLogVo.
342
+ r"""Sets the partner_status of this TicsApproveLogVo.
343
343
 
344
344
  联盟参与方状态,JOINED.已加入,JOIN_PENDING_APPROVAL.待审核,JOIN_REJECTED.拒绝加入,QUIT.已退出
345
345
 
@@ -350,7 +350,7 @@ class TicsApproveLogVo:
350
350
 
351
351
  @property
352
352
  def partners(self):
353
- """Gets the partners of this TicsApproveLogVo.
353
+ r"""Gets the partners of this TicsApproveLogVo.
354
354
 
355
355
  :return: The partners of this TicsApproveLogVo.
356
356
  :rtype: list[:class:`huaweicloudsdktics.v1.TicsLeaguePartnerVo`]
@@ -359,7 +359,7 @@ class TicsApproveLogVo:
359
359
 
360
360
  @partners.setter
361
361
  def partners(self, partners):
362
- """Sets the partners of this TicsApproveLogVo.
362
+ r"""Sets the partners of this TicsApproveLogVo.
363
363
 
364
364
  :param partners: The partners of this TicsApproveLogVo.
365
365
  :type partners: list[:class:`huaweicloudsdktics.v1.TicsLeaguePartnerVo`]
@@ -368,7 +368,7 @@ class TicsApproveLogVo:
368
368
 
369
369
  @property
370
370
  def update_id(self):
371
- """Gets the update_id of this TicsApproveLogVo.
371
+ r"""Gets the update_id of this TicsApproveLogVo.
372
372
 
373
373
  更新者Id
374
374
 
@@ -379,7 +379,7 @@ class TicsApproveLogVo:
379
379
 
380
380
  @update_id.setter
381
381
  def update_id(self, update_id):
382
- """Sets the update_id of this TicsApproveLogVo.
382
+ r"""Sets the update_id of this TicsApproveLogVo.
383
383
 
384
384
  更新者Id
385
385
 
@@ -390,7 +390,7 @@ class TicsApproveLogVo:
390
390
 
391
391
  @property
392
392
  def update_name(self):
393
- """Gets the update_name of this TicsApproveLogVo.
393
+ r"""Gets the update_name of this TicsApproveLogVo.
394
394
 
395
395
  更新者名称
396
396
 
@@ -401,7 +401,7 @@ class TicsApproveLogVo:
401
401
 
402
402
  @update_name.setter
403
403
  def update_name(self, update_name):
404
- """Sets the update_name of this TicsApproveLogVo.
404
+ r"""Sets the update_name of this TicsApproveLogVo.
405
405
 
406
406
  更新者名称
407
407
 
@@ -412,7 +412,7 @@ class TicsApproveLogVo:
412
412
 
413
413
  @property
414
414
  def update_time(self):
415
- """Gets the update_time of this TicsApproveLogVo.
415
+ r"""Gets the update_time of this TicsApproveLogVo.
416
416
 
417
417
  更新时间
418
418
 
@@ -423,7 +423,7 @@ class TicsApproveLogVo:
423
423
 
424
424
  @update_time.setter
425
425
  def update_time(self, update_time):
426
- """Sets the update_time of this TicsApproveLogVo.
426
+ r"""Sets the update_time of this TicsApproveLogVo.
427
427
 
428
428
  更新时间
429
429
 
@@ -45,7 +45,7 @@ class TicsDatasetColumn:
45
45
  }
46
46
 
47
47
  def __init__(self, column_name=None, comments=None, data_id=None, data_type=None, fl_label_type=None, is_discrete=None, length=None, privacy_policy=None, privacy_policy_ext=None, sacle=None, sql_col_privacy_type=None):
48
- """TicsDatasetColumn
48
+ r"""TicsDatasetColumn
49
49
 
50
50
  The model defined in huaweicloud sdk
51
51
 
@@ -113,7 +113,7 @@ class TicsDatasetColumn:
113
113
 
114
114
  @property
115
115
  def column_name(self):
116
- """Gets the column_name of this TicsDatasetColumn.
116
+ r"""Gets the column_name of this TicsDatasetColumn.
117
117
 
118
118
  字段名称
119
119
 
@@ -124,7 +124,7 @@ class TicsDatasetColumn:
124
124
 
125
125
  @column_name.setter
126
126
  def column_name(self, column_name):
127
- """Sets the column_name of this TicsDatasetColumn.
127
+ r"""Sets the column_name of this TicsDatasetColumn.
128
128
 
129
129
  字段名称
130
130
 
@@ -135,7 +135,7 @@ class TicsDatasetColumn:
135
135
 
136
136
  @property
137
137
  def comments(self):
138
- """Gets the comments of this TicsDatasetColumn.
138
+ r"""Gets the comments of this TicsDatasetColumn.
139
139
 
140
140
  备注信息
141
141
 
@@ -146,7 +146,7 @@ class TicsDatasetColumn:
146
146
 
147
147
  @comments.setter
148
148
  def comments(self, comments):
149
- """Sets the comments of this TicsDatasetColumn.
149
+ r"""Sets the comments of this TicsDatasetColumn.
150
150
 
151
151
  备注信息
152
152
 
@@ -157,7 +157,7 @@ class TicsDatasetColumn:
157
157
 
158
158
  @property
159
159
  def data_id(self):
160
- """Gets the data_id of this TicsDatasetColumn.
160
+ r"""Gets the data_id of this TicsDatasetColumn.
161
161
 
162
162
  数据集id
163
163
 
@@ -168,7 +168,7 @@ class TicsDatasetColumn:
168
168
 
169
169
  @data_id.setter
170
170
  def data_id(self, data_id):
171
- """Sets the data_id of this TicsDatasetColumn.
171
+ r"""Sets the data_id of this TicsDatasetColumn.
172
172
 
173
173
  数据集id
174
174
 
@@ -179,7 +179,7 @@ class TicsDatasetColumn:
179
179
 
180
180
  @property
181
181
  def data_type(self):
182
- """Gets the data_type of this TicsDatasetColumn.
182
+ r"""Gets the data_type of this TicsDatasetColumn.
183
183
 
184
184
  字段类型
185
185
 
@@ -190,7 +190,7 @@ class TicsDatasetColumn:
190
190
 
191
191
  @data_type.setter
192
192
  def data_type(self, data_type):
193
- """Sets the data_type of this TicsDatasetColumn.
193
+ r"""Sets the data_type of this TicsDatasetColumn.
194
194
 
195
195
  字段类型
196
196
 
@@ -201,7 +201,7 @@ class TicsDatasetColumn:
201
201
 
202
202
  @property
203
203
  def fl_label_type(self):
204
- """Gets the fl_label_type of this TicsDatasetColumn.
204
+ r"""Gets the fl_label_type of this TicsDatasetColumn.
205
205
 
206
206
  学习数据集标签类型,UNIQUE_ID.唯一标识,FEATURE.特征,LABEL.标签,FILTER.过滤字段
207
207
 
@@ -212,7 +212,7 @@ class TicsDatasetColumn:
212
212
 
213
213
  @fl_label_type.setter
214
214
  def fl_label_type(self, fl_label_type):
215
- """Sets the fl_label_type of this TicsDatasetColumn.
215
+ r"""Sets the fl_label_type of this TicsDatasetColumn.
216
216
 
217
217
  学习数据集标签类型,UNIQUE_ID.唯一标识,FEATURE.特征,LABEL.标签,FILTER.过滤字段
218
218
 
@@ -223,7 +223,7 @@ class TicsDatasetColumn:
223
223
 
224
224
  @property
225
225
  def is_discrete(self):
226
- """Gets the is_discrete of this TicsDatasetColumn.
226
+ r"""Gets the is_discrete of this TicsDatasetColumn.
227
227
 
228
228
  是否离散
229
229
 
@@ -234,7 +234,7 @@ class TicsDatasetColumn:
234
234
 
235
235
  @is_discrete.setter
236
236
  def is_discrete(self, is_discrete):
237
- """Sets the is_discrete of this TicsDatasetColumn.
237
+ r"""Sets the is_discrete of this TicsDatasetColumn.
238
238
 
239
239
  是否离散
240
240
 
@@ -245,7 +245,7 @@ class TicsDatasetColumn:
245
245
 
246
246
  @property
247
247
  def length(self):
248
- """Gets the length of this TicsDatasetColumn.
248
+ r"""Gets the length of this TicsDatasetColumn.
249
249
 
250
250
  长度
251
251
 
@@ -256,7 +256,7 @@ class TicsDatasetColumn:
256
256
 
257
257
  @length.setter
258
258
  def length(self, length):
259
- """Sets the length of this TicsDatasetColumn.
259
+ r"""Sets the length of this TicsDatasetColumn.
260
260
 
261
261
  长度
262
262
 
@@ -267,7 +267,7 @@ class TicsDatasetColumn:
267
267
 
268
268
  @property
269
269
  def privacy_policy(self):
270
- """Gets the privacy_policy of this TicsDatasetColumn.
270
+ r"""Gets the privacy_policy of this TicsDatasetColumn.
271
271
 
272
272
  隐私策略,HASH.哈希处理,MASK.掩码,NONE.不处理
273
273
 
@@ -278,7 +278,7 @@ class TicsDatasetColumn:
278
278
 
279
279
  @privacy_policy.setter
280
280
  def privacy_policy(self, privacy_policy):
281
- """Sets the privacy_policy of this TicsDatasetColumn.
281
+ r"""Sets the privacy_policy of this TicsDatasetColumn.
282
282
 
283
283
  隐私策略,HASH.哈希处理,MASK.掩码,NONE.不处理
284
284
 
@@ -289,7 +289,7 @@ class TicsDatasetColumn:
289
289
 
290
290
  @property
291
291
  def privacy_policy_ext(self):
292
- """Gets the privacy_policy_ext of this TicsDatasetColumn.
292
+ r"""Gets the privacy_policy_ext of this TicsDatasetColumn.
293
293
 
294
294
  隐私策略描述
295
295
 
@@ -300,7 +300,7 @@ class TicsDatasetColumn:
300
300
 
301
301
  @privacy_policy_ext.setter
302
302
  def privacy_policy_ext(self, privacy_policy_ext):
303
- """Sets the privacy_policy_ext of this TicsDatasetColumn.
303
+ r"""Sets the privacy_policy_ext of this TicsDatasetColumn.
304
304
 
305
305
  隐私策略描述
306
306
 
@@ -311,7 +311,7 @@ class TicsDatasetColumn:
311
311
 
312
312
  @property
313
313
  def sacle(self):
314
- """Gets the sacle of this TicsDatasetColumn.
314
+ r"""Gets the sacle of this TicsDatasetColumn.
315
315
 
316
316
  精度
317
317
 
@@ -322,7 +322,7 @@ class TicsDatasetColumn:
322
322
 
323
323
  @sacle.setter
324
324
  def sacle(self, sacle):
325
- """Sets the sacle of this TicsDatasetColumn.
325
+ r"""Sets the sacle of this TicsDatasetColumn.
326
326
 
327
327
  精度
328
328
 
@@ -333,7 +333,7 @@ class TicsDatasetColumn:
333
333
 
334
334
  @property
335
335
  def sql_col_privacy_type(self):
336
- """Gets the sql_col_privacy_type of this TicsDatasetColumn.
336
+ r"""Gets the sql_col_privacy_type of this TicsDatasetColumn.
337
337
 
338
338
  分析数据集字段隐私类别,NON_SENSITIVE.非敏感,SENSITIVE.敏感,UNIQUE_ID.唯一主键
339
339
 
@@ -344,7 +344,7 @@ class TicsDatasetColumn:
344
344
 
345
345
  @sql_col_privacy_type.setter
346
346
  def sql_col_privacy_type(self, sql_col_privacy_type):
347
- """Sets the sql_col_privacy_type of this TicsDatasetColumn.
347
+ r"""Sets the sql_col_privacy_type of this TicsDatasetColumn.
348
348
 
349
349
  分析数据集字段隐私类别,NON_SENSITIVE.非敏感,SENSITIVE.敏感,UNIQUE_ID.唯一主键
350
350
 
@@ -45,7 +45,7 @@ class TicsJobInstanceVo:
45
45
  }
46
46
 
47
47
  def __init__(self, end_time=None, ext=None, id=None, is_single_predict=None, job_instance_type=None, job_name=None, job_partner=None, result_ext=None, round_id=None, start_time=None, status=None):
48
- """TicsJobInstanceVo
48
+ r"""TicsJobInstanceVo
49
49
 
50
50
  The model defined in huaweicloud sdk
51
51
 
@@ -109,7 +109,7 @@ class TicsJobInstanceVo:
109
109
 
110
110
  @property
111
111
  def end_time(self):
112
- """Gets the end_time of this TicsJobInstanceVo.
112
+ r"""Gets the end_time of this TicsJobInstanceVo.
113
113
 
114
114
  结束时间
115
115
 
@@ -120,7 +120,7 @@ class TicsJobInstanceVo:
120
120
 
121
121
  @end_time.setter
122
122
  def end_time(self, end_time):
123
- """Sets the end_time of this TicsJobInstanceVo.
123
+ r"""Sets the end_time of this TicsJobInstanceVo.
124
124
 
125
125
  结束时间
126
126
 
@@ -131,7 +131,7 @@ class TicsJobInstanceVo:
131
131
 
132
132
  @property
133
133
  def ext(self):
134
- """Gets the ext of this TicsJobInstanceVo.
134
+ r"""Gets the ext of this TicsJobInstanceVo.
135
135
 
136
136
  参数等额外信息
137
137
 
@@ -142,7 +142,7 @@ class TicsJobInstanceVo:
142
142
 
143
143
  @ext.setter
144
144
  def ext(self, ext):
145
- """Sets the ext of this TicsJobInstanceVo.
145
+ r"""Sets the ext of this TicsJobInstanceVo.
146
146
 
147
147
  参数等额外信息
148
148
 
@@ -153,7 +153,7 @@ class TicsJobInstanceVo:
153
153
 
154
154
  @property
155
155
  def id(self):
156
- """Gets the id of this TicsJobInstanceVo.
156
+ r"""Gets the id of this TicsJobInstanceVo.
157
157
 
158
158
  实例id
159
159
 
@@ -164,7 +164,7 @@ class TicsJobInstanceVo:
164
164
 
165
165
  @id.setter
166
166
  def id(self, id):
167
- """Sets the id of this TicsJobInstanceVo.
167
+ r"""Sets the id of this TicsJobInstanceVo.
168
168
 
169
169
  实例id
170
170
 
@@ -175,7 +175,7 @@ class TicsJobInstanceVo:
175
175
 
176
176
  @property
177
177
  def is_single_predict(self):
178
- """Gets the is_single_predict of this TicsJobInstanceVo.
178
+ r"""Gets the is_single_predict of this TicsJobInstanceVo.
179
179
 
180
180
  单方还是双方预测
181
181
 
@@ -186,7 +186,7 @@ class TicsJobInstanceVo:
186
186
 
187
187
  @is_single_predict.setter
188
188
  def is_single_predict(self, is_single_predict):
189
- """Sets the is_single_predict of this TicsJobInstanceVo.
189
+ r"""Sets the is_single_predict of this TicsJobInstanceVo.
190
190
 
191
191
  单方还是双方预测
192
192
 
@@ -197,7 +197,7 @@ class TicsJobInstanceVo:
197
197
 
198
198
  @property
199
199
  def job_instance_type(self):
200
- """Gets the job_instance_type of this TicsJobInstanceVo.
200
+ r"""Gets the job_instance_type of this TicsJobInstanceVo.
201
201
 
202
202
  作业类型,HFL.横向联邦,SQL.联邦分析,VFL_EVALUATE.联邦评估,VFL_FEATURE_SELECTION.特征选择,VFL_ID_TRUNCATION.Id截断,VFL_PREDICT.联邦预测,VFL_SAMPLE_ALIGNMENT.样本对齐,VFL_TRAIN.联邦训练
203
203
 
@@ -208,7 +208,7 @@ class TicsJobInstanceVo:
208
208
 
209
209
  @job_instance_type.setter
210
210
  def job_instance_type(self, job_instance_type):
211
- """Sets the job_instance_type of this TicsJobInstanceVo.
211
+ r"""Sets the job_instance_type of this TicsJobInstanceVo.
212
212
 
213
213
  作业类型,HFL.横向联邦,SQL.联邦分析,VFL_EVALUATE.联邦评估,VFL_FEATURE_SELECTION.特征选择,VFL_ID_TRUNCATION.Id截断,VFL_PREDICT.联邦预测,VFL_SAMPLE_ALIGNMENT.样本对齐,VFL_TRAIN.联邦训练
214
214
 
@@ -219,7 +219,7 @@ class TicsJobInstanceVo:
219
219
 
220
220
  @property
221
221
  def job_name(self):
222
- """Gets the job_name of this TicsJobInstanceVo.
222
+ r"""Gets the job_name of this TicsJobInstanceVo.
223
223
 
224
224
  作业名称
225
225
 
@@ -230,7 +230,7 @@ class TicsJobInstanceVo:
230
230
 
231
231
  @job_name.setter
232
232
  def job_name(self, job_name):
233
- """Sets the job_name of this TicsJobInstanceVo.
233
+ r"""Sets the job_name of this TicsJobInstanceVo.
234
234
 
235
235
  作业名称
236
236
 
@@ -241,7 +241,7 @@ class TicsJobInstanceVo:
241
241
 
242
242
  @property
243
243
  def job_partner(self):
244
- """Gets the job_partner of this TicsJobInstanceVo.
244
+ r"""Gets the job_partner of this TicsJobInstanceVo.
245
245
 
246
246
  参与方信息
247
247
 
@@ -252,7 +252,7 @@ class TicsJobInstanceVo:
252
252
 
253
253
  @job_partner.setter
254
254
  def job_partner(self, job_partner):
255
- """Sets the job_partner of this TicsJobInstanceVo.
255
+ r"""Sets the job_partner of this TicsJobInstanceVo.
256
256
 
257
257
  参与方信息
258
258
 
@@ -263,7 +263,7 @@ class TicsJobInstanceVo:
263
263
 
264
264
  @property
265
265
  def result_ext(self):
266
- """Gets the result_ext of this TicsJobInstanceVo.
266
+ r"""Gets the result_ext of this TicsJobInstanceVo.
267
267
 
268
268
  参数等额外信息
269
269
 
@@ -274,7 +274,7 @@ class TicsJobInstanceVo:
274
274
 
275
275
  @result_ext.setter
276
276
  def result_ext(self, result_ext):
277
- """Sets the result_ext of this TicsJobInstanceVo.
277
+ r"""Sets the result_ext of this TicsJobInstanceVo.
278
278
 
279
279
  参数等额外信息
280
280
 
@@ -285,7 +285,7 @@ class TicsJobInstanceVo:
285
285
 
286
286
  @property
287
287
  def round_id(self):
288
- """Gets the round_id of this TicsJobInstanceVo.
288
+ r"""Gets the round_id of this TicsJobInstanceVo.
289
289
 
290
290
  作业执行总轮数
291
291
 
@@ -296,7 +296,7 @@ class TicsJobInstanceVo:
296
296
 
297
297
  @round_id.setter
298
298
  def round_id(self, round_id):
299
- """Sets the round_id of this TicsJobInstanceVo.
299
+ r"""Sets the round_id of this TicsJobInstanceVo.
300
300
 
301
301
  作业执行总轮数
302
302
 
@@ -307,7 +307,7 @@ class TicsJobInstanceVo:
307
307
 
308
308
  @property
309
309
  def start_time(self):
310
- """Gets the start_time of this TicsJobInstanceVo.
310
+ r"""Gets the start_time of this TicsJobInstanceVo.
311
311
 
312
312
  开始时间
313
313
 
@@ -318,7 +318,7 @@ class TicsJobInstanceVo:
318
318
 
319
319
  @start_time.setter
320
320
  def start_time(self, start_time):
321
- """Sets the start_time of this TicsJobInstanceVo.
321
+ r"""Sets the start_time of this TicsJobInstanceVo.
322
322
 
323
323
  开始时间
324
324
 
@@ -329,7 +329,7 @@ class TicsJobInstanceVo:
329
329
 
330
330
  @property
331
331
  def status(self):
332
- """Gets the status of this TicsJobInstanceVo.
332
+ r"""Gets the status of this TicsJobInstanceVo.
333
333
 
334
334
  作业、任务状态,作业任务状态,NEW.新建,SUBMITING.提交中,ACCEPTED.已接收,DEPLOYING.部署中,RUNNING.运行中,SUCCEEDED.成功,FAILED.失败,TERMINATED.中止,TERMINATING.中止中,PENDING.等待中
335
335
 
@@ -340,7 +340,7 @@ class TicsJobInstanceVo:
340
340
 
341
341
  @status.setter
342
342
  def status(self, status):
343
- """Sets the status of this TicsJobInstanceVo.
343
+ r"""Sets the status of this TicsJobInstanceVo.
344
344
 
345
345
  作业、任务状态,作业任务状态,NEW.新建,SUBMITING.提交中,ACCEPTED.已接收,DEPLOYING.部署中,RUNNING.运行中,SUCCEEDED.成功,FAILED.失败,TERMINATED.中止,TERMINATING.中止中,PENDING.等待中
346
346