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
@@ -28,7 +28,7 @@ class ListLeaguesResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListLeaguesResponse
31
+ r"""ListLeaguesResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListLeaguesResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListLeaguesResponse.
54
+ r"""Gets the lists of this ListLeaguesResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListLeaguesResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListLeaguesResponse.
65
+ r"""Sets the lists of this ListLeaguesResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListLeaguesResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListLeaguesResponse.
76
+ r"""Gets the total of this ListLeaguesResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListLeaguesResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListLeaguesResponse.
87
+ r"""Sets the total of this ListLeaguesResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -29,7 +29,7 @@ class ListNodesRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, league_id=None, offset=None, limit=None):
32
- """ListNodesRequest
32
+ r"""ListNodesRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class ListNodesRequest:
54
54
 
55
55
  @property
56
56
  def league_id(self):
57
- """Gets the league_id of this ListNodesRequest.
57
+ r"""Gets the league_id of this ListNodesRequest.
58
58
 
59
59
  联盟id,最大32位,字母和数字组成
60
60
 
@@ -65,7 +65,7 @@ class ListNodesRequest:
65
65
 
66
66
  @league_id.setter
67
67
  def league_id(self, league_id):
68
- """Sets the league_id of this ListNodesRequest.
68
+ r"""Sets the league_id of this ListNodesRequest.
69
69
 
70
70
  联盟id,最大32位,字母和数字组成
71
71
 
@@ -76,7 +76,7 @@ class ListNodesRequest:
76
76
 
77
77
  @property
78
78
  def offset(self):
79
- """Gets the offset of this ListNodesRequest.
79
+ r"""Gets the offset of this ListNodesRequest.
80
80
 
81
81
  记录数偏移量
82
82
 
@@ -87,7 +87,7 @@ class ListNodesRequest:
87
87
 
88
88
  @offset.setter
89
89
  def offset(self, offset):
90
- """Sets the offset of this ListNodesRequest.
90
+ r"""Sets the offset of this ListNodesRequest.
91
91
 
92
92
  记录数偏移量
93
93
 
@@ -98,7 +98,7 @@ class ListNodesRequest:
98
98
 
99
99
  @property
100
100
  def limit(self):
101
- """Gets the limit of this ListNodesRequest.
101
+ r"""Gets the limit of this ListNodesRequest.
102
102
 
103
103
  每页记录数,取值0-100
104
104
 
@@ -109,7 +109,7 @@ class ListNodesRequest:
109
109
 
110
110
  @limit.setter
111
111
  def limit(self, limit):
112
- """Sets the limit of this ListNodesRequest.
112
+ r"""Sets the limit of this ListNodesRequest.
113
113
 
114
114
  每页记录数,取值0-100
115
115
 
@@ -28,7 +28,7 @@ class ListNodesResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListNodesResponse
31
+ r"""ListNodesResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListNodesResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListNodesResponse.
54
+ r"""Gets the lists of this ListNodesResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListNodesResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListNodesResponse.
65
+ r"""Sets the lists of this ListNodesResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListNodesResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListNodesResponse.
76
+ r"""Gets the total of this ListNodesResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListNodesResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListNodesResponse.
87
+ r"""Sets the total of this ListNodesResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -27,7 +27,7 @@ class ListNoticesRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, limit=None, offset=None):
30
- """ListNoticesRequest
30
+ r"""ListNoticesRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -48,7 +48,7 @@ class ListNoticesRequest:
48
48
 
49
49
  @property
50
50
  def limit(self):
51
- """Gets the limit of this ListNoticesRequest.
51
+ r"""Gets the limit of this ListNoticesRequest.
52
52
 
53
53
  每页记录数,取值0-100
54
54
 
@@ -59,7 +59,7 @@ class ListNoticesRequest:
59
59
 
60
60
  @limit.setter
61
61
  def limit(self, limit):
62
- """Sets the limit of this ListNoticesRequest.
62
+ r"""Sets the limit of this ListNoticesRequest.
63
63
 
64
64
  每页记录数,取值0-100
65
65
 
@@ -70,7 +70,7 @@ class ListNoticesRequest:
70
70
 
71
71
  @property
72
72
  def offset(self):
