|
11 | 11 | // 'serviceId' => 'aisearch', |
12 | 12 | ], |
13 | 13 | 'operations' => [ |
| 14 | + 'ExternalSubmitVirtualTryOnTaskBase64' => [ |
| 15 | + 'name' => 'ExternalSubmitVirtualTryOnTaskBase64', |
| 16 | + 'http' => [ |
| 17 | + 'method' => 'POST', |
| 18 | + 'requestUri' => '/v1/external:submitVirtualTryOnTaskBase64', |
| 19 | + ], |
| 20 | + 'input' => [ 'shape' => 'ExternalSubmitVirtualTryOnTaskBase64RequestShape', ], |
| 21 | + 'output' => [ 'shape' => 'ExternalSubmitVirtualTryOnTaskBase64ResponseShape', ], |
| 22 | + ], |
| 23 | + 'ExternalSubmitSquareToLongTaskBase64' => [ |
| 24 | + 'name' => 'ExternalSubmitSquareToLongTaskBase64', |
| 25 | + 'http' => [ |
| 26 | + 'method' => 'POST', |
| 27 | + 'requestUri' => '/v1/external:submitSquareToLongTaskBase64', |
| 28 | + ], |
| 29 | + 'input' => [ 'shape' => 'ExternalSubmitSquareToLongTaskBase64RequestShape', ], |
| 30 | + 'output' => [ 'shape' => 'ExternalSubmitSquareToLongTaskBase64ResponseShape', ], |
| 31 | + ], |
| 32 | + 'ExternalQueryTaskStatus' => [ |
| 33 | + 'name' => 'ExternalQueryTaskStatus', |
| 34 | + 'http' => [ |
| 35 | + 'method' => 'POST', |
| 36 | + 'requestUri' => '/v1/external:queryTaskStatus', |
| 37 | + ], |
| 38 | + 'input' => [ 'shape' => 'ExternalQueryTaskStatusRequestShape', ], |
| 39 | + 'output' => [ 'shape' => 'ExternalQueryTaskStatusResponseShape', ], |
| 40 | + ], |
| 41 | + 'ExternalDownloadImage' => [ |
| 42 | + 'name' => 'ExternalDownloadImage', |
| 43 | + 'http' => [ |
| 44 | + 'method' => 'POST', |
| 45 | + 'requestUri' => '/v1/external:downloadImage', |
| 46 | + ], |
| 47 | + 'input' => [ 'shape' => 'ExternalDownloadImageRequestShape', ], |
| 48 | + 'output' => [ 'shape' => 'ExternalDownloadImageResponseShape', ], |
| 49 | + ], |
14 | 50 | 'ExternalWebSearch' => [ |
15 | 51 | 'name' => 'ExternalWebSearch', |
16 | 52 | 'http' => [ |
|
31 | 67 | 'thisMonthCallCount' => [ 'type' => 'long', 'locationName' => 'thisMonthCallCount', ], |
32 | 68 | ], |
33 | 69 | ], |
| 70 | + 'AccountIsActivatedRespVo' => [ |
| 71 | + 'type' => 'structure', |
| 72 | + 'members' => [ |
| 73 | + 'activated' => [ 'type' => 'string', 'locationName' => 'activated', ], |
| 74 | + ], |
| 75 | + ], |
34 | 76 | 'CallCountDataVo' => [ |
35 | 77 | 'type' => 'structure', |
36 | 78 | 'members' => [ |
|
53 | 95 | 'remainCallTimes' => [ 'type' => 'long', 'locationName' => 'remainCallTimes', ], |
54 | 96 | ], |
55 | 97 | ], |
| 98 | + 'CloudTaskSubmitResponseVo' => [ |
| 99 | + 'type' => 'structure', |
| 100 | + 'members' => [ |
| 101 | + 'taskId' => [ 'type' => 'string', 'locationName' => 'taskId', ], |
| 102 | + ], |
| 103 | + ], |
| 104 | + 'CloudTaskStatusResponseVo' => [ |
| 105 | + 'type' => 'structure', |
| 106 | + 'members' => [ |
| 107 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 108 | + 'images' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 109 | + ], |
| 110 | + ], |
| 111 | + 'CloudImageDownloadResponseVo' => [ |
| 112 | + 'type' => 'structure', |
| 113 | + 'members' => [ |
| 114 | + 'imageBase64' => [ 'type' => 'string', 'locationName' => 'imageBase64', ], |
| 115 | + ], |
| 116 | + ], |
56 | 117 | 'UserApiKeyVo' => [ |
57 | 118 | 'type' => 'structure', |
58 | 119 | 'members' => [ |
|
65 | 126 | 'deletedFlag' => [ 'type' => 'integer', 'locationName' => 'deletedFlag', ], |
66 | 127 | ], |
67 | 128 | ], |
| 129 | + 'UserApiKeyPageVo' => [ |
| 130 | + 'type' => 'structure', |
| 131 | + 'members' => [ |
| 132 | + 'total' => [ 'type' => 'long', 'locationName' => 'total', ], |
| 133 | + 'pageNum' => [ 'type' => 'integer', 'locationName' => 'pageNum', ], |
| 134 | + 'pageSize' => [ 'type' => 'long', 'locationName' => 'pageSize', ], |
| 135 | + 'list' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserApiKeyVo', ], ], |
| 136 | + ], |
| 137 | + ], |
68 | 138 | 'ImageItemVo' => [ |
69 | 139 | 'type' => 'structure', |
70 | 140 | 'members' => [ |
|
108 | 178 | 'dateLastCrawled' => [ 'type' => 'string', 'locationName' => 'dateLastCrawled', ], |
109 | 179 | ], |
110 | 180 | ], |
| 181 | + 'ExternalSubmitVirtualTryOnTaskBase64ResponseShape' => [ |
| 182 | + 'type' => 'structure', |
| 183 | + 'members' => [ |
| 184 | + 'result' => [ 'shape' => 'ExternalSubmitVirtualTryOnTaskBase64ResultShape', ], |
| 185 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 186 | + ], |
| 187 | + ], |
| 188 | + 'ExternalSubmitSquareToLongTaskBase64ResultShape' => [ |
| 189 | + 'type' => 'structure', |
| 190 | + 'members' => [ |
| 191 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 192 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 193 | + 'msg' => [ 'type' => 'string', 'locationName' => 'msg', ], |
| 194 | + 'data' => [ 'shape' => 'CloudTaskSubmitResponseVo', ], |
| 195 | + ], |
| 196 | + ], |
| 197 | + 'ExternalSubmitSquareToLongTaskBase64ResponseShape' => [ |
| 198 | + 'type' => 'structure', |
| 199 | + 'members' => [ |
| 200 | + 'result' => [ 'shape' => 'ExternalSubmitSquareToLongTaskBase64ResultShape', ], |
| 201 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 202 | + ], |
| 203 | + ], |
| 204 | + 'ExternalDownloadImageResultShape' => [ |
| 205 | + 'type' => 'structure', |
| 206 | + 'members' => [ |
| 207 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 208 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 209 | + 'msg' => [ 'type' => 'string', 'locationName' => 'msg', ], |
| 210 | + 'data' => [ 'shape' => 'CloudImageDownloadResponseVo', ], |
| 211 | + ], |
| 212 | + ], |
| 213 | + 'ExternalSubmitVirtualTryOnTaskBase64RequestShape' => [ |
| 214 | + 'type' => 'structure', |
| 215 | + 'members' => [ |
| 216 | + 'apiKey' => [ 'type' => 'string', 'locationName' => 'apiKey', ], |
| 217 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 218 | + 'modelImageBase64' => [ 'type' => 'string', 'locationName' => 'modelImageBase64', ], |
| 219 | + 'clothesImageBase64' => [ 'type' => 'string', 'locationName' => 'clothesImageBase64', ], |
| 220 | + ], |
| 221 | + ], |
| 222 | + 'ExternalDownloadImageRequestShape' => [ |
| 223 | + 'type' => 'structure', |
| 224 | + 'members' => [ |
| 225 | + 'apiKey' => [ 'type' => 'string', 'locationName' => 'apiKey', ], |
| 226 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 227 | + 'imageId' => [ 'type' => 'string', 'locationName' => 'imageId', ], |
| 228 | + 'taskId' => [ 'type' => 'string', 'locationName' => 'taskId', ], |
| 229 | + ], |
| 230 | + ], |
| 231 | + 'ExternalSubmitVirtualTryOnTaskBase64ResultShape' => [ |
| 232 | + 'type' => 'structure', |
| 233 | + 'members' => [ |
| 234 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 235 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 236 | + 'msg' => [ 'type' => 'string', 'locationName' => 'msg', ], |
| 237 | + 'data' => [ 'shape' => 'CloudTaskSubmitResponseVo', ], |
| 238 | + ], |
| 239 | + ], |
| 240 | + 'ExternalQueryTaskStatusRequestShape' => [ |
| 241 | + 'type' => 'structure', |
| 242 | + 'members' => [ |
| 243 | + 'apiKey' => [ 'type' => 'string', 'locationName' => 'apiKey', ], |
| 244 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 245 | + 'taskId' => [ 'type' => 'string', 'locationName' => 'taskId', ], |
| 246 | + ], |
| 247 | + ], |
| 248 | + 'ExternalQueryTaskStatusResultShape' => [ |
| 249 | + 'type' => 'structure', |
| 250 | + 'members' => [ |
| 251 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 252 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 253 | + 'msg' => [ 'type' => 'string', 'locationName' => 'msg', ], |
| 254 | + 'data' => [ 'shape' => 'CloudTaskStatusResponseVo', ], |
| 255 | + ], |
| 256 | + ], |
| 257 | + 'ExternalQueryTaskStatusResponseShape' => [ |
| 258 | + 'type' => 'structure', |
| 259 | + 'members' => [ |
| 260 | + 'result' => [ 'shape' => 'ExternalQueryTaskStatusResultShape', ], |
| 261 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 262 | + ], |
| 263 | + ], |
| 264 | + 'ExternalSubmitSquareToLongTaskBase64RequestShape' => [ |
| 265 | + 'type' => 'structure', |
| 266 | + 'members' => [ |
| 267 | + 'apiKey' => [ 'type' => 'string', 'locationName' => 'apiKey', ], |
| 268 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 269 | + 'imageBase64' => [ 'type' => 'string', 'locationName' => 'imageBase64', ], |
| 270 | + ], |
| 271 | + ], |
| 272 | + 'ExternalDownloadImageResponseShape' => [ |
| 273 | + 'type' => 'structure', |
| 274 | + 'members' => [ |
| 275 | + 'result' => [ 'shape' => 'ExternalDownloadImageResultShape', ], |
| 276 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 277 | + ], |
| 278 | + ], |
111 | 279 | 'ExternalWebSearchResultShape' => [ |
112 | 280 | 'type' => 'structure', |
113 | 281 | 'members' => [ |
|
0 commit comments