huaweicloudsdkoroas 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.
@@ -31,7 +31,7 @@ class CreateTaskRequest:
31
31
  }
32
32
 
33
33
  def __init__(self, x_apig_app_code=None, service_group=None, service_type=None, body=None):
34
- """CreateTaskRequest
34
+ r"""CreateTaskRequest
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -61,7 +61,7 @@ class CreateTaskRequest:
61
61
 
62
62
  @property
63
63
  def x_apig_app_code(self):
64
- """Gets the x_apig_app_code of this CreateTaskRequest.
64
+ r"""Gets the x_apig_app_code of this CreateTaskRequest.
65
65
 
66
66
  用户凭证
67
67
 
@@ -72,7 +72,7 @@ class CreateTaskRequest:
72
72
 
73
73
  @x_apig_app_code.setter
74
74
  def x_apig_app_code(self, x_apig_app_code):
75
- """Sets the x_apig_app_code of this CreateTaskRequest.
75
+ r"""Sets the x_apig_app_code of this CreateTaskRequest.
76
76
 
77
77
  用户凭证
78
78
 
@@ -83,7 +83,7 @@ class CreateTaskRequest:
83
83
 
84
84
  @property
85
85
  def service_group(self):
86
- """Gets the service_group of this CreateTaskRequest.
86
+ r"""Gets the service_group of this CreateTaskRequest.
87
87
 
88
88
  服务类别,针对不同服务类场景,为用户提前填充对应值,用户侧不需单独赋值;当前仅支持 二维切割 2dcut ,便于后续扩展
89
89
 
@@ -94,7 +94,7 @@ class CreateTaskRequest:
94
94
 
95
95
  @service_group.setter
96
96
  def service_group(self, service_group):
97
- """Sets the service_group of this CreateTaskRequest.
97
+ r"""Sets the service_group of this CreateTaskRequest.
98
98
 
99
99
  服务类别,针对不同服务类场景,为用户提前填充对应值,用户侧不需单独赋值;当前仅支持 二维切割 2dcut ,便于后续扩展
100
100
 
@@ -105,7 +105,7 @@ class CreateTaskRequest:
105
105
 
106
106
  @property
107
107
  def service_type(self):
108
- """Gets the service_type of this CreateTaskRequest.
108
+ r"""Gets the service_type of this CreateTaskRequest.
109
109
 
110
110
  子服务类型,针对不同服务,为用户提前填充对应值,用户侧不需单独赋值;服装切割固定为 irregular-textile,雕刻机切割固定为 engraving-machine-cutting, 板材切割固定为 regular-plate
111
111
 
@@ -116,7 +116,7 @@ class CreateTaskRequest:
116
116
 
117
117
  @service_type.setter
118
118
  def service_type(self, service_type):
119
- """Sets the service_type of this CreateTaskRequest.
119
+ r"""Sets the service_type of this CreateTaskRequest.
120
120
 
121
121
  子服务类型,针对不同服务,为用户提前填充对应值,用户侧不需单独赋值;服装切割固定为 irregular-textile,雕刻机切割固定为 engraving-machine-cutting, 板材切割固定为 regular-plate
122
122
 
@@ -127,7 +127,7 @@ class CreateTaskRequest:
127
127
 
128
128
  @property
129
129
  def body(self):
130
- """Gets the body of this CreateTaskRequest.
130
+ r"""Gets the body of this CreateTaskRequest.
131
131
 
132
132
  :return: The body of this CreateTaskRequest.
133
133
  :rtype: :class:`huaweicloudsdkoroas.v1.TaskDto`
@@ -136,7 +136,7 @@ class CreateTaskRequest:
136
136
 
137
137
  @body.setter
138
138
  def body(self, body):
139
- """Sets the body of this CreateTaskRequest.
139
+ r"""Sets the body of this CreateTaskRequest.
140
140
 
141
141
  :param body: The body of this CreateTaskRequest.
142
142
  :type body: :class:`huaweicloudsdkoroas.v1.TaskDto`
@@ -26,7 +26,7 @@ class CreateTaskResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, task_id=None):
29
- """CreateTaskResponse
29
+ r"""CreateTaskResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class CreateTaskResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def task_id(self):
47
- """Gets the task_id of this CreateTaskResponse.
47
+ r"""Gets the task_id of this CreateTaskResponse.
48
48
 
49
49
  任务编号
50
50
 
@@ -55,7 +55,7 @@ class CreateTaskResponse(SdkResponse):
55
55
 
56
56
  @task_id.setter
57
57
  def task_id(self, task_id):
58
- """Sets the task_id of this CreateTaskResponse.
58
+ r"""Sets the task_id of this CreateTaskResponse.
59
59
 
60
60
  任务编号
61
61
 
@@ -31,7 +31,7 @@ class DeleteTaskRequest:
31
31
  }
32
32
 
33
33
  def __init__(self, x_apig_app_code=None, service_group=None, service_type=None, task_id=None):
34
- """DeleteTaskRequest
34
+ r"""DeleteTaskRequest
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
@@ -60,7 +60,7 @@ class DeleteTaskRequest:
60
60
 
61
61
  @property
62
62
  def x_apig_app_code(self):
63
- """Gets the x_apig_app_code of this DeleteTaskRequest.
63
+ r"""Gets the x_apig_app_code of this DeleteTaskRequest.
64
64
 
65
65
  用户凭证
66
66
 
@@ -71,7 +71,7 @@ class DeleteTaskRequest:
71
71
 
72
72
  @x_apig_app_code.setter
