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
@@ -35,7 +35,7 @@ class JobReportBaseInfoVo:
35
35
  }
36
36
 
37
37
  def __init__(self, exe_time=None, executor=None, hfl_type=None, job_name=None, job_type=None, status=None):
38
- """JobReportBaseInfoVo
38
+ r"""JobReportBaseInfoVo
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -74,7 +74,7 @@ class JobReportBaseInfoVo:
74
74
 
75
75
  @property
76
76
  def exe_time(self):
77
- """Gets the exe_time of this JobReportBaseInfoVo.
77
+ r"""Gets the exe_time of this JobReportBaseInfoVo.
78
78
 
79
79
  执行时间
80
80
 
@@ -85,7 +85,7 @@ class JobReportBaseInfoVo:
85
85
 
86
86
  @exe_time.setter
87
87
  def exe_time(self, exe_time):
88
- """Sets the exe_time of this JobReportBaseInfoVo.
88
+ r"""Sets the exe_time of this JobReportBaseInfoVo.
89
89
 
90
90
  执行时间
91
91
 
@@ -96,7 +96,7 @@ class JobReportBaseInfoVo:
96
96
 
97
97
  @property
98
98
  def executor(self):
99
- """Gets the executor of this JobReportBaseInfoVo.
99
+ r"""Gets the executor of this JobReportBaseInfoVo.
100
100
 
101
101
  执行人
102
102
 
@@ -107,7 +107,7 @@ class JobReportBaseInfoVo:
107
107
 
108
108
  @executor.setter
109
109
  def executor(self, executor):
110
- """Sets the executor of this JobReportBaseInfoVo.
110
+ r"""Sets the executor of this JobReportBaseInfoVo.
111
111
 
112
112
  执行人
113
113
 
@@ -118,7 +118,7 @@ class JobReportBaseInfoVo:
118
118
 
119
119
  @property
120
120
  def hfl_type(self):
121
- """Gets the hfl_type of this JobReportBaseInfoVo.
121
+ r"""Gets the hfl_type of this JobReportBaseInfoVo.
122
122
 
123
123
  hfl作业类型枚举,TRAIN.训练,EVALUATE.评估
124
124
 
@@ -129,7 +129,7 @@ class JobReportBaseInfoVo:
129
129
 
130
130
  @hfl_type.setter
131
131
  def hfl_type(self, hfl_type):
132
- """Sets the hfl_type of this JobReportBaseInfoVo.
132
+ r"""Sets the hfl_type of this JobReportBaseInfoVo.
133
133
 
134
134
  hfl作业类型枚举,TRAIN.训练,EVALUATE.评估
135
135
 
@@ -140,7 +140,7 @@ class JobReportBaseInfoVo:
140
140
 
141
141
  @property
142
142
  def job_name(self):
143
- """Gets the job_name of this JobReportBaseInfoVo.
143
+ r"""Gets the job_name of this JobReportBaseInfoVo.
144
144
 
145
145
  作业名称
146
146
 
@@ -151,7 +151,7 @@ class JobReportBaseInfoVo:
151
151
 
152
152
  @job_name.setter
153
153
  def job_name(self, job_name):
154
- """Sets the job_name of this JobReportBaseInfoVo.
154
+ r"""Sets the job_name of this JobReportBaseInfoVo.
155
155
 
156
156
  作业名称
157
157
 
@@ -162,7 +162,7 @@ class JobReportBaseInfoVo:
162
162
 
163
163
  @property
164
164
  def job_type(self):
165
- """Gets the job_type of this JobReportBaseInfoVo.
165
+ r"""Gets the job_type of this JobReportBaseInfoVo.
166
166
 
167
167
  作业类型,HFL.横向联邦,SQL.联邦分析,VFL_EVALUATE.联邦评估,VFL_FEATURE_SELECTION.特征选择,VFL_ID_TRUNCATION.Id截断,VFL_PREDICT.联邦预测,VFL_SAMPLE_ALIGNMENT.样本对齐,VFL_TRAIN.联邦训练
168
168
 
