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
@@ -31,7 +31,7 @@ class ListAgentsRequest:
31
31
  }
32
32
 
33
33
  def __init__(self, limit=None, offset=None, agent_name=None, league_name=None):
34
- """ListAgentsRequest
34
+ r"""ListAgentsRequest
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -62,7 +62,7 @@ class ListAgentsRequest:
62
62
 
63
63
  @property
64
64
  def limit(self):
65
- """Gets the limit of this ListAgentsRequest.
65
+ r"""Gets the limit of this ListAgentsRequest.
66
66
 
67
67
  每页记录数,取值0-100
68
68
 
@@ -73,7 +73,7 @@ class ListAgentsRequest:
73
73
 
74
74
  @limit.setter
75
75
  def limit(self, limit):
76
- """Sets the limit of this ListAgentsRequest.
76
+ r"""Sets the limit of this ListAgentsRequest.
77
77
 
78
78
  每页记录数,取值0-100
79
79
 
@@ -84,7 +84,7 @@ class ListAgentsRequest:
84
84
 
85
85
  @property
86
86
  def offset(self):
87
- """Gets the offset of this ListAgentsRequest.
87
+ r"""Gets the offset of this ListAgentsRequest.
88
88
 
89
89
  记录数偏移量
90
90
 
@@ -95,7 +95,7 @@ class ListAgentsRequest:
95
95
 
96
96
  @offset.setter
97
97
  def offset(self, offset):
98
- """Sets the offset of this ListAgentsRequest.
98
+ r"""Sets the offset of this ListAgentsRequest.
99
99
 
100
100
  记录数偏移量
101
101
 
@@ -106,7 +106,7 @@ class ListAgentsRequest:
106
106
 
107
107
  @property
108
108
  def agent_name(self):
109
- """Gets the agent_name of this ListAgentsRequest.
109
+ r"""Gets the agent_name of this ListAgentsRequest.
110
110
 
111
111
  可信节点名称
112
112
 
@@ -117,7 +117,7 @@ class ListAgentsRequest:
117
117
 
118
118
  @agent_name.setter
119
119
  def agent_name(self, agent_name):
120
- """Sets the agent_name of this ListAgentsRequest.
120
+ r"""Sets the agent_name of this ListAgentsRequest.
121
121
 
122
122
  可信节点名称
123
123
 
@@ -128,7 +128,7 @@ class ListAgentsRequest:
128
128
 
129
129
  @property
130
130
  def league_name(self):
131
- """Gets the league_name of this ListAgentsRequest.
131
+ r"""Gets the league_name of this ListAgentsRequest.
132
132
 
133
133
  联盟名称
134
134
 
@@ -139,7 +139,7 @@ class ListAgentsRequest:
139
139
 
140
140
  @league_name.setter
141
141
  def league_name(self, league_name):
142
- """Sets the league_name of this ListAgentsRequest.
142
+ r"""Sets the league_name of this ListAgentsRequest.
143
143
 
144
144
  联盟名称
145
145
 