73
73
  def x_apig_app_code(self, x_apig_app_code):
74
- """Sets the x_apig_app_code of this DeleteTaskRequest.
74
+ r"""Sets the x_apig_app_code of this DeleteTaskRequest.
75
75
 
76
76
  用户凭证
77
77
 
@@ -82,7 +82,7 @@ class DeleteTaskRequest:
82
82
 
83
83
  @property
84
84
  def service_group(self):
85
- """Gets the service_group of this DeleteTaskRequest.
85
+ r"""Gets the service_group of this DeleteTaskRequest.
86
86
 
87
87
  服务类别,针对不同服务类场景,为用户提前填充对应值,用户侧不需单独赋值;当前仅支持 二维切割 2dcut ,便于后续扩展
88
88
 
@@ -93,7 +93,7 @@ class DeleteTaskRequest:
93
93
 
94
94
  @service_group.setter
95
95
  def service_group(self, service_group):
96
- """Sets the service_group of this DeleteTaskRequest.
96
+ r"""Sets the service_group of this DeleteTaskRequest.
97
97
 
98
98
  服务类别,针对不同服务类场景,为用户提前填充对应值,用户侧不需单独赋值;当前仅支持 二维切割 2dcut ,便于后续扩展
99
99
 
@@ -104,7 +104,7 @@ class DeleteTaskRequest:
104
104
 
105
105
  @property
106
106
  def service_type(self):
107
- """Gets the service_type of this DeleteTaskRequest.
107
+ r"""Gets the service_type of this DeleteTaskRequest.
108
108
 
109
109
  子服务类型,针对不同服务,为用户提前填充对应值,用户侧不需单独赋值;服装切割固定为 irregular-textile,雕刻机切割固定为 engraving-machine-cutting, 板材切割固定为 regular-plate
110
110
 
@@ -115,7 +115,7 @@ class DeleteTaskRequest:
115
115
 
116
116
  @service_type.setter
117
117
  def service_type(self, service_type):
118
- """Sets the service_type of this DeleteTaskRequest.
118
+ r"""Sets the service_type of this DeleteTaskRequest.
119
119
 
120
120
  子服务类型,针对不同服务,为用户提前填充对应值,用户侧不需单独赋值;服装切割固定为 irregular-textile,雕刻机切割固定为 engraving-machine-cutting, 板材切割固定为 regular-plate
121
121
 
@@ -126,7 +126,7 @@ class DeleteTaskRequest:
126
126
 
127
127
  @property
128
128
  def task_id(self):
129
- """Gets the task_id of this DeleteTaskRequest.
129
+ r"""Gets the task_id of this DeleteTaskRequest.
130
130
 
131
131
  任务id
132
132
 
@@ -137,7 +137,7 @@ class DeleteTaskRequest:
137
137
 
138
138
  @task_id.setter
139
139
  def task_id(self, task_id):
140
- """Sets the task_id of this DeleteTaskRequest.
140
+ r"""Sets the task_id of this DeleteTaskRequest.
141
141
 
142
142
  任务id
143
143
 
@@ -24,7 +24,7 @@ class DeleteTaskResponse(SdkResponse):
24
24
  }
25
25
 
26
26
  def __init__(self):
27
- """DeleteTaskResponse
27
+ r"""DeleteTaskResponse
28
28
 
29
29
  The model defined in huaweicloud sdk
30
30
 
@@ -33,7 +33,7 @@ class ListTaskRequest:
33
33
  }
34
34
 
35
35
  def __init__(self, x_apig_app_code=None, service_group=None, service_type=None, limit=None, offset=None):
36
- """ListTaskRequest
36
+ r"""ListTaskRequest
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -68,7 +68,7 @@ class ListTaskRequest:
68
68
 
69
69
  @property
70
70
  def x_apig_app_code(self):
71
- """Gets the x_apig_app_code of this ListTaskRequest.
71
+ r"""Gets the x_apig_app_code of this ListTaskRequest.
72
72
 
73
73
  用户凭证
74
74
 
@@ -79,7 +79,7 @@ class ListTaskRequest:
79
79
 
80
80
  @x_apig_app_code.setter
81
81
  def x_apig_app_code(self, x_apig_app_code):
82
- """Sets the x_apig_app_code of this ListTaskRequest.
82
+ r"""Sets the x_apig_app_code of this ListTaskRequest.
83
83
 
84
84
  用户凭证
85
85
 
@@ -90,7 +90,7 @@ class ListTaskRequest:
90
90
 
91
91
  @property
92
92
  def service_group(self):
93
- """Gets the service_group of this ListTaskRequest.
93
+ r"""Gets the service_group of this ListTaskRequest.
94
94
 
95
95
  服务类别,针对不同服务类场景,为用户提前填充对应值,用户侧不需单独赋值;当前仅支持 二维切割 2dcut ,便于后续扩展
96
96
 
@@ -101,7 +101,7 @@ class ListTaskRequest:
101
101
 
102
102
  @service_group.setter
103
103
  def service_group(self, service_group):
104
- """Sets the service_group of this ListTaskRequest.
104
+ r"""Sets the service_group of this ListTaskRequest.
105
105
 
106
106
  服务类别,针对不同服务类场景,为用户提前填充对应值,用户侧不需单独赋值;当前仅支持 二维切割 2dcut ,便于后续扩展
107
107
 
@@ -112,7 +112,7 @@ class ListTaskRequest:
112
112
 
113
113
  @property
114
114
  def service_type(self):