@@ -173,7 +173,7 @@ class JobReportBaseInfoVo:
173
173
 
174
174
  @job_type.setter
175
175
  def job_type(self, job_type):
176
- """Sets the job_type of this JobReportBaseInfoVo.
176
+ r"""Sets the job_type of this JobReportBaseInfoVo.
177
177
 
178
178
  作业类型,HFL.横向联邦,SQL.联邦分析,VFL_EVALUATE.联邦评估,VFL_FEATURE_SELECTION.特征选择,VFL_ID_TRUNCATION.Id截断,VFL_PREDICT.联邦预测,VFL_SAMPLE_ALIGNMENT.样本对齐,VFL_TRAIN.联邦训练
179
179
 
@@ -184,7 +184,7 @@ class JobReportBaseInfoVo:
184
184
 
185
185
  @property
186
186
  def status(self):
187
- """Gets the status of this JobReportBaseInfoVo.
187
+ r"""Gets the status of this JobReportBaseInfoVo.
188
188
 
189
189
  作业任务状态,NEW.新建,SUBMITING.提交中,ACCEPTED.已接收,DEPLOYING.部署中,RUNNING.运行中,SUCCEEDED.成功,FAILED.失败,TERMINATED.中止,TERMINATING.中止中,PENDING.等待中
190
190
 
@@ -195,7 +195,7 @@ class JobReportBaseInfoVo:
195
195
 
196
196
  @status.setter
197
197
  def status(self, status):
198
- """Sets the status of this JobReportBaseInfoVo.
198
+ r"""Sets the status of this JobReportBaseInfoVo.
199
199
 
200
200
  作业任务状态,NEW.新建,SUBMITING.提交中,ACCEPTED.已接收,DEPLOYING.部署中,RUNNING.运行中,SUCCEEDED.成功,FAILED.失败,TERMINATED.中止,TERMINATING.中止中,PENDING.等待中
201
201
 
@@ -33,7 +33,7 @@ class JobReportEnvVo:
33
33
  }
34
34
 
35
35
  def __init__(self, agg_name=None, league_id=None, league_name=None, project_id=None, region_id=None):
36
- """JobReportEnvVo
36
+ r"""JobReportEnvVo
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -71,7 +71,7 @@ class JobReportEnvVo:
71
71
 
72
72
  @property
73
73
  def agg_name(self):
74
- """Gets the agg_name of this JobReportEnvVo.
74
+ r"""Gets the agg_name of this JobReportEnvVo.
75
75
 
76
76
  聚合器名称
77
77
 
@@ -82,7 +82,7 @@ class JobReportEnvVo:
82
82
 
83
83
  @agg_name.setter
84
84
  def agg_name(self, agg_name):
85
- """Sets the agg_name of this JobReportEnvVo.
85
+ r"""Sets the agg_name of this JobReportEnvVo.
86
86
 
87
87
  聚合器名称
88
88
 
@@ -93,7 +93,7 @@ class JobReportEnvVo:
93
93
 
94
94
  @property
95
95
  def league_id(self):
96
- """Gets the league_id of this JobReportEnvVo.
96
+ r"""Gets the league_id of this JobReportEnvVo.
97
97
 
98
98
  联盟id
99
99
 
@@ -104,7 +104,7 @@ class JobReportEnvVo:
104
104
 
105
105
  @league_id.setter
106
106
  def league_id(self, league_id):
107
- """Sets the league_id of this JobReportEnvVo.
107
+ r"""Sets the league_id of this JobReportEnvVo.
108
108
 
109
109
  联盟id
110
110
 
@@ -115,7 +115,7 @@ class JobReportEnvVo:
115
115
 
116
116
  @property
117
117
  def league_name(self):
118
- """Gets the league_name of this JobReportEnvVo.
118
+ r"""Gets the league_name of this JobReportEnvVo.
119
119
 
120
120
  联盟名称
121
121
 
@@ -126,7 +126,7 @@ class JobReportEnvVo:
126
126
 
127
127
  @league_name.setter
128
128
  def league_name(self, league_name):