73
- """Gets the offset of this ListNoticesRequest.
73
+ r"""Gets the offset of this ListNoticesRequest.
74
74
 
75
75
  记录数偏移量
76
76
 
@@ -81,7 +81,7 @@ class ListNoticesRequest:
81
81
 
82
82
  @offset.setter
83
83
  def offset(self, offset):
84
- """Sets the offset of this ListNoticesRequest.
84
+ r"""Sets the offset of this ListNoticesRequest.
85
85
 
86
86
  记录数偏移量
87
87
 
@@ -28,7 +28,7 @@ class ListNoticesResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListNoticesResponse
31
+ r"""ListNoticesResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListNoticesResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListNoticesResponse.
54
+ r"""Gets the lists of this ListNoticesResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListNoticesResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListNoticesResponse.
65
+ r"""Sets the lists of this ListNoticesResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListNoticesResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListNoticesResponse.
76
+ r"""Gets the total of this ListNoticesResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListNoticesResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListNoticesResponse.
87
+ r"""Sets the total of this ListNoticesResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -29,7 +29,7 @@ class ListPartnersRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, limit=None, offset=None, league_id=None):
32
- """ListPartnersRequest
32
+ r"""ListPartnersRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class ListPartnersRequest:
54
54
 
55
55
  @property
56
56
  def limit(self):
57
- """Gets the limit of this ListPartnersRequest.
57
+ r"""Gets the limit of this ListPartnersRequest.
58
58
 
59
59
  每页记录数,取值0-100
60
60
 
@@ -65,7 +65,7 @@ class ListPartnersRequest:
65
65
 
66
66
  @limit.setter
67
67
  def limit(self, limit):
68
- """Sets the limit of this ListPartnersRequest.
68
+ r"""Sets the limit of this ListPartnersRequest.
69
69
 
70
70
  每页记录数,取值0-100
71
71
 
@@ -76,7 +76,7 @@ class ListPartnersRequest:
76
76
 
77
77
  @property
78
78
  def offset(self):
79
- """Gets the offset of this ListPartnersRequest.
79
+ r"""Gets the offset of this ListPartnersRequest.
80
80
 
81
81
  记录数偏移量
82
82
 
@@ -87,7 +87,7 @@ class ListPartnersRequest:
87
87
 
88
88
  @offset.setter
89
89
  def offset(self, offset):
90
- """Sets the offset of this ListPartnersRequest.
90
+ r"""Sets the offset of this ListPartnersRequest.
91
91
 
92
92
  记录数偏移量
93
93
 
@@ -98,7 +98,7 @@ class ListPartnersRequest:
98
98
 
99
99
  @property
100
100
  def league_id(self):
101
- """Gets the league_id of this ListPartnersRequest.
101
+ r"""Gets the league_id of this ListPartnersRequest.
102
102
 
103
103
  联盟id,最大32位,字母和数字组成
104
104
 
@@ -109,7 +109,7 @@ class ListPartnersRequest:
109
109
 
110
110
  @league_id.setter
111
111
  def league_id(self, league_id):
112
- """Sets the league_id of this ListPartnersRequest.
112
+ r"""Sets the league_id of this ListPartnersRequest.
113
113
 
114
114
  联盟id,最大32位,字母和数字组成
115
115
 
@@ -28,7 +28,7 @@ class ListPartnersResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListPartnersResponse
31
+ r"""ListPartnersResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListPartnersResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListPartnersResponse.
54
+ r"""Gets the lists of this ListPartnersResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListPartnersResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListPartnersResponse.
65
+ r"""Sets the lists of this ListPartnersResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListPartnersResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListPartnersResponse.
76
+ r"""Gets the total of this ListPartnersResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListPartnersResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListPartnersResponse.
87
+ r"""Sets the total of this ListPartnersResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -29,7 +29,7 @@ class ListSqlJobRequest:
29
29
  }
30
30
 
31
31
  def __init__(self, league_id=None, limit=None, offset=None):
32
- """ListSqlJobRequest
32
+ r"""ListSqlJobRequest
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -54,7 +54,7 @@ class ListSqlJobRequest:
54
54
 
55
55
  @property
56
56
  def league_id(self):