115
- """Gets the service_type of this ListTaskRequest.
115
+ r"""Gets the service_type of this ListTaskRequest.
116
116
 
117
117
  子服务类型,针对不同服务,为用户提前填充对应值,用户侧不需单独赋值;服装切割固定为 irregular-textile,雕刻机切割固定为 engraving-machine-cutting, 板材切割固定为 regular-plate
118
118
 
@@ -123,7 +123,7 @@ class ListTaskRequest:
123
123
 
124
124
  @service_type.setter
125
125
  def service_type(self, service_type):
126
- """Sets the service_type of this ListTaskRequest.
126
+ r"""Sets the service_type of this ListTaskRequest.
127
127
 
128
128
  子服务类型,针对不同服务,为用户提前填充对应值,用户侧不需单独赋值;服装切割固定为 irregular-textile,雕刻机切割固定为 engraving-machine-cutting, 板材切割固定为 regular-plate
129
129
 
@@ -134,7 +134,7 @@ class ListTaskRequest:
134
134
 
135
135
  @property
136
136
  def limit(self):
137
- """Gets the limit of this ListTaskRequest.
137
+ r"""Gets the limit of this ListTaskRequest.
138
138
 
139
139
  限制量,单次查询总量,必须由数字组成,默认为300,取值范围[1,300]
140
140
 
@@ -145,7 +145,7 @@ class ListTaskRequest:
145
145
 
146
146
  @limit.setter
147
147
  def limit(self, limit):
148
- """Sets the limit of this ListTaskRequest.
148
+ r"""Sets the limit of this ListTaskRequest.
149
149
 
150
150
  限制量,单次查询总量,必须由数字组成,默认为300,取值范围[1,300]
151
151
 
@@ -156,7 +156,7 @@ class ListTaskRequest:
156
156
 
157
157
  @property
158
158
  def offset(self):
159
- """Gets the offset of this ListTaskRequest.
159
+ r"""Gets the offset of this ListTaskRequest.
160
160
 
161
161
  偏移量,查询起始偏移,必须由数字组成,默认为0,取值范围[0,100000000]
162
162
 
@@ -167,7 +167,7 @@ class ListTaskRequest:
167
167
 
168
168
  @offset.setter
169
169
  def offset(self, offset):
170
- """Sets the offset of this ListTaskRequest.
170
+ r"""Sets the offset of this ListTaskRequest.
171
171
 
172
172
  偏移量,查询起始偏移,必须由数字组成,默认为0,取值范围[0,100000000]
173
173
 
@@ -28,7 +28,7 @@ class ListTaskResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, count=None, tasks=None):
31
- """ListTaskResponse
31
+ r"""ListTaskResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class ListTaskResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def count(self):
54
- """Gets the count of this ListTaskResponse.
54
+ r"""Gets the count of this ListTaskResponse.
55
55
 
56
56
  数量
57
57
 
@@ -62,7 +62,7 @@ class ListTaskResponse(SdkResponse):
62
62
 
63
63
  @count.setter
64
64
  def count(self, count):
65
- """Sets the count of this ListTaskResponse.
65
+ r"""Sets the count of this ListTaskResponse.
66
66
 
67
67
  数量
68
68
 
@@ -73,7 +73,7 @@ class ListTaskResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def tasks(self):
76
- """Gets the tasks of this ListTaskResponse.
76
+ r"""Gets the tasks of this ListTaskResponse.
77
77
 
78
78
  任务列表项视图
79
79
 
@@ -84,7 +84,7 @@ class ListTaskResponse(SdkResponse):
84
84
 
85
85
  @tasks.setter
86
86
  def tasks(self, tasks):
87
- """Sets the tasks of this ListTaskResponse.
87
+ r"""Sets the tasks of this ListTaskResponse.
88
88
 
89
89
  任务列表项视图
90
90
 
@@ -33,7 +33,7 @@ class ShowTaskRequest:
33
33
  }
34
34
 
35
35
  def __init__(self, x_apig_app_code=None, service_group=None, service_type=None, task_id=None, input_enable=None):
36
- """ShowTaskRequest
36
+ r"""ShowTaskRequest
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -67,7 +67,7 @@ class ShowTaskRequest:
67
67
 
68
68
  @property
69
69
  def x_apig_app_code(self):
70
- """Gets the x_apig_app_code of this ShowTaskRequest.
70
+ r"""Gets the x_apig_app_code of this ShowTaskRequest.
71
71
 
72
72
  用户凭证
73
73
 
@@ -78,7 +78,7 @@ class ShowTaskRequest:
78
78
 
79
79
  @x_apig_app_code.setter
80
80
  def x_apig_app_code(self, x_apig_app_code):
81
- """Sets the x_apig_app_code of this ShowTaskRequest.
81
+ r"""Sets the x_apig_app_code of this ShowTaskRequest.
82
82
 
83
83
  用户凭证
84
84
 
@@ -89,7 +89,7 @@ class ShowTaskRequest:
89
89
 
90
90
  @property
91
91
  def service_group(self):
92
- """Gets the service_group of this ShowTaskRequest.
92
+ r"""Gets the service_group of this ShowTaskRequest.
93
93
 
94
94
  服务类别,针对不同服务类场景,为用户提前填充对应值,用户侧不需单独赋值;当前仅支持 二维切割 2dcut ,便于后续扩展
95
95
 
@@ -100,7 +100,7 @@ class ShowTaskRequest:
100
100
 
101
101
  @service_group.setter
102
102
  def service_group(self, service_group):