129
- """Sets the league_name of this JobReportEnvVo.
129
+ r"""Sets the league_name of this JobReportEnvVo.
130
130
 
131
131
  联盟名称
132
132
 
@@ -137,7 +137,7 @@ class JobReportEnvVo:
137
137
 
138
138
  @property
139
139
  def project_id(self):
140
- """Gets the project_id of this JobReportEnvVo.
140
+ r"""Gets the project_id of this JobReportEnvVo.
141
141
 
142
142
  项目id
143
143
 
@@ -148,7 +148,7 @@ class JobReportEnvVo:
148
148
 
149
149
  @project_id.setter
150
150
  def project_id(self, project_id):
151
- """Sets the project_id of this JobReportEnvVo.
151
+ r"""Sets the project_id of this JobReportEnvVo.
152
152
 
153
153
  项目id
154
154
 
@@ -159,7 +159,7 @@ class JobReportEnvVo:
159
159
 
160
160
  @property
161
161
  def region_id(self):
162
- """Gets the region_id of this JobReportEnvVo.
162
+ r"""Gets the region_id of this JobReportEnvVo.
163
163
 
164
164
  区域
165
165
 
@@ -170,7 +170,7 @@ class JobReportEnvVo:
170
170
 
171
171
  @region_id.setter
172
172
  def region_id(self, region_id):
173
- """Sets the region_id of this JobReportEnvVo.
173
+ r"""Sets the region_id of this JobReportEnvVo.
174
174
 
175
175
  区域
176
176
 
@@ -29,7 +29,7 @@ class JobReportOutputVo:
29
29
  }
30
30
 
31
31
  def __init__(self, ext=None, result_storage_agent_name=None, result_storage_domain_alias=None):
32
- """JobReportOutputVo
32
+ r"""JobReportOutputVo
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class JobReportOutputVo:
57
57
 
58
58
  @property
59
59
  def ext(self):
60
- """Gets the ext of this JobReportOutputVo.
60
+ r"""Gets the ext of this JobReportOutputVo.
61
61
 
62
62
  参数等额外信息
63
63
 
@@ -68,7 +68,7 @@ class JobReportOutputVo:
68
68
 
69
69
  @ext.setter
70
70
  def ext(self, ext):
71
- """Sets the ext of this JobReportOutputVo.
71
+ r"""Sets the ext of this JobReportOutputVo.
72
72
 
73
73
  参数等额外信息
74
74
 
@@ -79,7 +79,7 @@ class JobReportOutputVo:
79
79
 
80
80
  @property
81
81
  def result_storage_agent_name(self):
82
- """Gets the result_storage_agent_name of this JobReportOutputVo.
82
+ r"""Gets the result_storage_agent_name of this JobReportOutputVo.
83
83
 
84
84
  结果存储agent名称
85
85
 
@@ -90,7 +90,7 @@ class JobReportOutputVo:
90
90
 
91
91
  @result_storage_agent_name.setter
92
92
  def result_storage_agent_name(self, result_storage_agent_name):
93
- """Sets the result_storage_agent_name of this JobReportOutputVo.
93
+ r"""Sets the result_storage_agent_name of this JobReportOutputVo.
94
94
 
95
95
  结果存储agent名称
96
96
 
@@ -101,7 +101,7 @@ class JobReportOutputVo:
101
101
 
102
102
  @property
103
103
  def result_storage_domain_alias(self):
104
- """Gets the result_storage_domain_alias of this JobReportOutputVo.
104
+ r"""Gets the result_storage_domain_alias of this JobReportOutputVo.
105
105
 
106
106
  结果存储方别名
107
107
 
@@ -112,7 +112,7 @@ class JobReportOutputVo:
112
112
 
113
113
  @result_storage_domain_alias.setter
114
114
  def result_storage_domain_alias(self, result_storage_domain_alias):
115
- """Sets the result_storage_domain_alias of this JobReportOutputVo.
115
+ r"""Sets the result_storage_domain_alias of this JobReportOutputVo.
116
116
 
117
117
  结果存储方别名
