huaweicloudsdkvas 3.1.142__py2.py3-none-any.whl → 3.1.144__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.
- huaweicloudsdkvas/v2/model/create_response_body.py +3 -3
- huaweicloudsdkvas/v2/model/create_tasks_request.py +5 -5
- huaweicloudsdkvas/v2/model/create_tasks_request_body.py +19 -19
- huaweicloudsdkvas/v2/model/create_tasks_response.py +3 -3
- huaweicloudsdkvas/v2/model/delete_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/delete_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/list_tasks_details_request.py +21 -21
- huaweicloudsdkvas/v2/model/list_tasks_details_response.py +5 -5
- huaweicloudsdkvas/v2/model/show_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/show_task_response.py +43 -43
- huaweicloudsdkvas/v2/model/start_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/start_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/stop_task_request.py +5 -5
- huaweicloudsdkvas/v2/model/stop_task_response.py +1 -1
- huaweicloudsdkvas/v2/model/task_details.py +41 -41
- huaweicloudsdkvas/v2/model/task_details_error.py +5 -5
- huaweicloudsdkvas/v2/model/task_details_service_title.py +5 -5
- huaweicloudsdkvas/v2/model/task_hosting_result.py +3 -3
- huaweicloudsdkvas/v2/model/task_hosting_result_hosting_result.py +9 -9
- huaweicloudsdkvas/v2/model/task_input.py +7 -7
- huaweicloudsdkvas/v2/model/task_input_data.py +23 -23
- huaweicloudsdkvas/v2/model/task_input_vcn.py +9 -9
- huaweicloudsdkvas/v2/model/task_output.py +11 -11
- huaweicloudsdkvas/v2/model/task_output_dis.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_for_display.py +11 -11
- huaweicloudsdkvas/v2/model/task_output_hosting.py +3 -3
- huaweicloudsdkvas/v2/model/task_output_hosting_for_display.py +7 -7
- huaweicloudsdkvas/v2/model/task_output_hosting_for_display_obs.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_localpath.py +5 -5
- huaweicloudsdkvas/v2/model/task_output_obs.py +7 -7
- huaweicloudsdkvas/v2/model/task_output_webhook.py +7 -7
- huaweicloudsdkvas/v2/model/task_service_config.py +3 -3
- huaweicloudsdkvas/v2/model/task_timing.py +15 -15
- huaweicloudsdkvas/v2/model/task_timing_frequency.py +9 -9
- huaweicloudsdkvas/v2/model/task_timing_periods.py +5 -5
- huaweicloudsdkvas/v2/model/update_task_request.py +7 -7
- huaweicloudsdkvas/v2/model/update_task_request_body.py +13 -13
- huaweicloudsdkvas/v2/model/update_task_response.py +41 -41
- huaweicloudsdkvas/v2/vas_async_client.py +7 -7
- huaweicloudsdkvas/v2/vas_client.py +7 -7
- {huaweicloudsdkvas-3.1.142.dist-info → huaweicloudsdkvas-3.1.144.dist-info}/METADATA +2 -2
- huaweicloudsdkvas-3.1.144.dist-info/RECORD +50 -0
- huaweicloudsdkvas-3.1.142.dist-info/RECORD +0 -50
- {huaweicloudsdkvas-3.1.142.dist-info → huaweicloudsdkvas-3.1.144.dist-info}/LICENSE +0 -0
- {huaweicloudsdkvas-3.1.142.dist-info → huaweicloudsdkvas-3.1.144.dist-info}/WHEEL +0 -0
- {huaweicloudsdkvas-3.1.142.dist-info → huaweicloudsdkvas-3.1.144.dist-info}/top_level.txt +0 -0
@@ -45,7 +45,7 @@ class TaskInputData:
|
|
45
45
|
}
|
46
46
|
|
47
47
|
def __init__(self, stream_name=None, bucket=None, path=None, url=None, headers=None, certificate_check=None, rtsp_path_in_response=None, node_id=None, device_id=None, stream_type=None, id=None):
|
48
|
-
"""TaskInputData
|
48
|
+
r"""TaskInputData
|
49
49
|
|
50
50
|
The model defined in huaweicloud sdk
|
51
51
|
|
@@ -113,7 +113,7 @@ class TaskInputData:
|
|
113
113
|
|
114
114
|
@property
|
115
115
|
def stream_name(self):
|
116
|
-
"""Gets the stream_name of this TaskInputData.
|
116
|
+
r"""Gets the stream_name of this TaskInputData.
|
117
117
|
|
118
118
|
VIS的视频流名称,当输入为vis类型时必填。
|
119
119
|
|
@@ -124,7 +124,7 @@ class TaskInputData:
|
|
124
124
|
|
125
125
|
@stream_name.setter
|
126
126
|
def stream_name(self, stream_name):
|
127
|
-
"""Sets the stream_name of this TaskInputData.
|
127
|
+
r"""Sets the stream_name of this TaskInputData.
|
128
128
|
|
129
129
|
VIS的视频流名称,当输入为vis类型时必填。
|
130
130
|
|
@@ -135,7 +135,7 @@ class TaskInputData:
|
|
135
135
|
|
136
136
|
@property
|
137
137
|
def bucket(self):
|
138
|
-
"""Gets the bucket of this TaskInputData.
|
138
|
+
r"""Gets the bucket of this TaskInputData.
|
139
139
|
|
140
140
|
OBS桶名,当输入为obs类型时必填。
|
141
141
|
|
@@ -146,7 +146,7 @@ class TaskInputData:
|
|
146
146
|
|
147
147
|
@bucket.setter
|
148
148
|
def bucket(self, bucket):
|
149
|
-
"""Sets the bucket of this TaskInputData.
|
149
|
+
r"""Sets the bucket of this TaskInputData.
|
150
150
|
|
151
151
|
OBS桶名,当输入为obs类型时必填。
|
152
152
|
|
@@ -157,7 +157,7 @@ class TaskInputData:
|
|
157
157
|
|
158
158
|
@property
|
159
159
|
def path(self):
|
160
|
-
"""Gets the path of this TaskInputData.
|
160
|
+
r"""Gets the path of this TaskInputData.
|
161
161
|
|
162
162
|
OBS的路径,当输入为obs类型时必填。
|
163
163
|
|
@@ -168,7 +168,7 @@ class TaskInputData:
|
|
168
168
|
|
169
169
|
@path.setter
|
170
170
|
def path(self, path):
|
171
|
-
"""Sets the path of this TaskInputData.
|
171
|
+
r"""Sets the path of this TaskInputData.
|
172
172
|
|
173
173
|
OBS的路径,当输入为obs类型时必填。
|
174
174
|
|
@@ -179,7 +179,7 @@ class TaskInputData:
|
|
179
179
|
|
180
180
|
@property
|
181
181
|
def url(self):
|
182
|
-
"""Gets the url of this TaskInputData.
|
182
|
+
r"""Gets the url of this TaskInputData.
|
183
183
|
|
184
184
|
url输入源的地址或者获取视频流地址的restful请求地址,当输入为url类型或者edgerestful类型时必填。长度不超过1000。
|
185
185
|
|
@@ -190,7 +190,7 @@ class TaskInputData:
|
|
190
190
|
|
191
191
|
@url.setter
|
192
192
|
def url(self, url):
|
193
|
-
"""Sets the url of this TaskInputData.
|
193
|
+
r"""Sets the url of this TaskInputData.
|
194
194
|
|
195
195
|
url输入源的地址或者获取视频流地址的restful请求地址,当输入为url类型或者edgerestful类型时必填。长度不超过1000。
|
196
196
|
|
@@ -201,7 +201,7 @@ class TaskInputData:
|
|
201
201
|
|
202
202
|
@property
|
203
203
|
def headers(self):
|
204
|
-
"""Gets the headers of this TaskInputData.
|
204
|
+
r"""Gets the headers of this TaskInputData.
|
205
205
|
|
206
206
|
获取视频流地址的restful请求携带的请求头,当输入为edgerestful类型时可选。整体呈json格式,以键值对的形式表示请求头和取值,最多允许10组。
|
207
207
|
|
@@ -212,7 +212,7 @@ class TaskInputData:
|
|
212
212
|
|
213
213
|
@headers.setter
|
214
214
|
def headers(self, headers):
|
215
|
-
"""Sets the headers of this TaskInputData.
|
215
|
+
r"""Sets the headers of this TaskInputData.
|
216
216
|
|
217
217
|
获取视频流地址的restful请求携带的请求头,当输入为edgerestful类型时可选。整体呈json格式,以键值对的形式表示请求头和取值,最多允许10组。
|
218
218
|
|
@@ -223,7 +223,7 @@ class TaskInputData:
|
|
223
223
|
|
224
224
|
@property
|
225
225
|
def certificate_check(self):
|
226
|
-
"""Gets the certificate_check of this TaskInputData.
|
226
|
+
r"""Gets the certificate_check of this TaskInputData.
|
227
227
|
|
228
228
|
是否需要对https请求进行证书校验,当输入为edgerestful类型时必填。取值为true或者false。
|
229
229
|
|
@@ -234,7 +234,7 @@ class TaskInputData:
|
|
234
234
|
|
235
235
|
@certificate_check.setter
|
236
236
|
def certificate_check(self, certificate_check):
|
237
|
-
"""Sets the certificate_check of this TaskInputData.
|
237
|
+
r"""Sets the certificate_check of this TaskInputData.
|
238
238
|
|
239
239
|
是否需要对https请求进行证书校验,当输入为edgerestful类型时必填。取值为true或者false。
|
240
240
|
|
@@ -245,7 +245,7 @@ class TaskInputData:
|
|
245
245
|
|
246
246
|
@property
|
247
247
|
def rtsp_path_in_response(self):
|
248
|
-
"""Gets the rtsp_path_in_response of this TaskInputData.
|
248
|
+
r"""Gets the rtsp_path_in_response of this TaskInputData.
|
249
249
|
|
250
250
|
restful请求返回的body中,视频流地址的路径,当输入为edgerestful类型时必填。长度不超过1024。
|
251
251
|
|
@@ -256,7 +256,7 @@ class TaskInputData:
|
|
256
256
|
|
257
257
|
@rtsp_path_in_response.setter
|
258
258
|
def rtsp_path_in_response(self, rtsp_path_in_response):
|
259
|
-
"""Sets the rtsp_path_in_response of this TaskInputData.
|
259
|
+
r"""Sets the rtsp_path_in_response of this TaskInputData.
|
260
260
|
|
261
261
|
restful请求返回的body中,视频流地址的路径,当输入为edgerestful类型时必填。长度不超过1024。
|
262
262
|
|
@@ -267,7 +267,7 @@ class TaskInputData:
|
|
267
267
|
|
268
268
|
@property
|
269
269
|
def node_id(self):
|
270
|
-
"""Gets the node_id of this TaskInputData.
|
270
|
+
r"""Gets the node_id of this TaskInputData.
|
271
271
|
|
272
272
|
IEF节点的ID,仅部分服务在输入类型为edgerestful或vcn时需填且必填。
|
273
273
|
|
@@ -278,7 +278,7 @@ class TaskInputData:
|
|
278
278
|
|
279
279
|
@node_id.setter
|
280
280
|
def node_id(self, node_id):
|
281
|
-
"""Sets the node_id of this TaskInputData.
|
281
|
+
r"""Sets the node_id of this TaskInputData.
|
282
282
|
|
283
283
|
IEF节点的ID,仅部分服务在输入类型为edgerestful或vcn时需填且必填。
|
284
284
|
|
@@ -289,7 +289,7 @@ class TaskInputData:
|
|
289
289
|
|
290
290
|
@property
|
291
291
|
def device_id(self):
|
292
|
-
"""Gets the device_id of this TaskInputData.
|
292
|
+
r"""Gets the device_id of this TaskInputData.
|
293
293
|
|
294
294
|
VCN设备ID,当输入为vcn类型时必填。
|
295
295
|
|
@@ -300,7 +300,7 @@ class TaskInputData:
|
|
300
300
|
|
301
301
|
@device_id.setter
|
302
302
|
def device_id(self, device_id):
|
303
|
-
"""Sets the device_id of this TaskInputData.
|
303
|
+
r"""Sets the device_id of this TaskInputData.
|
304
304
|
|
305
305
|
VCN设备ID,当输入为vcn类型时必填。
|
306
306
|
|
@@ -311,7 +311,7 @@ class TaskInputData:
|
|
311
311
|
|
312
312
|
@property
|
313
313
|
def stream_type(self):
|
314
|
-
"""Gets the stream_type of this TaskInputData.
|
314
|
+
r"""Gets the stream_type of this TaskInputData.
|
315
315
|
|
316
316
|
准备进行分析的码流,当输入为vcn类型时选填。取值范围为1~3,其中1代表主码流,2代表子码流1,3代表子码流2。
|
317
317
|
|
@@ -322,7 +322,7 @@ class TaskInputData:
|
|
322
322
|
|
323
323
|
@stream_type.setter
|
324
324
|
def stream_type(self, stream_type):
|
325
|
-
"""Sets the stream_type of this TaskInputData.
|
325
|
+
r"""Sets the stream_type of this TaskInputData.
|
326
326
|
|
327
327
|
准备进行分析的码流,当输入为vcn类型时选填。取值范围为1~3,其中1代表主码流,2代表子码流1,3代表子码流2。
|
328
328
|
|
@@ -333,7 +333,7 @@ class TaskInputData:
|
|
333
333
|
|
334
334
|
@property
|
335
335
|
def id(self):
|
336
|
-
"""Gets the id of this TaskInputData.
|
336
|
+
r"""Gets the id of this TaskInputData.
|
337
337
|
|
338
338
|
IEF挂载的边缘设备的ID,当输入为edgecamera类型时必填。
|
339
339
|
|
@@ -344,7 +344,7 @@ class TaskInputData:
|
|
344
344
|
|
345
345
|
@id.setter
|
346
346
|
def id(self, id):
|
347
|
-
"""Sets the id of this TaskInputData.
|
347
|
+
r"""Sets the id of this TaskInputData.
|
348
348
|
|
349
349
|
IEF挂载的边缘设备的ID,当输入为edgecamera类型时必填。
|
350
350
|
|
@@ -31,7 +31,7 @@ class TaskInputVcn:
|
|
31
31
|
}
|
32
32
|
|
33
33
|
def __init__(self, ip=None, port=None, username=None, password=None):
|
34
|
-
"""TaskInputVcn
|
34
|
+
r"""TaskInputVcn
|
35
35
|
|
36
36
|
The model defined in huaweicloud sdk
|
37
37
|
|
@@ -60,7 +60,7 @@ class TaskInputVcn:
|
|
60
60
|
|
61
61
|
@property
|
62
62
|
def ip(self):
|
63
|
-
"""Gets the ip of this TaskInputVcn.
|
63
|
+
r"""Gets the ip of this TaskInputVcn.
|
64
64
|
|
65
65
|
VCN服务器的IP地址,仅输入类型为vcn时需填且必填。
|
66
66
|
|
@@ -71,7 +71,7 @@ class TaskInputVcn:
|
|
71
71
|
|
72
72
|
@ip.setter
|
73
73
|
def ip(self, ip):
|
74
|
-
"""Sets the ip of this TaskInputVcn.
|
74
|
+
r"""Sets the ip of this TaskInputVcn.
|
75
75
|
|
76
76
|
VCN服务器的IP地址,仅输入类型为vcn时需填且必填。
|
77
77
|
|
@@ -82,7 +82,7 @@ class TaskInputVcn:
|
|
82
82
|
|
83
83
|
@property
|
84
84
|
def port(self):
|
85
|
-
"""Gets the port of this TaskInputVcn.
|
85
|
+
r"""Gets the port of this TaskInputVcn.
|
86
86
|
|
87
87
|
VCN服务器的端口号,仅输入类型为vcn时需填且必填。
|
88
88
|
|
@@ -93,7 +93,7 @@ class TaskInputVcn:
|
|
93
93
|
|
94
94
|
@port.setter
|
95
95
|
def port(self, port):
|
96
|
-
"""Sets the port of this TaskInputVcn.
|
96
|
+
r"""Sets the port of this TaskInputVcn.
|
97
97
|
|
98
98
|
VCN服务器的端口号,仅输入类型为vcn时需填且必填。
|
99
99
|
|
@@ -104,7 +104,7 @@ class TaskInputVcn:
|
|
104
104
|
|
105
105
|
@property
|
106
106
|
def username(self):
|
107
|
-
"""Gets the username of this TaskInputVcn.
|
107
|
+
r"""Gets the username of this TaskInputVcn.
|
108
108
|
|
109
109
|
VCN服务器的账号名,仅输入类型为vcn时需填且必填。
|
110
110
|
|
@@ -115,7 +115,7 @@ class TaskInputVcn:
|
|
115
115
|
|
116
116
|
@username.setter
|
117
117
|
def username(self, username):
|
118
|
-
"""Sets the username of this TaskInputVcn.
|
118
|
+
r"""Sets the username of this TaskInputVcn.
|
119
119
|
|
120
120
|
VCN服务器的账号名,仅输入类型为vcn时需填且必填。
|
121
121
|
|
@@ -126,7 +126,7 @@ class TaskInputVcn:
|
|
126
126
|
|
127
127
|
@property
|
128
128
|
def password(self):
|
129
|
-
"""Gets the password of this TaskInputVcn.
|
129
|
+
r"""Gets the password of this TaskInputVcn.
|
130
130
|
|
131
131
|
VCN服务器的与账号对应的密码,仅输入类型为vcn时需填且必填。
|
132
132
|
|
@@ -137,7 +137,7 @@ class TaskInputVcn:
|
|
137
137
|
|
138
138
|
@password.setter
|
139
139
|
def password(self, password):
|
140
|
-
"""Sets the password of this TaskInputVcn.
|
140
|
+
r"""Sets the password of this TaskInputVcn.
|
141
141
|
|
142
142
|
VCN服务器的与账号对应的密码,仅输入类型为vcn时需填且必填。
|
143
143
|
|
@@ -33,7 +33,7 @@ class TaskOutput:
|
|
33
33
|
}
|
34
34
|
|
35
35
|
def __init__(self, obs=None, dis=None, webhook=None, hosting=None, localpath=None):
|
36
|
-
"""TaskOutput
|
36
|
+
r"""TaskOutput
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
@@ -71,7 +71,7 @@ class TaskOutput:
|
|
71
71
|
|
72
72
|
@property
|
73
73
|
def obs(self):
|
74
|
-
"""Gets the obs of this TaskOutput.
|
74
|
+
r"""Gets the obs of this TaskOutput.
|
75
75
|
|
76
76
|
:return: The obs of this TaskOutput.
|
77
77
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputObs`
|
@@ -80,7 +80,7 @@ class TaskOutput:
|
|
80
80
|
|
81
81
|
@obs.setter
|
82
82
|
def obs(self, obs):
|
83
|
-
"""Sets the obs of this TaskOutput.
|
83
|
+
r"""Sets the obs of this TaskOutput.
|
84
84
|
|
85
85
|
:param obs: The obs of this TaskOutput.
|
86
86
|
:type obs: :class:`huaweicloudsdkvas.v2.TaskOutputObs`
|
@@ -89,7 +89,7 @@ class TaskOutput:
|
|
89
89
|
|
90
90
|
@property
|
91
91
|
def dis(self):
|
92
|
-
"""Gets the dis of this TaskOutput.
|
92
|
+
r"""Gets the dis of this TaskOutput.
|
93
93
|
|
94
94
|
:return: The dis of this TaskOutput.
|
95
95
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputDis`
|
@@ -98,7 +98,7 @@ class TaskOutput:
|
|
98
98
|
|
99
99
|
@dis.setter
|
100
100
|
def dis(self, dis):
|
101
|
-
"""Sets the dis of this TaskOutput.
|
101
|
+
r"""Sets the dis of this TaskOutput.
|
102
102
|
|
103
103
|
:param dis: The dis of this TaskOutput.
|
104
104
|
:type dis: :class:`huaweicloudsdkvas.v2.TaskOutputDis`
|
@@ -107,7 +107,7 @@ class TaskOutput:
|
|
107
107
|
|
108
108
|
@property
|
109
109
|
def webhook(self):
|
110
|
-
"""Gets the webhook of this TaskOutput.
|
110
|
+
r"""Gets the webhook of this TaskOutput.
|
111
111
|
|
112
112
|
:return: The webhook of this TaskOutput.
|
113
113
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputWebhook`
|
@@ -116,7 +116,7 @@ class TaskOutput:
|
|
116
116
|
|
117
117
|
@webhook.setter
|
118
118
|
def webhook(self, webhook):
|
119
|
-
"""Sets the webhook of this TaskOutput.
|
119
|
+
r"""Sets the webhook of this TaskOutput.
|
120
120
|
|
121
121
|
:param webhook: The webhook of this TaskOutput.
|
122
122
|
:type webhook: :class:`huaweicloudsdkvas.v2.TaskOutputWebhook`
|
@@ -125,7 +125,7 @@ class TaskOutput:
|
|
125
125
|
|
126
126
|
@property
|
127
127
|
def hosting(self):
|
128
|
-
"""Gets the hosting of this TaskOutput.
|
128
|
+
r"""Gets the hosting of this TaskOutput.
|
129
129
|
|
130
130
|
:return: The hosting of this TaskOutput.
|
131
131
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputHosting`
|
@@ -134,7 +134,7 @@ class TaskOutput:
|
|
134
134
|
|
135
135
|
@hosting.setter
|
136
136
|
def hosting(self, hosting):
|
137
|
-
"""Sets the hosting of this TaskOutput.
|
137
|
+
r"""Sets the hosting of this TaskOutput.
|
138
138
|
|
139
139
|
:param hosting: The hosting of this TaskOutput.
|
140
140
|
:type hosting: :class:`huaweicloudsdkvas.v2.TaskOutputHosting`
|
@@ -143,7 +143,7 @@ class TaskOutput:
|
|
143
143
|
|
144
144
|
@property
|
145
145
|
def localpath(self):
|
146
|
-
"""Gets the localpath of this TaskOutput.
|
146
|
+
r"""Gets the localpath of this TaskOutput.
|
147
147
|
|
148
148
|
:return: The localpath of this TaskOutput.
|
149
149
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputLocalpath`
|
@@ -152,7 +152,7 @@ class TaskOutput:
|
|
152
152
|
|
153
153
|
@localpath.setter
|
154
154
|
def localpath(self, localpath):
|
155
|
-
"""Sets the localpath of this TaskOutput.
|
155
|
+
r"""Sets the localpath of this TaskOutput.
|
156
156
|
|
157
157
|
:param localpath: The localpath of this TaskOutput.
|
158
158
|
:type localpath: :class:`huaweicloudsdkvas.v2.TaskOutputLocalpath`
|
@@ -27,7 +27,7 @@ class TaskOutputDis:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, stream_name=None, data_category=None):
|
30
|
-
"""TaskOutputDis
|
30
|
+
r"""TaskOutputDis
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -49,7 +49,7 @@ class TaskOutputDis:
|
|
49
49
|
|
50
50
|
@property
|
51
51
|
def stream_name(self):
|
52
|
-
"""Gets the stream_name of this TaskOutputDis.
|
52
|
+
r"""Gets the stream_name of this TaskOutputDis.
|
53
53
|
|
54
54
|
DIS流名称,选用dis类型输出时必填。
|
55
55
|
|
@@ -60,7 +60,7 @@ class TaskOutputDis:
|
|
60
60
|
|
61
61
|
@stream_name.setter
|
62
62
|
def stream_name(self, stream_name):
|
63
|
-
"""Sets the stream_name of this TaskOutputDis.
|
63
|
+
r"""Sets the stream_name of this TaskOutputDis.
|
64
64
|
|
65
65
|
DIS流名称,选用dis类型输出时必填。
|
66
66
|
|
@@ -71,7 +71,7 @@ class TaskOutputDis:
|
|
71
71
|
|
72
72
|
@property
|
73
73
|
def data_category(self):
|
74
|
-
"""Gets the data_category of this TaskOutputDis.
|
74
|
+
r"""Gets the data_category of this TaskOutputDis.
|
75
75
|
|
76
76
|
作业输出数据类别的列表,选填,仅部分服务需要。当输出类型下有这个列表时,表示希望这个输出类型下存放dataCategory列表内的数据。
|
77
77
|
|
@@ -82,7 +82,7 @@ class TaskOutputDis:
|
|
82
82
|
|
83
83
|
@data_category.setter
|
84
84
|
def data_category(self, data_category):
|
85
|
-
"""Sets the data_category of this TaskOutputDis.
|
85
|
+
r"""Sets the data_category of this TaskOutputDis.
|
86
86
|
|
87
87
|
作业输出数据类别的列表,选填,仅部分服务需要。当输出类型下有这个列表时,表示希望这个输出类型下存放dataCategory列表内的数据。
|
88
88
|
|
@@ -33,7 +33,7 @@ class TaskOutputForDisplay:
|
|
33
33
|
}
|
34
34
|
|
35
35
|
def __init__(self, obs=None, dis=None, webhook=None, hosting=None, localpath=None):
|
36
|
-
"""TaskOutputForDisplay
|
36
|
+
r"""TaskOutputForDisplay
|
37
37
|
|
38
38
|
The model defined in huaweicloud sdk
|
39
39
|
|
@@ -71,7 +71,7 @@ class TaskOutputForDisplay:
|
|
71
71
|
|
72
72
|
@property
|
73
73
|
def obs(self):
|
74
|
-
"""Gets the obs of this TaskOutputForDisplay.
|
74
|
+
r"""Gets the obs of this TaskOutputForDisplay.
|
75
75
|
|
76
76
|
:return: The obs of this TaskOutputForDisplay.
|
77
77
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputObs`
|
@@ -80,7 +80,7 @@ class TaskOutputForDisplay:
|
|
80
80
|
|
81
81
|
@obs.setter
|
82
82
|
def obs(self, obs):
|
83
|
-
"""Sets the obs of this TaskOutputForDisplay.
|
83
|
+
r"""Sets the obs of this TaskOutputForDisplay.
|
84
84
|
|
85
85
|
:param obs: The obs of this TaskOutputForDisplay.
|
86
86
|
:type obs: :class:`huaweicloudsdkvas.v2.TaskOutputObs`
|
@@ -89,7 +89,7 @@ class TaskOutputForDisplay:
|
|
89
89
|
|
90
90
|
@property
|
91
91
|
def dis(self):
|
92
|
-
"""Gets the dis of this TaskOutputForDisplay.
|
92
|
+
r"""Gets the dis of this TaskOutputForDisplay.
|
93
93
|
|
94
94
|
:return: The dis of this TaskOutputForDisplay.
|
95
95
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputDis`
|
@@ -98,7 +98,7 @@ class TaskOutputForDisplay:
|
|
98
98
|
|
99
99
|
@dis.setter
|
100
100
|
def dis(self, dis):
|
101
|
-
"""Sets the dis of this TaskOutputForDisplay.
|
101
|
+
r"""Sets the dis of this TaskOutputForDisplay.
|
102
102
|
|
103
103
|
:param dis: The dis of this TaskOutputForDisplay.
|
104
104
|
:type dis: :class:`huaweicloudsdkvas.v2.TaskOutputDis`
|
@@ -107,7 +107,7 @@ class TaskOutputForDisplay:
|
|
107
107
|
|
108
108
|
@property
|
109
109
|
def webhook(self):
|
110
|
-
"""Gets the webhook of this TaskOutputForDisplay.
|
110
|
+
r"""Gets the webhook of this TaskOutputForDisplay.
|
111
111
|
|
112
112
|
:return: The webhook of this TaskOutputForDisplay.
|
113
113
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputWebhook`
|
@@ -116,7 +116,7 @@ class TaskOutputForDisplay:
|
|
116
116
|
|
117
117
|
@webhook.setter
|
118
118
|
def webhook(self, webhook):
|
119
|
-
"""Sets the webhook of this TaskOutputForDisplay.
|
119
|
+
r"""Sets the webhook of this TaskOutputForDisplay.
|
120
120
|
|
121
121
|
:param webhook: The webhook of this TaskOutputForDisplay.
|
122
122
|
:type webhook: :class:`huaweicloudsdkvas.v2.TaskOutputWebhook`
|
@@ -125,7 +125,7 @@ class TaskOutputForDisplay:
|
|
125
125
|
|
126
126
|
@property
|
127
127
|
def hosting(self):
|
128
|
-
"""Gets the hosting of this TaskOutputForDisplay.
|
128
|
+
r"""Gets the hosting of this TaskOutputForDisplay.
|
129
129
|
|
130
130
|
:return: The hosting of this TaskOutputForDisplay.
|
131
131
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputHostingForDisplay`
|
@@ -134,7 +134,7 @@ class TaskOutputForDisplay:
|
|
134
134
|
|
135
135
|
@hosting.setter
|
136
136
|
def hosting(self, hosting):
|
137
|
-
"""Sets the hosting of this TaskOutputForDisplay.
|
137
|
+
r"""Sets the hosting of this TaskOutputForDisplay.
|
138
138
|
|
139
139
|
:param hosting: The hosting of this TaskOutputForDisplay.
|
140
140
|
:type hosting: :class:`huaweicloudsdkvas.v2.TaskOutputHostingForDisplay`
|
@@ -143,7 +143,7 @@ class TaskOutputForDisplay:
|
|
143
143
|
|
144
144
|
@property
|
145
145
|
def localpath(self):
|
146
|
-
"""Gets the localpath of this TaskOutputForDisplay.
|
146
|
+
r"""Gets the localpath of this TaskOutputForDisplay.
|
147
147
|
|
148
148
|
:return: The localpath of this TaskOutputForDisplay.
|
149
149
|
:rtype: :class:`huaweicloudsdkvas.v2.TaskOutputLocalpath`
|
@@ -152,7 +152,7 @@ class TaskOutputForDisplay:
|
|
152
152
|
|
153
153
|
@localpath.setter
|
154
154
|
def localpath(self, localpath):
|
155
|
-
"""Sets the localpath of this TaskOutputForDisplay.
|
155
|
+
r"""Sets the localpath of this TaskOutputForDisplay.
|
156
156
|
|
157
157
|
:param localpath: The localpath of this TaskOutputForDisplay.
|
158
158
|
:type localpath: :class:`huaweicloudsdkvas.v2.TaskOutputLocalpath`
|
@@ -25,7 +25,7 @@ class TaskOutputHosting:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, data_category=None):
|
28
|
-
"""TaskOutputHosting
|
28
|
+
r"""TaskOutputHosting
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,7 +43,7 @@ class TaskOutputHosting:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def data_category(self):
|
46
|
-
"""Gets the data_category of this TaskOutputHosting.
|
46
|
+
r"""Gets the data_category of this TaskOutputHosting.
|
47
47
|
|
48
48
|
作业输出数据类别的列表,选填,仅部分服务需要。当输出类型下有这个列表时,表示希望这个输出类型下存放dataCategory列表内的数据。
|
49
49
|
|
@@ -54,7 +54,7 @@ class TaskOutputHosting:
|
|
54
54
|
|
55
55
|
@data_category.setter
|
56
56
|
def data_category(self, data_category):
|
57
|
-
"""Sets the data_category of this TaskOutputHosting.
|
57
|
+
r"""Sets the data_category of this TaskOutputHosting.
|
58
58
|
|
59
59
|
作业输出数据类别的列表,选填,仅部分服务需要。当输出类型下有这个列表时,表示希望这个输出类型下存放dataCategory列表内的数据。
|
60
60
|
|
@@ -29,7 +29,7 @@ class TaskOutputHostingForDisplay:
|
|
29
29
|
}
|
30
30
|
|
31
31
|
def __init__(self, obs=None, result_json_overdue_at=None, data_category=None):
|
32
|
-
"""TaskOutputHostingForDisplay
|
32
|
+
r"""TaskOutputHostingForDisplay
|
33
33
|
|
34
34
|
The model defined in huaweicloud sdk
|
35
35
|
|
@@ -57,7 +57,7 @@ class TaskOutputHostingForDisplay:
|
|
57
57
|
|
58
58
|
@property
|
59
59
|
def obs(self):
|
60
|
-
"""Gets the obs of this TaskOutputHostingForDisplay.
|
60
|
+
r"""Gets the obs of this TaskOutputHostingForDisplay.
|
61
61
|
|
62
62
|
作业所有结果文件所在的OBS桶和路径
|
63
63
|
|
@@ -68,7 +68,7 @@ class TaskOutputHostingForDisplay:
|
|
68
68
|
|
69
69
|
@obs.setter
|
70
70
|
def obs(self, obs):
|
71
|
-
"""Sets the obs of this TaskOutputHostingForDisplay.
|
71
|
+
r"""Sets the obs of this TaskOutputHostingForDisplay.
|
72
72
|
|
73
73
|
作业所有结果文件所在的OBS桶和路径
|
74
74
|
|
@@ -79,7 +79,7 @@ class TaskOutputHostingForDisplay:
|
|
79
79
|
|
80
80
|
@property
|
81
81
|
def result_json_overdue_at(self):
|
82
|
-
"""Gets the result_json_overdue_at of this TaskOutputHostingForDisplay.
|
82
|
+
r"""Gets the result_json_overdue_at of this TaskOutputHostingForDisplay.
|
83
83
|
|
84
84
|
作业结果文件的过期时间
|
85
85
|
|
@@ -90,7 +90,7 @@ class TaskOutputHostingForDisplay:
|
|
90
90
|
|
91
91
|
@result_json_overdue_at.setter
|
92
92
|
def result_json_overdue_at(self, result_json_overdue_at):
|
93
|
-
"""Sets the result_json_overdue_at of this TaskOutputHostingForDisplay.
|
93
|
+
r"""Sets the result_json_overdue_at of this TaskOutputHostingForDisplay.
|
94
94
|
|
95
95
|
作业结果文件的过期时间
|
96
96
|
|
@@ -101,7 +101,7 @@ class TaskOutputHostingForDisplay:
|
|
101
101
|
|
102
102
|
@property
|
103
103
|
def data_category(self):
|
104
|
-
"""Gets the data_category of this TaskOutputHostingForDisplay.
|
104
|
+
r"""Gets the data_category of this TaskOutputHostingForDisplay.
|
105
105
|
|
106
106
|
作业输出数据类别的列表,当输出类型下有这个列表时,表示希望这个输出类型下存放dataCategory列表内的数据,部分服务需要
|
107
107
|
|
@@ -112,7 +112,7 @@ class TaskOutputHostingForDisplay:
|
|
112
112
|
|
113
113
|
@data_category.setter
|
114
114
|
def data_category(self, data_category):
|
115
|
-
"""Sets the data_category of this TaskOutputHostingForDisplay.
|
115
|
+
r"""Sets the data_category of this TaskOutputHostingForDisplay.
|
116
116
|
|
117
117
|
作业输出数据类别的列表,当输出类型下有这个列表时,表示希望这个输出类型下存放dataCategory列表内的数据,部分服务需要
|
118
118
|
|
@@ -27,7 +27,7 @@ class TaskOutputHostingForDisplayObs:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, bucket=None, path=None):
|
30
|
-
"""TaskOutputHostingForDisplayObs
|
30
|
+
r"""TaskOutputHostingForDisplayObs
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -50,7 +50,7 @@ class TaskOutputHostingForDisplayObs:
|
|
50
50
|
|
51
51
|
@property
|
52
52
|
def bucket(self):
|
53
|
-
"""Gets the bucket of this TaskOutputHostingForDisplayObs.
|
53
|
+
r"""Gets the bucket of this TaskOutputHostingForDisplayObs.
|
54
54
|
|
55
55
|
结果文件result.json所在的OBS桶
|
56
56
|
|
@@ -61,7 +61,7 @@ class TaskOutputHostingForDisplayObs:
|
|
61
61
|
|
62
62
|
@bucket.setter
|
63
63
|
def bucket(self, bucket):
|
64
|
-
"""Sets the bucket of this TaskOutputHostingForDisplayObs.
|
64
|
+
r"""Sets the bucket of this TaskOutputHostingForDisplayObs.
|
65
65
|
|
66
66
|
结果文件result.json所在的OBS桶
|
67
67
|
|
@@ -72,7 +72,7 @@ class TaskOutputHostingForDisplayObs:
|
|
72
72
|
|
73
73
|
@property
|
74
74
|
def path(self):
|
75
|
-
"""Gets the path of this TaskOutputHostingForDisplayObs.
|
75
|
+
r"""Gets the path of this TaskOutputHostingForDisplayObs.
|
76
76
|
|
77
77
|
结果文件result.json所在的路径
|
78
78
|
|
@@ -83,7 +83,7 @@ class TaskOutputHostingForDisplayObs:
|
|
83
83
|
|
84
84
|
@path.setter
|
85
85
|
def path(self, path):
|
86
|
-
"""Sets the path of this TaskOutputHostingForDisplayObs.
|
86
|
+
r"""Sets the path of this TaskOutputHostingForDisplayObs.
|
87
87
|
|
88
88
|
结果文件result.json所在的路径
|
89
89
|
|