103
- """Sets the service_group of this ShowTaskRequest.
103
+ r"""Sets the service_group of this ShowTaskRequest.
104
104
 
105
105
  服务类别,针对不同服务类场景,为用户提前填充对应值,用户侧不需单独赋值;当前仅支持 二维切割 2dcut ,便于后续扩展
106
106
 
@@ -111,7 +111,7 @@ class ShowTaskRequest:
111
111
 
112
112
  @property
113
113
  def service_type(self):
114
- """Gets the service_type of this ShowTaskRequest.
114
+ r"""Gets the service_type of this ShowTaskRequest.
115
115
 
116
116
  子服务类型,针对不同服务,为用户提前填充对应值,用户侧不需单独赋值;服装切割固定为 irregular-textile,雕刻机切割固定为 engraving-machine-cutting, 板材切割固定为 regular-plate
117
117
 
@@ -122,7 +122,7 @@ class ShowTaskRequest:
122
122
 
123
123
  @service_type.setter
124
124
  def service_type(self, service_type):
125
- """Sets the service_type of this ShowTaskRequest.
125
+ r"""Sets the service_type of this ShowTaskRequest.
126
126
 
127
127
  子服务类型,针对不同服务,为用户提前填充对应值,用户侧不需单独赋值;服装切割固定为 irregular-textile,雕刻机切割固定为 engraving-machine-cutting, 板材切割固定为 regular-plate
128
128
 
@@ -133,7 +133,7 @@ class ShowTaskRequest:
133
133
 
134
134
  @property
135
135
  def task_id(self):
136
- """Gets the task_id of this ShowTaskRequest.
136
+ r"""Gets the task_id of this ShowTaskRequest.
137
137
 
138
138
  任务id
139
139
 
@@ -144,7 +144,7 @@ class ShowTaskRequest:
144
144
 
145
145
  @task_id.setter
146
146
  def task_id(self, task_id):
147
- """Sets the task_id of this ShowTaskRequest.
147
+ r"""Sets the task_id of this ShowTaskRequest.
148
148
 
149
149
  任务id
150
150
 
@@ -155,7 +155,7 @@ class ShowTaskRequest:
155
155
 
156
156
  @property
157
157
  def input_enable(self):
158
- """Gets the input_enable of this ShowTaskRequest.
158
+ r"""Gets the input_enable of this ShowTaskRequest.
159
159
 
160
160
  是否返回输入信息,默认为false; 当前暂不支持该功能,后续扩展
161
161
 
@@ -166,7 +166,7 @@ class ShowTaskRequest:
166
166
 
167
167
  @input_enable.setter
168
168
  def input_enable(self, input_enable):
169
- """Sets the input_enable of this ShowTaskRequest.
169
+ r"""Sets the input_enable of this ShowTaskRequest.
170
170
 
171
171
  是否返回输入信息,默认为false; 当前暂不支持该功能,后续扩展
172
172
 
@@ -42,7 +42,7 @@ class ShowTaskResponse(SdkResponse):
42
42
  }
43
43
 
44
44
  def __init__(self, task_id=None, status=None, input_json=None, input_url=None, start_time=None, end_time=None, create_time=None, output_json=None, output_url=None):
45
- """ShowTaskResponse
45
+ r"""ShowTaskResponse
46
46
 
47
47
  The model defined in huaweicloud sdk
48
48
 
@@ -100,7 +100,7 @@ class ShowTaskResponse(SdkResponse):
100
100
 
101
101
  @property
102
102
  def task_id(self):
103
- """Gets the task_id of this ShowTaskResponse.
103
+ r"""Gets the task_id of this ShowTaskResponse.
104
104
 
105
105
  任务编号
106
106
 
@@ -111,7 +111,7 @@ class ShowTaskResponse(SdkResponse):
111
111
 
112
112
  @task_id.setter
113
113
  def task_id(self, task_id):
114
- """Sets the task_id of this ShowTaskResponse.
114
+ r"""Sets the task_id of this ShowTaskResponse.
115
115
 
116
116
  任务编号
117
117
 
@@ -122,7 +122,7 @@ class ShowTaskResponse(SdkResponse):
122
122
 
123
123
  @property
124
124
  def status(self):
125
- """Gets the status of this ShowTaskResponse.
125
+ r"""Gets the status of this ShowTaskResponse.
126
126
 
127
127
  任务运行状态,暂考虑取值仅为 Running/Failed/Successed
128
128
 
@@ -133,7 +133,7 @@ class ShowTaskResponse(SdkResponse):
133
133
 
134
134
  @status.setter
135
135
  def status(self, status):
136
- """Sets the status of this ShowTaskResponse.
136
+ r"""Sets the status of this ShowTaskResponse.
137
137
 
138
138
  任务运行状态,暂考虑取值仅为 Running/Failed/Successed
139
139
 
@@ -144,7 +144,7 @@ class ShowTaskResponse(SdkResponse):
144
144
 
145
145
  @property
146
146
  def input_json(self):
147
- """Gets the input_json of this ShowTaskResponse.
147
+ r"""Gets the input_json of this ShowTaskResponse.
148
148
 
149
149
  如果提交任务使用了input_enable参数,并且创建任务使用的是json格式非文件方式,该值为输入的字符串; 对应数据结构参见创建任务时的结构体
150
150
 
@@ -155,7 +155,7 @@ class ShowTaskResponse(SdkResponse):
155
155
 
156
156
  @input_json.setter
157
157
  def input_json(self, input_json):
158
- """Sets the input_json of this ShowTaskResponse.
158
+ r"""Sets the input_json of this ShowTaskResponse.
159
159
 