118
118
 
@@ -33,7 +33,7 @@ class JobReportPartnerVo:
33
33
  }
34
34
 
35
35
  def __init__(self, agent_name=None, data_output_cnt=None, dataset_name=None, partner_domain_alias=None, partner_domain_name=None):
36
- """JobReportPartnerVo
36
+ r"""JobReportPartnerVo
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -71,7 +71,7 @@ class JobReportPartnerVo:
71
71
 
72
72
  @property
73
73
  def agent_name(self):
74
- """Gets the agent_name of this JobReportPartnerVo.
74
+ r"""Gets the agent_name of this JobReportPartnerVo.
75
75
 
76
76
  数据集所在代理
77
77
 
@@ -82,7 +82,7 @@ class JobReportPartnerVo:
82
82
 
83
83
  @agent_name.setter
84
84
  def agent_name(self, agent_name):
85
- """Sets the agent_name of this JobReportPartnerVo.
85
+ r"""Sets the agent_name of this JobReportPartnerVo.
86
86
 
87
87
  数据集所在代理
88
88
 
@@ -93,7 +93,7 @@ class JobReportPartnerVo:
93
93
 
94
94
  @property
95
95
  def data_output_cnt(self):
96
- """Gets the data_output_cnt of this JobReportPartnerVo.
96
+ r"""Gets the data_output_cnt of this JobReportPartnerVo.
97
97
 
98
98
  代理输出数据总量
99
99
 
@@ -104,7 +104,7 @@ class JobReportPartnerVo:
104
104
 
105
105
  @data_output_cnt.setter
106
106
  def data_output_cnt(self, data_output_cnt):
107
- """Sets the data_output_cnt of this JobReportPartnerVo.
107
+ r"""Sets the data_output_cnt of this JobReportPartnerVo.
108
108
 
109
109
  代理输出数据总量
110
110
 
@@ -115,7 +115,7 @@ class JobReportPartnerVo:
115
115
 
116
116
  @property
117
117
  def dataset_name(self):
118
- """Gets the dataset_name of this JobReportPartnerVo.
118
+ r"""Gets the dataset_name of this JobReportPartnerVo.
119
119
 
120
120
  数据集名
121
121
 
@@ -126,7 +126,7 @@ class JobReportPartnerVo:
126
126
 
127
127
  @dataset_name.setter
128
128
  def dataset_name(self, dataset_name):
129
- """Sets the dataset_name of this JobReportPartnerVo.
129
+ r"""Sets the dataset_name of this JobReportPartnerVo.
130
130
 
131
131
  数据集名
132
132
 
@@ -137,7 +137,7 @@ class JobReportPartnerVo:
137
137
 
138
138
  @property
139
139
  def partner_domain_alias(self):
140
- """Gets the partner_domain_alias of this JobReportPartnerVo.
140
+ r"""Gets the partner_domain_alias of this JobReportPartnerVo.
141
141
 
142
142
  租户别名
143
143
 
@@ -148,7 +148,7 @@ class JobReportPartnerVo:
148
148
 
149
149
  @partner_domain_alias.setter
150
150
  def partner_domain_alias(self, partner_domain_alias):
151
- """Sets the partner_domain_alias of this JobReportPartnerVo.
151
+ r"""Sets the partner_domain_alias of this JobReportPartnerVo.
152
152
 
153
153
  租户别名
154
154
 
@@ -159,7 +159,7 @@ class JobReportPartnerVo:
159
159
 
160
160
  @property
161
161
  def partner_domain_name(self):
162
- """Gets the partner_domain_name of this JobReportPartnerVo.
162
+ r"""Gets the partner_domain_name of this JobReportPartnerVo.
163
163
 
164
164
  租户名
165
165
 
@@ -170,7 +170,7 @@ class JobReportPartnerVo:
170
170
 
171
171
  @partner_domain_name.setter
172
172
  def partner_domain_name(self, partner_domain_name):
173
- """Sets the partner_domain_name of this JobReportPartnerVo.
173
+ r"""Sets the partner_domain_name of this JobReportPartnerVo.
174
174
 