@@ -28,7 +28,7 @@ class ListAgentsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListAgentsResponse
31
+ r"""ListAgentsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListAgentsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListAgentsResponse.
54
+ r"""Gets the lists of this ListAgentsResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListAgentsResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListAgentsResponse.
65
+ r"""Sets the lists of this ListAgentsResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListAgentsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListAgentsResponse.
76
+ r"""Gets the total of this ListAgentsResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListAgentsResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListAgentsResponse.
87
+ r"""Sets the total of this ListAgentsResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -29,7 +29,7 @@ class ListAuditInfoRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, league_id=None, limit=None, offset=None):
32
- """ListAuditInfoRequest
32
+ r"""ListAuditInfoRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class ListAuditInfoRequest:
54
54
 
55
55
  @property
56
56
  def league_id(self):
57
- """Gets the league_id of this ListAuditInfoRequest.
57
+ r"""Gets the league_id of this ListAuditInfoRequest.
58
58
 
59
59
  联盟id,最大32位,字母和数字组成
60
60
 
@@ -65,7 +65,7 @@ class ListAuditInfoRequest:
65
65
 
66
66
  @league_id.setter
67
67
  def league_id(self, league_id):
68
- """Sets the league_id of this ListAuditInfoRequest.
68
+ r"""Sets the league_id of this ListAuditInfoRequest.
69
69
 
70
70
  联盟id,最大32位,字母和数字组成
71
71
 
@@ -76,7 +76,7 @@ class ListAuditInfoRequest:
76
76
 
77
77
  @property
78
78
  def limit(self):
79
- """Gets the limit of this ListAuditInfoRequest.
79
+ r"""Gets the limit of this ListAuditInfoRequest.
80
80
 
81
81
  每页记录数,取值0-100
82
82
 
@@ -87,7 +87,7 @@ class ListAuditInfoRequest:
87
87
 
88
88
  @limit.setter
89
89
  def limit(self, limit):
90
- """Sets the limit of this ListAuditInfoRequest.
90
+ r"""Sets the limit of this ListAuditInfoRequest.
91
91
 
92
92
  每页记录数,取值0-100
93
93
 
@@ -98,7 +98,7 @@ class ListAuditInfoRequest:
98
98
 
99
99
  @property
100
100
  def offset(self):
101
- """Gets the offset of this ListAuditInfoRequest.
101
+ r"""Gets the offset of this ListAuditInfoRequest.
102
102
 
103
103
  记录数偏移量
104
104
 
@@ -109,7 +109,7 @@ class ListAuditInfoRequest:
109
109
 
110
110
  @offset.setter
111
111
  def offset(self, offset):
112
- """Sets the offset of this ListAuditInfoRequest.
112
+ r"""Sets the offset of this ListAuditInfoRequest.
113
113
 
114
114
  记录数偏移量
115
115
 
@@ -28,7 +28,7 @@ class ListAuditInfoResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListAuditInfoResponse
31
+ r"""ListAuditInfoResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListAuditInfoResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListAuditInfoResponse.
54
+ r"""Gets the lists of this ListAuditInfoResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListAuditInfoResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListAuditInfoResponse.
65
+ r"""Sets the lists of this ListAuditInfoResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListAuditInfoResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListAuditInfoResponse.
76
+ r"""Gets the total of this ListAuditInfoResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListAuditInfoResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListAuditInfoResponse.
87
+ r"""Sets the total of this ListAuditInfoResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -29,7 +29,7 @@ class ListFlJobRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, league_id=None, limit=None, offset=None):
32
- """ListFlJobRequest
32
+ r"""ListFlJobRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class ListFlJobRequest:
54
54
 
55
55
  @property
56
56
  def league_id(self):
57
- """Gets the league_id of this ListFlJobRequest.
57
+ r"""Gets the league_id of this ListFlJobRequest.
58
58
 
59
59
  联盟id,最大32位,字母和数字组成
60
60
 
@@ -65,7 +65,7 @@ class ListFlJobRequest:
65
65
 
66
66
  @league_id.setter
67
67
  def league_id(self, league_id):
68
- """Sets the league_id of this ListFlJobRequest.
68
+ r"""Sets the league_id of this ListFlJobRequest.
69
69
 
70
70
  联盟id,最大32位,字母和数字组成
71
71
 
@@ -76,7 +76,7 @@ class ListFlJobRequest:
76
76
 
77
77
  @property
78
78
  def limit(self):
79
- """Gets the limit of this ListFlJobRequest.
79
+ r"""Gets the limit of this ListFlJobRequest.
80
80
 
81
81
  每页记录数,取值0-100
82
82
 
@@ -87,7 +87,7 @@ class ListFlJobRequest:
87
87
 
88
88
  @limit.setter
89
89
  def limit(self, limit):
90
- """Sets the limit of this ListFlJobRequest.
90
+ r"""Sets the limit of this ListFlJobRequest.
91
91
 
92
92
  每页记录数,取值0-100
93
93
 
@@ -98,7 +98,7 @@ class ListFlJobRequest:
98
98
 
99
99
  @property
100
100
  def offset(self):