160
160
  如果提交任务使用了input_enable参数,并且创建任务使用的是json格式非文件方式,该值为输入的字符串; 对应数据结构参见创建任务时的结构体
161
161
 
@@ -166,7 +166,7 @@ class ShowTaskResponse(SdkResponse):
166
166
 
167
167
  @property
168
168
  def input_url(self):
169
- """Gets the input_url of this ShowTaskResponse.
169
+ r"""Gets the input_url of this ShowTaskResponse.
170
170
 
171
171
  如果提交任务使用了input_enable参数,并且创建任务使用的是文件方式,该值为OBS对应的文件绝对路径
172
172
 
@@ -177,7 +177,7 @@ class ShowTaskResponse(SdkResponse):
177
177
 
178
178
  @input_url.setter
179
179
  def input_url(self, input_url):
180
- """Sets the input_url of this ShowTaskResponse.
180
+ r"""Sets the input_url of this ShowTaskResponse.
181
181
 
182
182
  如果提交任务使用了input_enable参数,并且创建任务使用的是文件方式,该值为OBS对应的文件绝对路径
183
183
 
@@ -188,7 +188,7 @@ class ShowTaskResponse(SdkResponse):
188
188
 
189
189
  @property
190
190
  def start_time(self):
191
- """Gets the start_time of this ShowTaskResponse.
191
+ r"""Gets the start_time of this ShowTaskResponse.
192
192
 
193
193
  开始时间(UTC)
194
194
 
@@ -199,7 +199,7 @@ class ShowTaskResponse(SdkResponse):
199
199
 
200
200
  @start_time.setter
201
201
  def start_time(self, start_time):
202
- """Sets the start_time of this ShowTaskResponse.
202
+ r"""Sets the start_time of this ShowTaskResponse.
203
203
 
204
204
  开始时间(UTC)
205
205
 
@@ -210,7 +210,7 @@ class ShowTaskResponse(SdkResponse):
210
210
 
211
211
  @property
212
212
  def end_time(self):
213
- """Gets the end_time of this ShowTaskResponse.
213
+ r"""Gets the end_time of this ShowTaskResponse.
214
214
 
215
215
  结束时间(UTC)
216
216
 
@@ -221,7 +221,7 @@ class ShowTaskResponse(SdkResponse):
221
221
 
222
222
  @end_time.setter
223
223
  def end_time(self, end_time):
224
- """Sets the end_time of this ShowTaskResponse.
224
+ r"""Sets the end_time of this ShowTaskResponse.
225
225
 
226
226
  结束时间(UTC)
227
227
 
@@ -232,7 +232,7 @@ class ShowTaskResponse(SdkResponse):
232
232
 
233
233
  @property
234
234
  def create_time(self):
235
- """Gets the create_time of this ShowTaskResponse.
235
+ r"""Gets the create_time of this ShowTaskResponse.
236
236
 
237
237
  创建时间(UTC)
238
238
 
@@ -243,7 +243,7 @@ class ShowTaskResponse(SdkResponse):
243
243
 
244
244
  @create_time.setter
245
245
  def create_time(self, create_time):
246
- """Sets the create_time of this ShowTaskResponse.
246
+ r"""Sets the create_time of this ShowTaskResponse.
247
247
 
248
248
  创建时间(UTC)
249
249
 
@@ -254,7 +254,7 @@ class ShowTaskResponse(SdkResponse):
254
254
 
255
255
  @property
256
256
  def output_json(self):
257
- """Gets the output_json of this ShowTaskResponse.
257
+ r"""Gets the output_json of this ShowTaskResponse.
258
258
 
259
259
  任务处理结果,json格式;每个子服务该对象结构不同,框架层不解析具体key,运行态直接拷贝算法服务返回信息、
260
260
 
@@ -265,7 +265,7 @@ class ShowTaskResponse(SdkResponse):
265
265
 
266
266
  @output_json.setter
267
267
  def output_json(self, output_json):
268
- """Sets the output_json of this ShowTaskResponse.
268
+ r"""Sets the output_json of this ShowTaskResponse.
269
269
 
270
270
  任务处理结果,json格式;每个子服务该对象结构不同,框架层不解析具体key,运行态直接拷贝算法服务返回信息、
271
271
 
@@ -276,7 +276,7 @@ class ShowTaskResponse(SdkResponse):
276
276
 
277
277
  @property
278
278
  def output_url(self):
279
- """Gets the output_url of this ShowTaskResponse.
279
+ r"""Gets the output_url of this ShowTaskResponse.
280
280
 
281
281
  任务结果文件对应的绝对地址,具体值由租户OBS对应的待存储路径前缀和文件名组成,文件名服务端固定用task_id命名
282
282
 
@@ -287,7 +287,7 @@ class ShowTaskResponse(SdkResponse):
287
287
 
288
288
  @output_url.setter
289
289
  def output_url(self, output_url):
290
- """Sets the output_url of this ShowTaskResponse.
290
+ r"""Sets the output_url of this ShowTaskResponse.
291
291
 
292
292
  任务结果文件对应的绝对地址,具体值由租户OBS对应的待存储路径前缀和文件名组成,文件名服务端固定用task_id命名
293
293
 
@@ -29,7 +29,7 @@ class TaskDto:
29
29
  }
30
30
 
31
31
  def __init__(self, input_json=None, input_url=None, output_url=None):
32
- """TaskDto
32
+ r"""TaskDto
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
@@ -56,7 +56,7 @@ class TaskDto:
56
56
 