175
175
  租户名
176
176
 
@@ -35,7 +35,7 @@ class LeagueDatasetStatisticsVo:
35
35
  }
36
36
 
37
37
  def __init__(self, dataset_domain_alias=None, dataset_domain_name=None, dataset_id=None, dataset_intercept_cnt=None, dataset_name=None, dataset_use_cnt=None):
38
- """LeagueDatasetStatisticsVo
38
+ r"""LeagueDatasetStatisticsVo
39
39
 
40
40
  The model defined in huaweicloud sdk
41
41
 
@@ -78,7 +78,7 @@ class LeagueDatasetStatisticsVo:
78
78
 
79
79
  @property
80
80
  def dataset_domain_alias(self):
81
- """Gets the dataset_domain_alias of this LeagueDatasetStatisticsVo.
81
+ r"""Gets the dataset_domain_alias of this LeagueDatasetStatisticsVo.
82
82
 
83
83
  参与方别名
84
84
 
@@ -89,7 +89,7 @@ class LeagueDatasetStatisticsVo:
89
89
 
90
90
  @dataset_domain_alias.setter
91
91
  def dataset_domain_alias(self, dataset_domain_alias):
92
- """Sets the dataset_domain_alias of this LeagueDatasetStatisticsVo.
92
+ r"""Sets the dataset_domain_alias of this LeagueDatasetStatisticsVo.
93
93
 
94
94
  参与方别名
95
95
 
@@ -100,7 +100,7 @@ class LeagueDatasetStatisticsVo:
100
100
 
101
101
  @property
102
102
  def dataset_domain_name(self):
103
- """Gets the dataset_domain_name of this LeagueDatasetStatisticsVo.
103
+ r"""Gets the dataset_domain_name of this LeagueDatasetStatisticsVo.
104
104
 
105
105
  参与方租户名称
106
106
 
@@ -111,7 +111,7 @@ class LeagueDatasetStatisticsVo:
111
111
 
112
112
  @dataset_domain_name.setter
113
113
  def dataset_domain_name(self, dataset_domain_name):
114
- """Sets the dataset_domain_name of this LeagueDatasetStatisticsVo.
114
+ r"""Sets the dataset_domain_name of this LeagueDatasetStatisticsVo.
115
115
 
116
116
  参与方租户名称
117
117
 
@@ -122,7 +122,7 @@ class LeagueDatasetStatisticsVo:
122
122
 
123
123
  @property
124
124
  def dataset_id(self):
125
- """Gets the dataset_id of this LeagueDatasetStatisticsVo.
125
+ r"""Gets the dataset_id of this LeagueDatasetStatisticsVo.
126
126
 
127
127
  数据集id
128
128
 
@@ -133,7 +133,7 @@ class LeagueDatasetStatisticsVo:
133
133
 
134
134
  @dataset_id.setter
135
135
  def dataset_id(self, dataset_id):
136
- """Sets the dataset_id of this LeagueDatasetStatisticsVo.
136
+ r"""Sets the dataset_id of this LeagueDatasetStatisticsVo.
137
137
 
138
138
  数据集id
139
139
 
@@ -144,7 +144,7 @@ class LeagueDatasetStatisticsVo:
144
144
 
145
145
  @property
146
146
  def dataset_intercept_cnt(self):
147
- """Gets the dataset_intercept_cnt of this LeagueDatasetStatisticsVo.
147
+ r"""Gets the dataset_intercept_cnt of this LeagueDatasetStatisticsVo.
148
148
 
149
149
  数据集拦截次数
150
150
 
@@ -155,7 +155,7 @@ class LeagueDatasetStatisticsVo:
155
155
 
156
156
  @dataset_intercept_cnt.setter
157
157
  def dataset_intercept_cnt(self, dataset_intercept_cnt):
158
- """Sets the dataset_intercept_cnt of this LeagueDatasetStatisticsVo.
158
+ r"""Sets the dataset_intercept_cnt of this LeagueDatasetStatisticsVo.
159
159
 