101
- """Gets the offset of this ListFlJobRequest.
101
+ r"""Gets the offset of this ListFlJobRequest.
102
102
 
103
103
  记录数偏移量
104
104
 
@@ -109,7 +109,7 @@ class ListFlJobRequest:
109
109
 
110
110
  @offset.setter
111
111
  def offset(self, offset):
112
- """Sets the offset of this ListFlJobRequest.
112
+ r"""Sets the offset of this ListFlJobRequest.
113
113
 
114
114
  记录数偏移量
115
115
 
@@ -28,7 +28,7 @@ class ListFlJobResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListFlJobResponse
31
+ r"""ListFlJobResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListFlJobResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListFlJobResponse.
54
+ r"""Gets the lists of this ListFlJobResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListFlJobResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListFlJobResponse.
65
+ r"""Sets the lists of this ListFlJobResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListFlJobResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListFlJobResponse.
76
+ r"""Gets the total of this ListFlJobResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListFlJobResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListFlJobResponse.
87
+ r"""Sets the total of this ListFlJobResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -31,7 +31,7 @@ class ListInstanceHistoryRequest:
31
31
  }
32
32
 
33
33
  def __init__(self, league_id=None, limit=None, offset=None, job_id=None):
34
- """ListInstanceHistoryRequest
34
+ r"""ListInstanceHistoryRequest
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -61,7 +61,7 @@ class ListInstanceHistoryRequest:
61
61
 
62
62
  @property
63
63
  def league_id(self):
64
- """Gets the league_id of this ListInstanceHistoryRequest.
64
+ r"""Gets the league_id of this ListInstanceHistoryRequest.
65
65
 
66
66
  联盟id,最大32位,字母和数字组成
67
67
 
@@ -72,7 +72,7 @@ class ListInstanceHistoryRequest:
72
72
 
73
73
  @league_id.setter
74
74
  def league_id(self, league_id):
75
- """Sets the league_id of this ListInstanceHistoryRequest.
75
+ r"""Sets the league_id of this ListInstanceHistoryRequest.
76
76
 
77
77
  联盟id,最大32位,字母和数字组成
78
78
 
@@ -83,7 +83,7 @@ class ListInstanceHistoryRequest:
83
83
 
84
84
  @property
85
85
  def limit(self):
86
- """Gets the limit of this ListInstanceHistoryRequest.
86
+ r"""Gets the limit of this ListInstanceHistoryRequest.
87
87
 
88
88
  每页记录数,取值0-100
89
89
 
@@ -94,7 +94,7 @@ class ListInstanceHistoryRequest:
94
94
 
95
95
  @limit.setter
96
96
  def limit(self, limit):
97
- """Sets the limit of this ListInstanceHistoryRequest.
97
+ r"""Sets the limit of this ListInstanceHistoryRequest.
98
98
 
99
99
  每页记录数,取值0-100
100
100
 
@@ -105,7 +105,7 @@ class ListInstanceHistoryRequest:
105
105
 
106
106
  @property
107
107
  def offset(self):
108
- """Gets the offset of this ListInstanceHistoryRequest.
108
+ r"""Gets the offset of this ListInstanceHistoryRequest.
109
109
 
110
110
  记录数偏移量
111
111
 
@@ -116,7 +116,7 @@ class ListInstanceHistoryRequest:
116
116
 
117
117
  @offset.setter
118
118
  def offset(self, offset):
119
- """Sets the offset of this ListInstanceHistoryRequest.
119
+ r"""Sets the offset of this ListInstanceHistoryRequest.
120
120
 
121
121
  记录数偏移量
122
122
 
@@ -127,7 +127,7 @@ class ListInstanceHistoryRequest:
127
127
 
128
128
  @property
129
129
  def job_id(self):
130
- """Gets the job_id of this ListInstanceHistoryRequest.
130
+ r"""Gets the job_id of this ListInstanceHistoryRequest.
131
131
 
132
132
  任务id,最大32位,字母和数字组成
133
133
 
@@ -138,7 +138,7 @@ class ListInstanceHistoryRequest:
138
138
 
139
139
  @job_id.setter
140
140
  def job_id(self, job_id):
141
- """Sets the job_id of this ListInstanceHistoryRequest.
141
+ r"""Sets the job_id of this ListInstanceHistoryRequest.
142
142
 
143
143
  任务id,最大32位,字母和数字组成
144
144
 
@@ -28,7 +28,7 @@ class ListInstanceHistoryResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListInstanceHistoryResponse
31
+ r"""ListInstanceHistoryResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListInstanceHistoryResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListInstanceHistoryResponse.
54
+ r"""Gets the lists of this ListInstanceHistoryResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListInstanceHistoryResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListInstanceHistoryResponse.
65
+ r"""Sets the lists of this ListInstanceHistoryResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListInstanceHistoryResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListInstanceHistoryResponse.
76
+ r"""Gets the total of this ListInstanceHistoryResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListInstanceHistoryResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListInstanceHistoryResponse.
87
+ r"""Sets the total of this ListInstanceHistoryResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -33,7 +33,7 @@ class ListLeagueDatasetsRequest:
33
33
  }