57
57
  @property
58
58
  def input_json(self):
59
- """Gets the input_json of this TaskDto.
59
+ r"""Gets the input_json of this TaskDto.
60
60
 
61
61
  任务输入信息,json格式;每个子服务该对象结构不同,框架层不解析具体key,运行态直接透传给子服务REST API处理(参数合法性校验 只能子服务镜像内进行;当前算法镜像提供单独校验接口和处理接口,后续待统一交互机制)
62
62
 
@@ -67,7 +67,7 @@ class TaskDto:
67
67
 
68
68
  @input_json.setter
69
69
  def input_json(self, input_json):
70
- """Sets the input_json of this TaskDto.
70
+ r"""Sets the input_json of this TaskDto.
71
71
 
72
72
  任务输入信息,json格式;每个子服务该对象结构不同,框架层不解析具体key,运行态直接透传给子服务REST API处理(参数合法性校验 只能子服务镜像内进行;当前算法镜像提供单独校验接口和处理接口,后续待统一交互机制)
73
73
 
@@ -78,7 +78,7 @@ class TaskDto:
78
78
 
79
79
  @property
80
80
  def input_url(self):
81
- """Gets the input_url of this TaskDto.
81
+ r"""Gets the input_url of this TaskDto.
82
82
 
83
83
  任务输入信息为文件格式,传入值为租户OBS对应的文件绝对路径;在请求信息大于12MB情形使用该参数,需用户在Console进行OBS委托授权方可使用(和input_json二选一),暂不开放该功能
84
84
 
@@ -89,7 +89,7 @@ class TaskDto:
89
89
 
90
90
  @input_url.setter
91
91
  def input_url(self, input_url):
92
- """Sets the input_url of this TaskDto.
92
+ r"""Sets the input_url of this TaskDto.
93
93
 
94
94
  任务输入信息为文件格式,传入值为租户OBS对应的文件绝对路径;在请求信息大于12MB情形使用该参数,需用户在Console进行OBS委托授权方可使用(和input_json二选一),暂不开放该功能
95
95
 
@@ -100,7 +100,7 @@ class TaskDto:
100
100
 
101
101
  @property
102
102
  def output_url(self):
103
- """Gets the output_url of this TaskDto.
103
+ r"""Gets the output_url of this TaskDto.
104
104
 
105
105
  任务输出信息为文件格式,传入值为租户OBS对应的待存储路径前缀(和input_url成对使用),文件名服务端固定用task_id命名;在响应信息大于12MB情形使用该参数,需用户在Console进行OBS委托授权方可使用,暂不开放该功能
106
106
 
@@ -111,7 +111,7 @@ class TaskDto:
111
111
 
112
112
  @output_url.setter
113
113
  def output_url(self, output_url):
114
- """Sets the output_url of this TaskDto.
114
+ r"""Sets the output_url of this TaskDto.
115
115
 
116
116
  任务输出信息为文件格式,传入值为租户OBS对应的待存储路径前缀(和input_url成对使用),文件名服务端固定用task_id命名;在响应信息大于12MB情形使用该参数,需用户在Console进行OBS委托授权方可使用,暂不开放该功能
117
117
 
@@ -33,7 +33,7 @@ class TaskListItemVo:
33
33
  }
34
34
 
35
35
  def __init__(self, id=None, status=None, start_time=None, end_time=None, create_time=None):
36
- """TaskListItemVo
36
+ r"""TaskListItemVo
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -71,7 +71,7 @@ class TaskListItemVo:
71
71
 
72
72
  @property
73
73
  def id(self):
74
- """Gets the id of this TaskListItemVo.
74
+ r"""Gets the id of this TaskListItemVo.
75
75
 
76
76
  任务编号
77
77
 
@@ -82,7 +82,7 @@ class TaskListItemVo:
82
82
 
83
83
  @id.setter
84
84
  def id(self, id):
85
- """Sets the id of this TaskListItemVo.
85
+ r"""Sets the id of this TaskListItemVo.
86
86
 
87
87
  任务编号
88
88
 
@@ -93,7 +93,7 @@ class TaskListItemVo:
93
93
 
94
94
  @property
95
95
  def status(self):
96
- """Gets the status of this TaskListItemVo.
96
+ r"""Gets the status of this TaskListItemVo.
97
97
 
98
98
  状态
99
99
 
@@ -104,7 +104,7 @@ class TaskListItemVo:
104
104
 
105
105
  @status.setter
106
106
  def status(self, status):
107
- """Sets the status of this TaskListItemVo.
107
+ r"""Sets the status of this TaskListItemVo.
108
108
 
109
109
  状态
110
110
 
@@ -115,7 +115,7 @@ class TaskListItemVo:
115
115
 
116
116
  @property
117
117
  def start_time(self):
118
- """Gets the start_time of this TaskListItemVo.
118
+ r"""Gets the start_time of this TaskListItemVo.
119
119
 
120
120
  开始时间(UTC)
121
121
 
@@ -126,7 +126,7 @@ class TaskListItemVo:
126
126
 
127
127
  @start_time.setter
128
128
  def start_time(self, start_time):
129
- """Sets the start_time of this TaskListItemVo.
129
+ r"""Sets the start_time of this TaskListItemVo.
130
130
 
131
131
  开始时间(UTC)
132
132
 
@@ -137,7 +137,7 @@ class TaskListItemVo:
137
137
 
138
138
  @property
139
139
  def end_time(self):
140
- """Gets the end_time of this TaskListItemVo.
140
+ r"""Gets the end_time of this TaskListItemVo.
141
141
 