160
160
  数据集拦截次数
161
161
 
@@ -166,7 +166,7 @@ class LeagueDatasetStatisticsVo:
166
166
 
167
167
  @property
168
168
  def dataset_name(self):
169
- """Gets the dataset_name of this LeagueDatasetStatisticsVo.
169
+ r"""Gets the dataset_name of this LeagueDatasetStatisticsVo.
170
170
 
171
171
  数据集名称
172
172
 
@@ -177,7 +177,7 @@ class LeagueDatasetStatisticsVo:
177
177
 
178
178
  @dataset_name.setter
179
179
  def dataset_name(self, dataset_name):
180
- """Sets the dataset_name of this LeagueDatasetStatisticsVo.
180
+ r"""Sets the dataset_name of this LeagueDatasetStatisticsVo.
181
181
 
182
182
  数据集名称
183
183
 
@@ -188,7 +188,7 @@ class LeagueDatasetStatisticsVo:
188
188
 
189
189
  @property
190
190
  def dataset_use_cnt(self):
191
- """Gets the dataset_use_cnt of this LeagueDatasetStatisticsVo.
191
+ r"""Gets the dataset_use_cnt of this LeagueDatasetStatisticsVo.
192
192
 
193
193
  数据集使用次数
194
194
 
@@ -199,7 +199,7 @@ class LeagueDatasetStatisticsVo:
199
199
 
200
200
  @dataset_use_cnt.setter
201
201
  def dataset_use_cnt(self, dataset_use_cnt):
202
- """Sets the dataset_use_cnt of this LeagueDatasetStatisticsVo.
202
+ r"""Sets the dataset_use_cnt of this LeagueDatasetStatisticsVo.
203
203
 
204
204
  数据集使用次数
205
205
 
@@ -39,7 +39,7 @@ class LeaguePartnerStatisticsVo:
39
39
  }
40
40
 
41
41
  def __init__(self, partner_access_cnt=None, partner_domain_alias=None, partner_domain_name=None, partner_job_cnt=None, partner_job_ins_cnt=None, partner_job_ins_fail_cnt=None, partner_job_ins_intercept_cnt=None, partner_job_ins_success_cnt=None):
42
- """LeaguePartnerStatisticsVo
42
+ r"""LeaguePartnerStatisticsVo
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
@@ -92,7 +92,7 @@ class LeaguePartnerStatisticsVo:
92
92
 
93
93
  @property
94
94
  def partner_access_cnt(self):
95
- """Gets the partner_access_cnt of this LeaguePartnerStatisticsVo.
95
+ r"""Gets the partner_access_cnt of this LeaguePartnerStatisticsVo.
96
96
 
97
97
  合作方访问次数
98
98
 
@@ -103,7 +103,7 @@ class LeaguePartnerStatisticsVo:
103
103
 
104
104
  @partner_access_cnt.setter
105
105
  def partner_access_cnt(self, partner_access_cnt):
106
- """Sets the partner_access_cnt of this LeaguePartnerStatisticsVo.
106
+ r"""Sets the partner_access_cnt of this LeaguePartnerStatisticsVo.
107
107
 
108
108
  合作方访问次数
109
109
 
@@ -114,7 +114,7 @@ class LeaguePartnerStatisticsVo:
114
114
 
115
115
  @property
116
116
  def partner_domain_alias(self):
117
- """Gets the partner_domain_alias of this LeaguePartnerStatisticsVo.
117
+ r"""Gets the partner_domain_alias of this LeaguePartnerStatisticsVo.
118
118
 
119
119
  租户别名
120
120
 
@@ -125,7 +125,7 @@ class LeaguePartnerStatisticsVo:
125
125
 
126
126
  @partner_domain_alias.setter
127
127
  def partner_domain_alias(self, partner_domain_alias):
128
- """Sets the partner_domain_alias of this LeaguePartnerStatisticsVo.
128
+ r"""Sets the partner_domain_alias of this LeaguePartnerStatisticsVo.
129
129
 
130
130
  租户别名
131
131
 