34
34
 
35
35
  def __init__(self, league_id=None, offset=None, limit=None, dataset_name=None, partner_name=None):
36
- """ListLeagueDatasetsRequest
36
+ r"""ListLeagueDatasetsRequest
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -68,7 +68,7 @@ class ListLeagueDatasetsRequest:
68
68
 
69
69
  @property
70
70
  def league_id(self):
71
- """Gets the league_id of this ListLeagueDatasetsRequest.
71
+ r"""Gets the league_id of this ListLeagueDatasetsRequest.
72
72
 
73
73
  联盟id,最大32位,字母和数字组成
74
74
 
@@ -79,7 +79,7 @@ class ListLeagueDatasetsRequest:
79
79
 
80
80
  @league_id.setter
81
81
  def league_id(self, league_id):
82
- """Sets the league_id of this ListLeagueDatasetsRequest.
82
+ r"""Sets the league_id of this ListLeagueDatasetsRequest.
83
83
 
84
84
  联盟id,最大32位,字母和数字组成
85
85
 
@@ -90,7 +90,7 @@ class ListLeagueDatasetsRequest:
90
90
 
91
91
  @property
92
92
  def offset(self):
93
- """Gets the offset of this ListLeagueDatasetsRequest.
93
+ r"""Gets the offset of this ListLeagueDatasetsRequest.
94
94
 
95
95
  记录数偏移量
96
96
 
@@ -101,7 +101,7 @@ class ListLeagueDatasetsRequest:
101
101
 
102
102
  @offset.setter
103
103
  def offset(self, offset):
104
- """Sets the offset of this ListLeagueDatasetsRequest.
104
+ r"""Sets the offset of this ListLeagueDatasetsRequest.
105
105
 
106
106
  记录数偏移量
107
107
 
@@ -112,7 +112,7 @@ class ListLeagueDatasetsRequest:
112
112
 
113
113
  @property
114
114
  def limit(self):
115
- """Gets the limit of this ListLeagueDatasetsRequest.
115
+ r"""Gets the limit of this ListLeagueDatasetsRequest.
116
116
 
117
117
  每页记录数,取值0-100
118
118
 
@@ -123,7 +123,7 @@ class ListLeagueDatasetsRequest:
123
123
 
124
124
  @limit.setter
125
125
  def limit(self, limit):
126
- """Sets the limit of this ListLeagueDatasetsRequest.
126
+ r"""Sets the limit of this ListLeagueDatasetsRequest.
127
127
 
128
128
  每页记录数,取值0-100
129
129
 
@@ -134,7 +134,7 @@ class ListLeagueDatasetsRequest:
134
134
 
135
135
  @property
136
136
  def dataset_name(self):
137
- """Gets the dataset_name of this ListLeagueDatasetsRequest.
137
+ r"""Gets the dataset_name of this ListLeagueDatasetsRequest.
138
138
 
139
139
  数据集名称
140
140
 
@@ -145,7 +145,7 @@ class ListLeagueDatasetsRequest:
145
145
 