142
142
  结束时间(UTC)
143
143
 
@@ -148,7 +148,7 @@ class TaskListItemVo:
148
148
 
149
149
  @end_time.setter
150
150
  def end_time(self, end_time):
151
- """Sets the end_time of this TaskListItemVo.
151
+ r"""Sets the end_time of this TaskListItemVo.
152
152
 
153
153
  结束时间(UTC)
154
154
 
@@ -159,7 +159,7 @@ class TaskListItemVo:
159
159
 
160
160
  @property
161
161
  def create_time(self):
162
- """Gets the create_time of this TaskListItemVo.
162
+ r"""Gets the create_time of this TaskListItemVo.
163
163
 
164
164
  创建时间(UTC)
165
165
 
@@ -170,7 +170,7 @@ class TaskListItemVo:
170
170
 
171
171
  @create_time.setter
172
172
  def create_time(self, create_time):
173
- """Sets the create_time of this TaskListItemVo.
173
+ r"""Sets the create_time of this TaskListItemVo.
174
174
 
175
175
  创建时间(UTC)
176
176
 
@@ -34,7 +34,7 @@ class OroasAsyncClient(Client):
34
34
  return client_builder
35
35
 
36
36
  def create_task_async(self, request):
37
- """创建任务
37
+ r"""创建任务
38
38
 
39
39
  创建任务
40
40
 
@@ -105,7 +105,7 @@ class OroasAsyncClient(Client):
105
105
  return http_info
106
106
 
107
107
  def delete_task_async(self, request):
108
- """删除任务
108
+ r"""删除任务
109
109
 
110
110
  删除任务
111
111
 
@@ -176,7 +176,7 @@ class OroasAsyncClient(Client):
176
176
  return http_info
177
177
 
178
178
  def list_task_async(self, request):
179
- """查询任务列表
179
+ r"""查询任务列表
180
180
 
181
181
  查询任务列表
182
182
 
@@ -249,7 +249,7 @@ class OroasAsyncClient(Client):
249
249
  return http_info
250
250
 
251
251
  def show_task_async(self, request):
252
- """获取任务详情
252
+ r"""获取任务详情
253
253
 
254
254
  获取任务详情
255
255
 
@@ -34,7 +34,7 @@ class OroasClient(Client):
34
34
  return client_builder
35
35
 
36
36
  def create_task(self, request):
37
- """创建任务
37
+ r"""创建任务
38
38
 
39
39
  创建任务
40
40
 
@@ -105,7 +105,7 @@ class OroasClient(Client):
105
105
  return http_info
106
106
 
107
107
  def delete_task(self, request):
108
- """删除任务
108
+ r"""删除任务
109
109
 
110
110
  删除任务
111
111
 
@@ -176,7 +176,7 @@ class OroasClient(Client):
176
176
  return http_info
177
177
 
178
178
  def list_task(self, request):
179
- """查询任务列表
179
+ r"""查询任务列表
180
180
 
181
181
  查询任务列表
182
182
 
@@ -249,7 +249,7 @@ class OroasClient(Client):
249
249
  return http_info
250
250
 
251
251
  def show_task(self, request):
252
- """获取任务详情
252
+ r"""获取任务详情
253
253
 
254
254
  获取任务详情
255
255
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: huaweicloudsdkoroas
3
- Version: 3.1.142
3
+ Version: 3.1.144
4
4
  Summary: OROAS
5
5
  Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
6
6
  Author: HuaweiCloud SDK
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
22
22
  Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: huaweicloudsdkcore>=3.1.142
25
+ Requires-Dist: huaweicloudsdkcore>=3.1.144
26
26
 
27
27
  See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