57
- """Gets the league_id of this ListSqlJobRequest.
57
+ r"""Gets the league_id of this ListSqlJobRequest.
58
58
 
59
59
  联盟id,最大32位,字母和数字组成
60
60
 
@@ -65,7 +65,7 @@ class ListSqlJobRequest:
65
65
 
66
66
  @league_id.setter
67
67
  def league_id(self, league_id):
68
- """Sets the league_id of this ListSqlJobRequest.
68
+ r"""Sets the league_id of this ListSqlJobRequest.
69
69
 
70
70
  联盟id,最大32位,字母和数字组成
71
71
 
@@ -76,7 +76,7 @@ class ListSqlJobRequest:
76
76
 
77
77
  @property
78
78
  def limit(self):
79
- """Gets the limit of this ListSqlJobRequest.
79
+ r"""Gets the limit of this ListSqlJobRequest.
80
80
 
81
81
  每页记录数,取值0-100
82
82
 
@@ -87,7 +87,7 @@ class ListSqlJobRequest:
87
87
 
88
88
  @limit.setter
89
89
  def limit(self, limit):
90
- """Sets the limit of this ListSqlJobRequest.
90
+ r"""Sets the limit of this ListSqlJobRequest.
91
91
 
92
92
  每页记录数,取值0-100
93
93
 
@@ -98,7 +98,7 @@ class ListSqlJobRequest:
98
98
 
99
99
  @property
100
100
  def offset(self):
101
- """Gets the offset of this ListSqlJobRequest.
101
+ r"""Gets the offset of this ListSqlJobRequest.
102
102
 
103
103
  记录数偏移量
104
104
 
@@ -109,7 +109,7 @@ class ListSqlJobRequest:
109
109
 
110
110
  @offset.setter
111
111
  def offset(self, offset):
112
- """Sets the offset of this ListSqlJobRequest.
112
+ r"""Sets the offset of this ListSqlJobRequest.
113
113
 
114
114
  记录数偏移量
115
115
 
@@ -28,7 +28,7 @@ class ListSqlJobResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, lists=None, total=None):
31
- """ListSqlJobResponse
31
+ r"""ListSqlJobResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListSqlJobResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def lists(self):
54
- """Gets the lists of this ListSqlJobResponse.
54
+ r"""Gets the lists of this ListSqlJobResponse.
55
55
 
56
56
  实例集合
57
57
 
@@ -62,7 +62,7 @@ class ListSqlJobResponse(SdkResponse):
62
62
 
63
63
  @lists.setter
64
64
  def lists(self, lists):
65
- """Sets the lists of this ListSqlJobResponse.
65
+ r"""Sets the lists of this ListSqlJobResponse.
66
66
 
67
67
  实例集合
68
68
 
@@ -73,7 +73,7 @@ class ListSqlJobResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def total(self):
76
- """Gets the total of this ListSqlJobResponse.
76
+ r"""Gets the total of this ListSqlJobResponse.
77
77
 
78
78
  总记录数
79
79
 
@@ -84,7 +84,7 @@ class ListSqlJobResponse(SdkResponse):
84
84
 
85
85
  @total.setter
86
86
  def total(self, total):
87
- """Sets the total of this ListSqlJobResponse.
87
+ r"""Sets the total of this ListSqlJobResponse.
88
88
 
89
89
  总记录数
90
90
 
@@ -37,7 +37,7 @@ class PartnerDataVo:
37
37
  }
38
38
 
39
39
  def __init__(self, column_list=None, create_time=None, data_type=None, description=None, id=None, name=None, partner_domain_name=None):
40
- """PartnerDataVo
40
+ r"""PartnerDataVo
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
@@ -85,7 +85,7 @@ class PartnerDataVo:
85
85
 
86
86
  @property
87
87
  def column_list(self):
88
- """Gets the column_list of this PartnerDataVo.
88
+ r"""Gets the column_list of this PartnerDataVo.
89
89
 
90
90
  字段信息集合
91
91
 
@@ -96,7 +96,7 @@ class PartnerDataVo:
96
96
 
97
97
  @column_list.setter
98
98
  def column_list(self, column_list):
99
- """Sets the column_list of this PartnerDataVo.
99
+ r"""Sets the column_list of this PartnerDataVo.
100
100
 
101
101
  字段信息集合
102
102
 