146
146
  @dataset_name.setter
147
147
  def dataset_name(self, dataset_name):
148
- """Sets the dataset_name of this ListLeagueDatasetsRequest.
148
+ r"""Sets the dataset_name of this ListLeagueDatasetsRequest.
149
149
 
150
150
  数据集名称
151
151
 
@@ -156,7 +156,7 @@ class ListLeagueDatasetsRequest:
156
156
 
157
157
  @property
158
158
  def partner_name(self):
159
- """Gets the partner_name of this ListLeagueDatasetsRequest.
159
+ r"""Gets the partner_name of this ListLeagueDatasetsRequest.
160
160
 
161
161
  partner_name
162
162
 
@@ -167,7 +167,7 @@ class ListLeagueDatasetsRequest:
167
167
 
168
168
  @partner_name.setter
169
169
  def partner_name(self, partner_name):
170
- """Sets the partner_name of this ListLeagueDatasetsRequest.
170
+ r"""Sets the partner_name of this ListLeagueDatasetsRequest.
171
171
 
172
172
  partner_name
173
173
 
@@ -28,7 +28,7 @@ class ListLeagueDatasetsResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListLeagueDatasetsResponse
31
+ r"""ListLeagueDatasetsResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListLeagueDatasetsResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListLeagueDatasetsResponse.
54
+ r"""Gets the lists of this ListLeagueDatasetsResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListLeagueDatasetsResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListLeagueDatasetsResponse.
65
+ r"""Sets the lists of this ListLeagueDatasetsResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListLeagueDatasetsResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListLeagueDatasetsResponse.
76
+ r"""Gets the total of this ListLeagueDatasetsResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListLeagueDatasetsResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListLeagueDatasetsResponse.
87
+ r"""Sets the total of this ListLeagueDatasetsResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -29,7 +29,7 @@ class ListLeaguesRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, limit=None, offset=None, type=None):
32
- """ListLeaguesRequest
32
+ r"""ListLeaguesRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class ListLeaguesRequest:
54
54
 
55
55
  @property
56
56
  def limit(self):
57
- """Gets the limit of this ListLeaguesRequest.
57
+ r"""Gets the limit of this ListLeaguesRequest.
58
58
 
59
59
  每页记录数,取值0-100
60
60
 
@@ -65,7 +65,7 @@ class ListLeaguesRequest:
65
65
 
66
66
  @limit.setter
67
67
  def limit(self, limit):
68
- """Sets the limit of this ListLeaguesRequest.
68
+ r"""Sets the limit of this ListLeaguesRequest.
69
69
 
70
70
  每页记录数,取值0-100
71
71
 
@@ -76,7 +76,7 @@ class ListLeaguesRequest:
76
76
 
77
77
  @property
78
78
  def offset(self):
79
- """Gets the offset of this ListLeaguesRequest.
79
+ r"""Gets the offset of this ListLeaguesRequest.
80
80
 
81
81
  记录数偏移量
82
82
 
@@ -87,7 +87,7 @@ class ListLeaguesRequest:
87
87
 
88
88
  @offset.setter
89
89
  def offset(self, offset):
90
- """Sets the offset of this ListLeaguesRequest.
90
+ r"""Sets the offset of this ListLeaguesRequest.
91
91
 
92
92
  记录数偏移量
93
93
 
@@ -98,7 +98,7 @@ class ListLeaguesRequest:
98
98
 
99
99
  @property
100
100
  def type(self):
101
- """Gets the type of this ListLeaguesRequest.
101
+ r"""Gets the type of this ListLeaguesRequest.
102
102
 
103
103
  查询的联盟类型,owned:创建者,participativenormal:参与者
104
104
 
@@ -109,7 +109,7 @@ class ListLeaguesRequest:
109
109
 
110
110
  @type.setter
111
111
  def type(self, type):
112
- """Sets the type of this ListLeaguesRequest.
112
+ r"""Sets the type of this ListLeaguesRequest.
113
113
 
114
114
  查询的联盟类型,owned:创建者,participativenormal:参与者
115
115