@@ -0,0 +1,22 @@
1
+ huaweicloudsdkoroas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ huaweicloudsdkoroas/v1/__init__.py,sha256=w1jlzFrXc-BJe7N15d8FQoR_WqVwlsmBffMaz0H5fgI,946
3
+ huaweicloudsdkoroas/v1/oroas_async_client.py,sha256=aa08P__7pomc5wgzZPbfYSFqPzZ7z4QwjXFF2uoTSJo,13151
4
+ huaweicloudsdkoroas/v1/oroas_client.py,sha256=Bdn_ZDpIWCzu5w7vxDjsMQqzQBw7dvkJBRX6cBx7Opg,13054
5
+ huaweicloudsdkoroas/v1/model/__init__.py,sha256=SBlhUe5R2SpnbF9Bf2YA-qe5ysgFp5kV1X1oAqHdWKQ,848
6
+ huaweicloudsdkoroas/v1/model/create_task_request.py,sha256=Ei4sdMwyyZZdjzRgawCyt_E7JnD6Gj1WOJ3WIXaoToA,6674
7
+ huaweicloudsdkoroas/v1/model/create_task_response.py,sha256=5xcH2M8G4hoULg2C7Oi6zJkvWY6lDBrGaDrYeWLcYhE,3158
8
+ huaweicloudsdkoroas/v1/model/delete_task_request.py,sha256=p7-0Mkk-jfp7oonhY4ReEhk2db6o3Yb4IHHfhx53YVM,6610
9
+ huaweicloudsdkoroas/v1/model/delete_task_response.py,sha256=_ez4nm-TtWVRSQgdeOEtuBEzv9gZpfo6nDaYBnFpWwE,2424
10
+ huaweicloudsdkoroas/v1/model/list_task_request.py,sha256=v_q7RmepZeJ5X7EWJ9scbJLMtXDGDHAGe9lm_JVbEpE,7759
11
+ huaweicloudsdkoroas/v1/model/list_task_response.py,sha256=2WqXcLG5ZVB9TSXZesjweaE4ltOeh2wUXQRm1H3Cu9c,3949
12
+ huaweicloudsdkoroas/v1/model/show_task_request.py,sha256=uv4vf_jnNtnPEgRENdPZnCYPCgQQy1YWzPa2IyMrV4M,7638
13
+ huaweicloudsdkoroas/v1/model/show_task_response.py,sha256=2cmNzMacX8-9V87DPtVi5ji-j7lneygsfstcxJlxhuA,11442
14
+ huaweicloudsdkoroas/v1/model/task_dto.py,sha256=r_QFiRTlHM4G3N7g15sQ461afmfS9z2km4pwNTWobMc,6877
15
+ huaweicloudsdkoroas/v1/model/task_list_item_vo.py,sha256=1rTf4fH62WPMHu1K3tXc80v4CSFUMJHFst12UNY2nnk,6060
16
+ huaweicloudsdkoroas/v1/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ huaweicloudsdkoroas/v1/region/oroas_region.py,sha256=97ZBngRX20OV3AokILuKRm-l8sCLv1xbMzygT04qEFk,967
18
+ huaweicloudsdkoroas-3.1.144.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
19
+ huaweicloudsdkoroas-3.1.144.dist-info/METADATA,sha256=5I6W7heLuV3csqZ_CK4wM7Nz3OGUaTSLo0ahXP1r7AY,1141
20
+ huaweicloudsdkoroas-3.1.144.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
21
+ huaweicloudsdkoroas-3.1.144.dist-info/top_level.txt,sha256=onHz5byaB6CLNveBHKS-EnC82wxC_n_8EgJMuS_JkE0,20
22
+ huaweicloudsdkoroas-3.1.144.dist-info/RECORD,,
@@ -1,22 +0,0 @@
1
- huaweicloudsdkoroas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- huaweicloudsdkoroas/v1/__init__.py,sha256=w1jlzFrXc-BJe7N15d8FQoR_WqVwlsmBffMaz0H5fgI,946
3
- huaweicloudsdkoroas/v1/oroas_async_client.py,sha256=xUOWZ1KZQfeIwW1nw2GyP6le0Wt3ifHqqMdmtwYWHj0,13147
4
- huaweicloudsdkoroas/v1/oroas_client.py,sha256=gQuQCP5e6hN7Hj6SA2LqfuxjEqCpyYg7PeoH73U1I9s,13050
5
- huaweicloudsdkoroas/v1/model/__init__.py,sha256=SBlhUe5R2SpnbF9Bf2YA-qe5ysgFp5kV1X1oAqHdWKQ,848
6
- huaweicloudsdkoroas/v1/model/create_task_request.py,sha256=XorDfZtlAqG7HkLDkZYa7WDbu12j4JpOV5C1zk7Q0YY,6665
7
- huaweicloudsdkoroas/v1/model/create_task_response.py,sha256=dXG8twuF04wW3cF-c-llEB9zeRiA7R6-zzXiSx6NTts,3155
8
- huaweicloudsdkoroas/v1/model/delete_task_request.py,sha256=gP4h4Zn2bEvcYvznUNEl0tLu-LKCo_QGztgAnlnbc9U,6601
9
- huaweicloudsdkoroas/v1/model/delete_task_response.py,sha256=7kszx2VFtu0hAExaNOjvsk4BciiA5DYKiA26NafCPp0,2423
10
- huaweicloudsdkoroas/v1/model/list_task_request.py,sha256=MdeFvIwlnFTT3ZcwXFko3HUQYwxNz1R5EYFR8m6vUGE,7748
11
- huaweicloudsdkoroas/v1/model/list_task_response.py,sha256=N0W4vfhC71jJcELC2X16k-wAsOdnEBuYoIyAvcQUtYk,3944
12
- huaweicloudsdkoroas/v1/model/show_task_request.py,sha256=Qsilk7YepfGBL_jykxx0BIiU2hGirvPcDK4Qi60Lr6M,7627
13
- huaweicloudsdkoroas/v1/model/show_task_response.py,sha256=I34O2Av17tdY1UnUA4sJfyHQoliCawTS9EokOYxXutU,11423
14
- huaweicloudsdkoroas/v1/model/task_dto.py,sha256=rEoGZSEiKzXC9djE-nV0MncF6Y1MODTHXi4TyzqAGPU,6870
15
- huaweicloudsdkoroas/v1/model/task_list_item_vo.py,sha256=Gn4DNVn5uj5wEoBQHf83kRqVWKzgZtJYlsuiGG45PB8,6049
16
- huaweicloudsdkoroas/v1/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- huaweicloudsdkoroas/v1/region/oroas_region.py,sha256=97ZBngRX20OV3AokILuKRm-l8sCLv1xbMzygT04qEFk,967
18
- huaweicloudsdkoroas-3.1.142.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
19
- huaweicloudsdkoroas-3.1.142.dist-info/METADATA,sha256=-ds0g7lqIOw69PezbPVpQywIQ9r6zqOsT12iGB0iQq0,1141
20
- huaweicloudsdkoroas-3.1.142.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
21
- huaweicloudsdkoroas-3.1.142.dist-info/top_level.txt,sha256=onHz5byaB6CLNveBHKS-EnC82wxC_n_8EgJMuS_JkE0,20
22
- huaweicloudsdkoroas-3.1.142.dist-info/RECORD,,