@@ -136,7 +136,7 @@ class LeaguePartnerStatisticsVo:
136
136
 
137
137
  @property
138
138
  def partner_domain_name(self):
139
- """Gets the partner_domain_name of this LeaguePartnerStatisticsVo.
139
+ r"""Gets the partner_domain_name of this LeaguePartnerStatisticsVo.
140
140
 
141
141
  租户名
142
142
 
@@ -147,7 +147,7 @@ class LeaguePartnerStatisticsVo:
147
147
 
148
148
  @partner_domain_name.setter
149
149
  def partner_domain_name(self, partner_domain_name):
150
- """Sets the partner_domain_name of this LeaguePartnerStatisticsVo.
150
+ r"""Sets the partner_domain_name of this LeaguePartnerStatisticsVo.
151
151
 
152
152
  租户名
153
153
 
@@ -158,7 +158,7 @@ class LeaguePartnerStatisticsVo:
158
158
 
159
159
  @property
160
160
  def partner_job_cnt(self):
161
- """Gets the partner_job_cnt of this LeaguePartnerStatisticsVo.
161
+ r"""Gets the partner_job_cnt of this LeaguePartnerStatisticsVo.
162
162
 
163
163
  作业总数
164
164
 
@@ -169,7 +169,7 @@ class LeaguePartnerStatisticsVo:
169
169
 
170
170
  @partner_job_cnt.setter
171
171
  def partner_job_cnt(self, partner_job_cnt):
172
- """Sets the partner_job_cnt of this LeaguePartnerStatisticsVo.
172
+ r"""Sets the partner_job_cnt of this LeaguePartnerStatisticsVo.
173
173
 
174
174
  作业总数
175
175
 
@@ -180,7 +180,7 @@ class LeaguePartnerStatisticsVo:
180
180
 
181
181
  @property
182
182
  def partner_job_ins_cnt(self):
183
- """Gets the partner_job_ins_cnt of this LeaguePartnerStatisticsVo.
183
+ r"""Gets the partner_job_ins_cnt of this LeaguePartnerStatisticsVo.
184
184
 
185
185
  实例总数
186
186
 
@@ -191,7 +191,7 @@ class LeaguePartnerStatisticsVo:
191
191
 
192
192
  @partner_job_ins_cnt.setter
193
193
  def partner_job_ins_cnt(self, partner_job_ins_cnt):
194
- """Sets the partner_job_ins_cnt of this LeaguePartnerStatisticsVo.
194
+ r"""Sets the partner_job_ins_cnt of this LeaguePartnerStatisticsVo.
195
195
 
196
196
  实例总数
197
197
 
@@ -202,7 +202,7 @@ class LeaguePartnerStatisticsVo:
202
202
 
203
203
  @property
204
204
  def partner_job_ins_fail_cnt(self):
205
- """Gets the partner_job_ins_fail_cnt of this LeaguePartnerStatisticsVo.
205
+ r"""Gets the partner_job_ins_fail_cnt of this LeaguePartnerStatisticsVo.
206
206
 
207
207
  实例失败数
208
208
 
@@ -213,7 +213,7 @@ class LeaguePartnerStatisticsVo:
213
213
 
214
214
  @partner_job_ins_fail_cnt.setter
215
215
  def partner_job_ins_fail_cnt(self, partner_job_ins_fail_cnt):
216
- """Sets the partner_job_ins_fail_cnt of this LeaguePartnerStatisticsVo.
216
+ r"""Sets the partner_job_ins_fail_cnt of this LeaguePartnerStatisticsVo.
217
217
 
218
218
  实例失败数
219
219
 
@@ -224,7 +224,7 @@ class LeaguePartnerStatisticsVo:
224
224
 
225
225
  @property
226
226
  def partner_job_ins_intercept_cnt(self):
227
- """Gets the partner_job_ins_intercept_cnt of this LeaguePartnerStatisticsVo.
227
+ r"""Gets the partner_job_ins_intercept_cnt of this LeaguePartnerStatisticsVo.
228
228
 
229
229
  实例拦截数
230
230
 