@@ -107,7 +107,7 @@ class PartnerDataVo:
107
107
 
108
108
  @property
109
109
  def create_time(self):
110
- """Gets the create_time of this PartnerDataVo.
110
+ r"""Gets the create_time of this PartnerDataVo.
111
111
 
112
112
  创建时间
113
113
 
@@ -118,7 +118,7 @@ class PartnerDataVo:
118
118
 
119
119
  @create_time.setter
120
120
  def create_time(self, create_time):
121
- """Sets the create_time of this PartnerDataVo.
121
+ r"""Sets the create_time of this PartnerDataVo.
122
122
 
123
123
  创建时间
124
124
 
@@ -129,7 +129,7 @@ class PartnerDataVo:
129
129
 
130
130
  @property
131
131
  def data_type(self):
132
- """Gets the data_type of this PartnerDataVo.
132
+ r"""Gets the data_type of this PartnerDataVo.
133
133
 
134
134
  数据类型,DWS.DWS类型数据集,LOCAL_CSV.本地文件类型数集据,MRS.HIVE类型数据集,MYSQL.MySql类型数据集,ORACLE.Oracle类型数据集,RDS.RDS类型数据集
135
135
 
@@ -140,7 +140,7 @@ class PartnerDataVo:
140
140
 
141
141
  @data_type.setter
142
142
  def data_type(self, data_type):
143
- """Sets the data_type of this PartnerDataVo.
143
+ r"""Sets the data_type of this PartnerDataVo.
144
144
 
145
145
  数据类型,DWS.DWS类型数据集,LOCAL_CSV.本地文件类型数集据,MRS.HIVE类型数据集,MYSQL.MySql类型数据集,ORACLE.Oracle类型数据集,RDS.RDS类型数据集
146
146
 
@@ -151,7 +151,7 @@ class PartnerDataVo:
151
151
 
152
152
  @property
153
153
  def description(self):
154
- """Gets the description of this PartnerDataVo.
154
+ r"""Gets the description of this PartnerDataVo.
155
155
 
156
156
  描述
157
157
 
@@ -162,7 +162,7 @@ class PartnerDataVo:
162
162
 
163
163
  @description.setter
164
164
  def description(self, description):
165
- """Sets the description of this PartnerDataVo.
165
+ r"""Sets the description of this PartnerDataVo.
166
166
 
167
167
  描述
168
168
 
@@ -173,7 +173,7 @@ class PartnerDataVo:
173
173
 
174
174
  @property
175
175
  def id(self):
176
- """Gets the id of this PartnerDataVo.
176
+ r"""Gets the id of this PartnerDataVo.
177
177
 
178
178
  数据集id
179
179
 
@@ -184,7 +184,7 @@ class PartnerDataVo:
184
184
 
185
185
  @id.setter
186
186
  def id(self, id):
187
- """Sets the id of this PartnerDataVo.
187
+ r"""Sets the id of this PartnerDataVo.
188
188
 
189
189
  数据集id
190
190
 
@@ -195,7 +195,7 @@ class PartnerDataVo:
195
195
 
196
196
  @property
197
197
  def name(self):
198
- """Gets the name of this PartnerDataVo.
198
+ r"""Gets the name of this PartnerDataVo.
199
199
 
200
200
  数据集名称
201
201
 
@@ -206,7 +206,7 @@ class PartnerDataVo:
206
206
 
207
207
  @name.setter
208
208
  def name(self, name):
209
- """Sets the name of this PartnerDataVo.
209
+ r"""Sets the name of this PartnerDataVo.
210
210
 
211
211
  数据集名称
212
212
 
@@ -217,7 +217,7 @@ class PartnerDataVo:
217
217
 
218
218
  @property
219
219
  def partner_domain_name(self):
220
- """Gets the partner_domain_name of this PartnerDataVo.
220
+ r"""Gets the partner_domain_name of this PartnerDataVo.
221
221
 
222
222
  参与方租户名称
223
223
 
@@ -228,7 +228,7 @@ class PartnerDataVo:
228
228
 
229
229
  @partner_domain_name.setter
230
230
  def partner_domain_name(self, partner_domain_name):
231
- """Sets the partner_domain_name of this PartnerDataVo.
231
+ r"""Sets the partner_domain_name of this PartnerDataVo.
232
232
 
233
233
  参与方租户名称
234
234