@@ -235,7 +235,7 @@ class LeaguePartnerStatisticsVo:
235
235
 
236
236
  @partner_job_ins_intercept_cnt.setter
237
237
  def partner_job_ins_intercept_cnt(self, partner_job_ins_intercept_cnt):
238
- """Sets the partner_job_ins_intercept_cnt of this LeaguePartnerStatisticsVo.
238
+ r"""Sets the partner_job_ins_intercept_cnt of this LeaguePartnerStatisticsVo.
239
239
 
240
240
  实例拦截数
241
241
 
@@ -246,7 +246,7 @@ class LeaguePartnerStatisticsVo:
246
246
 
247
247
  @property
248
248
  def partner_job_ins_success_cnt(self):
249
- """Gets the partner_job_ins_success_cnt of this LeaguePartnerStatisticsVo.
249
+ r"""Gets the partner_job_ins_success_cnt of this LeaguePartnerStatisticsVo.
250
250
 
251
251
  实例成功数
252
252
 
@@ -257,7 +257,7 @@ class LeaguePartnerStatisticsVo:
257
257
 
258
258
  @partner_job_ins_success_cnt.setter
259
259
  def partner_job_ins_success_cnt(self, partner_job_ins_success_cnt):
260
- """Sets the partner_job_ins_success_cnt of this LeaguePartnerStatisticsVo.
260
+ r"""Sets the partner_job_ins_success_cnt of this LeaguePartnerStatisticsVo.
261
261
 
262
262
  实例成功数
263
263
 
@@ -29,7 +29,7 @@ class LeagueUpdateVo:
29
29
  }
30
30
 
31
31
  def __init__(self, description=None, dp_enabled=None, privacy_protection_type=None):
32
- """LeagueUpdateVo
32
+ r"""LeagueUpdateVo
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -57,7 +57,7 @@ class LeagueUpdateVo:
57
57
 
58
58
  @property
59
59
  def description(self):
60
- """Gets the description of this LeagueUpdateVo.
60
+ r"""Gets the description of this LeagueUpdateVo.
61
61
 
62
62
  描述
63
63
 
@@ -68,7 +68,7 @@ class LeagueUpdateVo:
68
68
 
69
69
  @description.setter
70
70
  def description(self, description):
71
- """Sets the description of this LeagueUpdateVo.
71
+ r"""Sets the description of this LeagueUpdateVo.
72
72
 
73
73
  描述
74
74
 
@@ -79,7 +79,7 @@ class LeagueUpdateVo:
79
79
 
80
80
  @property
81
81
  def dp_enabled(self):
82
- """Gets the dp_enabled of this LeagueUpdateVo.
82
+ r"""Gets the dp_enabled of this LeagueUpdateVo.
83
83
 
84
84
  差分隐私开关
85
85
 
@@ -90,7 +90,7 @@ class LeagueUpdateVo:
90
90
 
91
91
  @dp_enabled.setter
92
92
  def dp_enabled(self, dp_enabled):
93
- """Sets the dp_enabled of this LeagueUpdateVo.
93
+ r"""Sets the dp_enabled of this LeagueUpdateVo.
94
94
 
95
95
  差分隐私开关
96
96
 
@@ -101,7 +101,7 @@ class LeagueUpdateVo:
101
101
 
102
102
  @property
103
103
  def privacy_protection_type(self):
104
- """Gets the privacy_protection_type of this LeagueUpdateVo.
104
+ r"""Gets the privacy_protection_type of this LeagueUpdateVo.
105
105
 
106
106
  隐私保护类别,HIGH.高,STANDARD.标准
107
107
 
@@ -112,7 +112,7 @@ class LeagueUpdateVo:
112
112
 
113
113
  @privacy_protection_type.setter
114
114
  def privacy_protection_type(self, privacy_protection_type):
115
- """Sets the privacy_protection_type of this LeagueUpdateVo.
115
+ r"""Sets the privacy_protection_type of this LeagueUpdateVo.
116
116
 
117
117
  隐私保护类别,HIGH.高,STANDARD.标准
118
118