@alicloud/gpdb20160503 3.9.0 → 3.11.0

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.
Files changed (318) hide show
  1. package/dist/client.d.ts +318 -130
  2. package/dist/client.js +631 -130
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAiserviceRequest.d.ts +16 -25
  5. package/dist/models/CreateAiserviceRequest.js.map +1 -1
  6. package/dist/models/CreateApiKeyRequest.d.ts +40 -0
  7. package/dist/models/CreateApiKeyRequest.js +69 -0
  8. package/dist/models/CreateApiKeyRequest.js.map +1 -0
  9. package/dist/models/CreateApiKeyResponse.d.ts +19 -0
  10. package/dist/models/CreateApiKeyResponse.js +69 -0
  11. package/dist/models/CreateApiKeyResponse.js.map +1 -0
  12. package/dist/models/CreateApiKeyResponseBody.d.ts +28 -0
  13. package/dist/models/CreateApiKeyResponseBody.js +62 -0
  14. package/dist/models/CreateApiKeyResponseBody.js.map +1 -0
  15. package/dist/models/CreateApiKeyShrinkRequest.d.ts +40 -0
  16. package/dist/models/CreateApiKeyShrinkRequest.js +66 -0
  17. package/dist/models/CreateApiKeyShrinkRequest.js.map +1 -0
  18. package/dist/models/CreateBranchRequest.d.ts +6 -6
  19. package/dist/models/CreateBranchResponseBody.d.ts +2 -2
  20. package/dist/models/CreateDocumentCollectionRequest.d.ts +94 -148
  21. package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
  22. package/dist/models/CreateDocumentCollectionResponseBody.d.ts +2 -4
  23. package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
  24. package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +81 -127
  25. package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
  26. package/dist/models/CreateIndexRequest.d.ts +13 -21
  27. package/dist/models/CreateIndexRequest.js.map +1 -1
  28. package/dist/models/CreateIndexResponseBody.d.ts +6 -7
  29. package/dist/models/CreateIndexResponseBody.js.map +1 -1
  30. package/dist/models/CreateModelOperatorApiKeyRequest.d.ts +23 -0
  31. package/dist/models/CreateModelOperatorApiKeyRequest.js +58 -0
  32. package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -0
  33. package/dist/models/CreateModelOperatorApiKeyResponse.d.ts +19 -0
  34. package/dist/models/CreateModelOperatorApiKeyResponse.js +69 -0
  35. package/dist/models/CreateModelOperatorApiKeyResponse.js.map +1 -0
  36. package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +29 -0
  37. package/dist/models/CreateModelOperatorApiKeyResponseBody.js +60 -0
  38. package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -0
  39. package/dist/models/CreateModelServiceRequest.d.ts +9 -9
  40. package/dist/models/CreateModelServiceResponseBody.d.ts +1 -1
  41. package/dist/models/CreateModelServiceShrinkRequest.d.ts +9 -9
  42. package/dist/models/CreateSaasServiceRequest.d.ts +2 -2
  43. package/dist/models/CreateSnapshotResponseBody.d.ts +1 -1
  44. package/dist/models/CreateSupabaseProjectRequest.d.ts +8 -8
  45. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +1 -1
  46. package/dist/models/DeleteAiserviceRequest.d.ts +2 -2
  47. package/dist/models/DeleteApiKeyRequest.d.ts +26 -0
  48. package/dist/models/DeleteApiKeyRequest.js +60 -0
  49. package/dist/models/DeleteApiKeyRequest.js.map +1 -0
  50. package/dist/models/DeleteApiKeyResponse.d.ts +19 -0
  51. package/dist/models/DeleteApiKeyResponse.js +69 -0
  52. package/dist/models/DeleteApiKeyResponse.js.map +1 -0
  53. package/dist/models/DeleteApiKeyResponseBody.d.ts +23 -0
  54. package/dist/models/DeleteApiKeyResponseBody.js +60 -0
  55. package/dist/models/DeleteApiKeyResponseBody.js.map +1 -0
  56. package/dist/models/DeleteBranchRequest.d.ts +1 -1
  57. package/dist/models/DeleteSnapshotRequest.d.ts +7 -0
  58. package/dist/models/DeleteSnapshotRequest.js.map +1 -1
  59. package/dist/models/DeleteSnapshotResponseBody.d.ts +3 -0
  60. package/dist/models/DeleteSnapshotResponseBody.js.map +1 -1
  61. package/dist/models/DescribeAiserviceRequest.d.ts +4 -5
  62. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  63. package/dist/models/DescribeAiserviceResponseBody.d.ts +10 -12
  64. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  65. package/dist/models/DescribeBranchResponseBody.d.ts +7 -7
  66. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +3 -3
  67. package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +1 -1
  68. package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +21 -0
  69. package/dist/models/DescribeModelOperatorApiKeyRequest.js +58 -0
  70. package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -0
  71. package/dist/models/DescribeModelOperatorApiKeyResponse.d.ts +19 -0
  72. package/dist/models/DescribeModelOperatorApiKeyResponse.js +69 -0
  73. package/dist/models/DescribeModelOperatorApiKeyResponse.js.map +1 -0
  74. package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +61 -0
  75. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js +68 -0
  76. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -0
  77. package/dist/models/DescribeModelOperatorUsageRequest.d.ts +85 -0
  78. package/dist/models/DescribeModelOperatorUsageRequest.js +79 -0
  79. package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -0
  80. package/dist/models/DescribeModelOperatorUsageResponse.d.ts +19 -0
  81. package/dist/models/DescribeModelOperatorUsageResponse.js +69 -0
  82. package/dist/models/DescribeModelOperatorUsageResponse.js.map +1 -0
  83. package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +145 -0
  84. package/dist/models/DescribeModelOperatorUsageResponseBody.js +145 -0
  85. package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -0
  86. package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +85 -0
  87. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js +70 -0
  88. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -0
  89. package/dist/models/DescribeModelServiceRequest.d.ts +2 -2
  90. package/dist/models/DescribeModelServiceResponseBody.d.ts +6 -6
  91. package/dist/models/DescribeTableRequest.d.ts +7 -7
  92. package/dist/models/DescribeTableResponseBody.d.ts +4 -5
  93. package/dist/models/DescribeTableResponseBody.js.map +1 -1
  94. package/dist/models/ExecuteStatementRequest.d.ts +18 -19
  95. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  96. package/dist/models/ExecuteStatementResponseBody.d.ts +10 -11
  97. package/dist/models/ExecuteStatementResponseBody.js.map +1 -1
  98. package/dist/models/ExecuteStatementShrinkRequest.d.ts +14 -15
  99. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  100. package/dist/models/GetAccountRequest.d.ts +7 -3
  101. package/dist/models/GetAccountRequest.js.map +1 -1
  102. package/dist/models/GetAccountResponseBody.d.ts +20 -17
  103. package/dist/models/GetAccountResponseBody.js.map +1 -1
  104. package/dist/models/GetApiKeyRequest.d.ts +26 -0
  105. package/dist/models/GetApiKeyRequest.js +60 -0
  106. package/dist/models/GetApiKeyRequest.js.map +1 -0
  107. package/dist/models/GetApiKeyResponse.d.ts +19 -0
  108. package/dist/models/GetApiKeyResponse.js +69 -0
  109. package/dist/models/GetApiKeyResponse.js.map +1 -0
  110. package/dist/models/GetApiKeyResponseBody.d.ts +71 -0
  111. package/dist/models/GetApiKeyResponseBody.js +96 -0
  112. package/dist/models/GetApiKeyResponseBody.js.map +1 -0
  113. package/dist/models/GetStatementResultRequest.d.ts +6 -6
  114. package/dist/models/GetStatementResultResponseBody.d.ts +6 -6
  115. package/dist/models/GetUploadDocumentJobRequest.d.ts +8 -8
  116. package/dist/models/GetUploadDocumentJobResponseBody.d.ts +27 -29
  117. package/dist/models/GetUploadDocumentJobResponseBody.js.map +1 -1
  118. package/dist/models/GetWorkspaceRequest.d.ts +26 -0
  119. package/dist/models/GetWorkspaceRequest.js +60 -0
  120. package/dist/models/GetWorkspaceRequest.js.map +1 -0
  121. package/dist/models/GetWorkspaceResponse.d.ts +19 -0
  122. package/dist/models/GetWorkspaceResponse.js +69 -0
  123. package/dist/models/GetWorkspaceResponse.js.map +1 -0
  124. package/dist/models/GetWorkspaceResponseBody.d.ts +147 -0
  125. package/dist/models/GetWorkspaceResponseBody.js +160 -0
  126. package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
  127. package/dist/models/ListAinodePoolsRequest.d.ts +1 -1
  128. package/dist/models/ListAinodePoolsResponseBody.d.ts +11 -13
  129. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  130. package/dist/models/ListAiservicesRequest.d.ts +5 -8
  131. package/dist/models/ListAiservicesRequest.js.map +1 -1
  132. package/dist/models/ListAiservicesResponseBody.d.ts +13 -15
  133. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  134. package/dist/models/ListApiKeysRequest.d.ts +41 -0
  135. package/dist/models/ListApiKeysRequest.js +66 -0
  136. package/dist/models/ListApiKeysRequest.js.map +1 -0
  137. package/dist/models/ListApiKeysResponse.d.ts +19 -0
  138. package/dist/models/ListApiKeysResponse.js +69 -0
  139. package/dist/models/ListApiKeysResponse.js.map +1 -0
  140. package/dist/models/ListApiKeysResponseBody.d.ts +94 -0
  141. package/dist/models/ListApiKeysResponseBody.js +122 -0
  142. package/dist/models/ListApiKeysResponseBody.js.map +1 -0
  143. package/dist/models/ListBranchesRequest.d.ts +12 -12
  144. package/dist/models/ListBranchesResponseBody.d.ts +3 -3
  145. package/dist/models/ListChunksRequest.d.ts +13 -17
  146. package/dist/models/ListChunksRequest.js.map +1 -1
  147. package/dist/models/ListModelOperatorApiKeysRequest.d.ts +35 -0
  148. package/dist/models/ListModelOperatorApiKeysRequest.js +60 -0
  149. package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -0
  150. package/dist/models/ListModelOperatorApiKeysResponse.d.ts +19 -0
  151. package/dist/models/ListModelOperatorApiKeysResponse.js +69 -0
  152. package/dist/models/ListModelOperatorApiKeysResponse.js.map +1 -0
  153. package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +94 -0
  154. package/dist/models/ListModelOperatorApiKeysResponseBody.js +94 -0
  155. package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -0
  156. package/dist/models/ListModelOperatorServicesRequest.d.ts +34 -0
  157. package/dist/models/ListModelOperatorServicesRequest.js +60 -0
  158. package/dist/models/ListModelOperatorServicesRequest.js.map +1 -0
  159. package/dist/models/ListModelOperatorServicesResponse.d.ts +19 -0
  160. package/dist/models/ListModelOperatorServicesResponse.js +69 -0
  161. package/dist/models/ListModelOperatorServicesResponse.js.map +1 -0
  162. package/dist/models/ListModelOperatorServicesResponseBody.d.ts +70 -0
  163. package/dist/models/ListModelOperatorServicesResponseBody.js +88 -0
  164. package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -0
  165. package/dist/models/ListSaasServiceRequest.d.ts +2 -2
  166. package/dist/models/ListSaasServiceResponseBody.d.ts +10 -10
  167. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +15 -17
  168. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  169. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +3 -3
  170. package/dist/models/ListWorkspacesResponseBody.d.ts +3 -3
  171. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +7 -10
  172. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  173. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +1 -1
  174. package/dist/models/ModifyDbinstanceDeploymentModeRequest.d.ts +11 -17
  175. package/dist/models/ModifyDbinstanceDeploymentModeRequest.js.map +1 -1
  176. package/dist/models/ModifyDbinstanceDeploymentModeResponseBody.d.ts +1 -1
  177. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +4 -6
  178. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  179. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +3 -3
  180. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +1 -1
  181. package/dist/models/PauseSupabaseProjectRequest.d.ts +1 -1
  182. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +18 -18
  183. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +1 -1
  184. package/dist/models/RestoreSnapshotRequest.d.ts +1 -1
  185. package/dist/models/ResumeSupabaseProjectRequest.d.ts +1 -1
  186. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +1 -1
  187. package/dist/models/TagSupabaseProjectRequest.d.ts +5 -5
  188. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  189. package/dist/models/TextEmbeddingRequest.d.ts +12 -14
  190. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  191. package/dist/models/TextEmbeddingResponseBody.d.ts +5 -6
  192. package/dist/models/TextEmbeddingResponseBody.js.map +1 -1
  193. package/dist/models/TextEmbeddingShrinkRequest.d.ts +12 -14
  194. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  195. package/dist/models/UntagSupabaseProjectRequest.d.ts +6 -9
  196. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  197. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  198. package/dist/models/UpgradeDbinstanceRequest.d.ts +34 -50
  199. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  200. package/dist/models/UploadDocumentAsyncAdvanceRequest.d.ts +57 -49
  201. package/dist/models/UploadDocumentAsyncAdvanceRequest.js.map +1 -1
  202. package/dist/models/UploadDocumentAsyncRequest.d.ts +57 -49
  203. package/dist/models/UploadDocumentAsyncRequest.js.map +1 -1
  204. package/dist/models/UploadDocumentAsyncResponseBody.d.ts +4 -4
  205. package/dist/models/UploadDocumentAsyncShrinkRequest.d.ts +57 -49
  206. package/dist/models/UploadDocumentAsyncShrinkRequest.js.map +1 -1
  207. package/dist/models/model.d.ts +43 -0
  208. package/dist/models/model.js +108 -21
  209. package/dist/models/model.js.map +1 -1
  210. package/package.json +1 -1
  211. package/src/client.ts +684 -130
  212. package/src/models/CreateAiserviceRequest.ts +16 -25
  213. package/src/models/CreateApiKeyRequest.ts +64 -0
  214. package/src/models/CreateApiKeyResponse.ts +40 -0
  215. package/src/models/CreateApiKeyResponseBody.ts +45 -0
  216. package/src/models/CreateApiKeyShrinkRequest.ts +61 -0
  217. package/src/models/CreateBranchRequest.ts +6 -6
  218. package/src/models/CreateBranchResponseBody.ts +2 -2
  219. package/src/models/CreateDocumentCollectionRequest.ts +94 -148
  220. package/src/models/CreateDocumentCollectionResponseBody.ts +2 -4
  221. package/src/models/CreateDocumentCollectionShrinkRequest.ts +81 -127
  222. package/src/models/CreateIndexRequest.ts +13 -21
  223. package/src/models/CreateIndexResponseBody.ts +6 -7
  224. package/src/models/CreateModelOperatorApiKeyRequest.ts +36 -0
  225. package/src/models/CreateModelOperatorApiKeyResponse.ts +40 -0
  226. package/src/models/CreateModelOperatorApiKeyResponseBody.ts +44 -0
  227. package/src/models/CreateModelServiceRequest.ts +9 -9
  228. package/src/models/CreateModelServiceResponseBody.ts +1 -1
  229. package/src/models/CreateModelServiceShrinkRequest.ts +9 -9
  230. package/src/models/CreateSaasServiceRequest.ts +2 -2
  231. package/src/models/CreateSnapshotResponseBody.ts +1 -1
  232. package/src/models/CreateSupabaseProjectRequest.ts +8 -8
  233. package/src/models/CreateSupabaseProjectResponseBody.ts +1 -1
  234. package/src/models/DeleteAiserviceRequest.ts +2 -2
  235. package/src/models/DeleteApiKeyRequest.ts +41 -0
  236. package/src/models/DeleteApiKeyResponse.ts +40 -0
  237. package/src/models/DeleteApiKeyResponseBody.ts +38 -0
  238. package/src/models/DeleteBranchRequest.ts +1 -1
  239. package/src/models/DeleteSnapshotRequest.ts +7 -0
  240. package/src/models/DeleteSnapshotResponseBody.ts +3 -0
  241. package/src/models/DescribeAiserviceRequest.ts +4 -5
  242. package/src/models/DescribeAiserviceResponseBody.ts +10 -12
  243. package/src/models/DescribeBranchResponseBody.ts +7 -7
  244. package/src/models/DescribeDbinstanceAttributeRequest.ts +3 -3
  245. package/src/models/DescribeDbinstanceAttributeResponseBody.ts +1 -1
  246. package/src/models/DescribeModelOperatorApiKeyRequest.ts +34 -0
  247. package/src/models/DescribeModelOperatorApiKeyResponse.ts +40 -0
  248. package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +84 -0
  249. package/src/models/DescribeModelOperatorUsageRequest.ts +119 -0
  250. package/src/models/DescribeModelOperatorUsageResponse.ts +40 -0
  251. package/src/models/DescribeModelOperatorUsageResponseBody.ts +218 -0
  252. package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +110 -0
  253. package/src/models/DescribeModelServiceRequest.ts +2 -2
  254. package/src/models/DescribeModelServiceResponseBody.ts +6 -6
  255. package/src/models/DescribeTableRequest.ts +7 -7
  256. package/src/models/DescribeTableResponseBody.ts +4 -5
  257. package/src/models/ExecuteStatementRequest.ts +18 -19
  258. package/src/models/ExecuteStatementResponseBody.ts +10 -11
  259. package/src/models/ExecuteStatementShrinkRequest.ts +14 -15
  260. package/src/models/GetAccountRequest.ts +7 -3
  261. package/src/models/GetAccountResponseBody.ts +20 -17
  262. package/src/models/GetApiKeyRequest.ts +41 -0
  263. package/src/models/GetApiKeyResponse.ts +40 -0
  264. package/src/models/GetApiKeyResponseBody.ts +113 -0
  265. package/src/models/GetStatementResultRequest.ts +6 -6
  266. package/src/models/GetStatementResultResponseBody.ts +6 -6
  267. package/src/models/GetUploadDocumentJobRequest.ts +8 -8
  268. package/src/models/GetUploadDocumentJobResponseBody.ts +27 -29
  269. package/src/models/GetWorkspaceRequest.ts +41 -0
  270. package/src/models/GetWorkspaceResponse.ts +40 -0
  271. package/src/models/GetWorkspaceResponseBody.ts +235 -0
  272. package/src/models/ListAinodePoolsRequest.ts +1 -1
  273. package/src/models/ListAinodePoolsResponseBody.ts +11 -13
  274. package/src/models/ListAiservicesRequest.ts +5 -8
  275. package/src/models/ListAiservicesResponseBody.ts +13 -15
  276. package/src/models/ListApiKeysRequest.ts +62 -0
  277. package/src/models/ListApiKeysResponse.ts +40 -0
  278. package/src/models/ListApiKeysResponseBody.ts +153 -0
  279. package/src/models/ListBranchesRequest.ts +12 -12
  280. package/src/models/ListBranchesResponseBody.ts +3 -3
  281. package/src/models/ListChunksRequest.ts +13 -17
  282. package/src/models/ListModelOperatorApiKeysRequest.ts +50 -0
  283. package/src/models/ListModelOperatorApiKeysResponse.ts +40 -0
  284. package/src/models/ListModelOperatorApiKeysResponseBody.ts +134 -0
  285. package/src/models/ListModelOperatorServicesRequest.ts +49 -0
  286. package/src/models/ListModelOperatorServicesResponse.ts +40 -0
  287. package/src/models/ListModelOperatorServicesResponseBody.ts +104 -0
  288. package/src/models/ListSaasServiceRequest.ts +2 -2
  289. package/src/models/ListSaasServiceResponseBody.ts +10 -10
  290. package/src/models/ListSupabaseProjectTagsRequest.ts +15 -17
  291. package/src/models/ListSupabaseProjectTagsResponseBody.ts +3 -3
  292. package/src/models/ListWorkspacesResponseBody.ts +3 -3
  293. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +7 -10
  294. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +1 -1
  295. package/src/models/ModifyDbinstanceDeploymentModeRequest.ts +11 -17
  296. package/src/models/ModifyDbinstanceDeploymentModeResponseBody.ts +1 -1
  297. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +4 -6
  298. package/src/models/ModifySupabaseProjectResourceRequest.ts +3 -3
  299. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +1 -1
  300. package/src/models/PauseSupabaseProjectRequest.ts +1 -1
  301. package/src/models/QueryKnowledgeBasesContentRequest.ts +18 -18
  302. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +1 -1
  303. package/src/models/RestoreSnapshotRequest.ts +1 -1
  304. package/src/models/ResumeSupabaseProjectRequest.ts +1 -1
  305. package/src/models/ResumeSupabaseProjectResponseBody.ts +1 -1
  306. package/src/models/TagSupabaseProjectRequest.ts +5 -5
  307. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  308. package/src/models/TextEmbeddingRequest.ts +12 -14
  309. package/src/models/TextEmbeddingResponseBody.ts +5 -6
  310. package/src/models/TextEmbeddingShrinkRequest.ts +12 -14
  311. package/src/models/UntagSupabaseProjectRequest.ts +6 -9
  312. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  313. package/src/models/UpgradeDbinstanceRequest.ts +34 -50
  314. package/src/models/UploadDocumentAsyncAdvanceRequest.ts +57 -49
  315. package/src/models/UploadDocumentAsyncRequest.ts +57 -49
  316. package/src/models/UploadDocumentAsyncResponseBody.ts +4 -4
  317. package/src/models/UploadDocumentAsyncShrinkRequest.ts +57 -49
  318. package/src/models/model.ts +43 -0
package/src/client.ts CHANGED
@@ -1227,6 +1227,76 @@ export default class Client extends OpenApi {
1227
1227
  return await this.createAccountWithOptions(request, runtime);
1228
1228
  }
1229
1229
 
1230
+ /**
1231
+ * 创建API密钥
1232
+ *
1233
+ * @remarks
1234
+ * 创建API密钥。
1235
+ *
1236
+ * @param tmpReq - CreateApiKeyRequest
1237
+ * @param runtime - runtime options for this request RuntimeOptions
1238
+ * @returns CreateApiKeyResponse
1239
+ */
1240
+ async createApiKeyWithOptions(tmpReq: $_model.CreateApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApiKeyResponse> {
1241
+ tmpReq.validate();
1242
+ let request = new $_model.CreateApiKeyShrinkRequest({ });
1243
+ OpenApiUtil.convert(tmpReq, request);
1244
+ if (!$dara.isNull(tmpReq.serviceIds)) {
1245
+ request.serviceIdsShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.serviceIds, "ServiceIds", "json");
1246
+ }
1247
+
1248
+ let query = { };
1249
+ if (!$dara.isNull(request.description)) {
1250
+ query["Description"] = request.description;
1251
+ }
1252
+
1253
+ if (!$dara.isNull(request.keyName)) {
1254
+ query["KeyName"] = request.keyName;
1255
+ }
1256
+
1257
+ if (!$dara.isNull(request.regionId)) {
1258
+ query["RegionId"] = request.regionId;
1259
+ }
1260
+
1261
+ if (!$dara.isNull(request.serviceIdsShrink)) {
1262
+ query["ServiceIds"] = request.serviceIdsShrink;
1263
+ }
1264
+
1265
+ if (!$dara.isNull(request.workspaceId)) {
1266
+ query["WorkspaceId"] = request.workspaceId;
1267
+ }
1268
+
1269
+ let req = new $OpenApiUtil.OpenApiRequest({
1270
+ query: OpenApiUtil.query(query),
1271
+ });
1272
+ let params = new $OpenApiUtil.Params({
1273
+ action: "CreateApiKey",
1274
+ version: "2016-05-03",
1275
+ protocol: "HTTPS",
1276
+ pathname: "/",
1277
+ method: "POST",
1278
+ authType: "AK",
1279
+ style: "RPC",
1280
+ reqBodyType: "formData",
1281
+ bodyType: "json",
1282
+ });
1283
+ return $dara.cast<$_model.CreateApiKeyResponse>(await this.callApi(params, req, runtime), new $_model.CreateApiKeyResponse({}));
1284
+ }
1285
+
1286
+ /**
1287
+ * 创建API密钥
1288
+ *
1289
+ * @remarks
1290
+ * 创建API密钥。
1291
+ *
1292
+ * @param request - CreateApiKeyRequest
1293
+ * @returns CreateApiKeyResponse
1294
+ */
1295
+ async createApiKey(request: $_model.CreateApiKeyRequest): Promise<$_model.CreateApiKeyResponse> {
1296
+ let runtime = new $dara.RuntimeOptions({ });
1297
+ return await this.createApiKeyWithOptions(request, runtime);
1298
+ }
1299
+
1230
1300
  /**
1231
1301
  * Creates a backup set.
1232
1302
  *
@@ -1990,7 +2060,7 @@ export default class Client extends OpenApi {
1990
2060
  }
1991
2061
 
1992
2062
  /**
1993
- * Create a knowledge base
2063
+ * Creates a knowledge base.
1994
2064
  *
1995
2065
  * @param tmpReq - CreateDocumentCollectionRequest
1996
2066
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2147,7 +2217,7 @@ export default class Client extends OpenApi {
2147
2217
  }
2148
2218
 
2149
2219
  /**
2150
- * Create a knowledge base
2220
+ * Creates a knowledge base.
2151
2221
  *
2152
2222
  * @param request - CreateDocumentCollectionRequest
2153
2223
  * @returns CreateDocumentCollectionResponse
@@ -2360,7 +2430,11 @@ export default class Client extends OpenApi {
2360
2430
  }
2361
2431
 
2362
2432
  /**
2363
- * Creates an index. Note: 1. Only scalar indexes are supported. 2. The table is write-locked during index creation. 3. When creating an index on a table with a large volume of data, the process consumes significant CPU and I/O resources of the instance. If this impacts instance availability, call CancelCreateIndexJob to cancel the index creation.
2433
+ * Creates an index.
2434
+ * Usage notes:
2435
+ * 1. Only scalar indexes are supported.
2436
+ * 2. Write operations on the table are prohibited during index creation.
2437
+ * 3. Creating an index on a table with a large amount of data consumes CPU and I/O resources of the instance. If instance availability is affected, call CancelCreateIndexJob to cancel the index creation.
2364
2438
  *
2365
2439
  * @param request - CreateIndexRequest
2366
2440
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2427,7 +2501,11 @@ export default class Client extends OpenApi {
2427
2501
  }
2428
2502
 
2429
2503
  /**
2430
- * Creates an index. Note: 1. Only scalar indexes are supported. 2. The table is write-locked during index creation. 3. When creating an index on a table with a large volume of data, the process consumes significant CPU and I/O resources of the instance. If this impacts instance availability, call CancelCreateIndexJob to cancel the index creation.
2504
+ * Creates an index.
2505
+ * Usage notes:
2506
+ * 1. Only scalar indexes are supported.
2507
+ * 2. Write operations on the table are prohibited during index creation.
2508
+ * 3. Creating an index on a table with a large amount of data consumes CPU and I/O resources of the instance. If instance availability is affected, call CancelCreateIndexJob to cancel the index creation.
2431
2509
  *
2432
2510
  * @param request - CreateIndexRequest
2433
2511
  * @returns CreateIndexResponse
@@ -2507,11 +2585,53 @@ export default class Client extends OpenApi {
2507
2585
  return await this.createJDBCDataSourceWithOptions(request, runtime);
2508
2586
  }
2509
2587
 
2588
+ /**
2589
+ * Creates a model creation operator API key.
2590
+ *
2591
+ * @param request - CreateModelOperatorApiKeyRequest
2592
+ * @param runtime - runtime options for this request RuntimeOptions
2593
+ * @returns CreateModelOperatorApiKeyResponse
2594
+ */
2595
+ async createModelOperatorApiKeyWithOptions(request: $_model.CreateModelOperatorApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateModelOperatorApiKeyResponse> {
2596
+ request.validate();
2597
+ let query = { };
2598
+ if (!$dara.isNull(request.description)) {
2599
+ query["Description"] = request.description;
2600
+ }
2601
+
2602
+ let req = new $OpenApiUtil.OpenApiRequest({
2603
+ query: OpenApiUtil.query(query),
2604
+ });
2605
+ let params = new $OpenApiUtil.Params({
2606
+ action: "CreateModelOperatorApiKey",
2607
+ version: "2016-05-03",
2608
+ protocol: "HTTPS",
2609
+ pathname: "/",
2610
+ method: "POST",
2611
+ authType: "AK",
2612
+ style: "RPC",
2613
+ reqBodyType: "formData",
2614
+ bodyType: "json",
2615
+ });
2616
+ return $dara.cast<$_model.CreateModelOperatorApiKeyResponse>(await this.callApi(params, req, runtime), new $_model.CreateModelOperatorApiKeyResponse({}));
2617
+ }
2618
+
2619
+ /**
2620
+ * Creates a model creation operator API key.
2621
+ *
2622
+ * @param request - CreateModelOperatorApiKeyRequest
2623
+ * @returns CreateModelOperatorApiKeyResponse
2624
+ */
2625
+ async createModelOperatorApiKey(request: $_model.CreateModelOperatorApiKeyRequest): Promise<$_model.CreateModelOperatorApiKeyResponse> {
2626
+ let runtime = new $dara.RuntimeOptions({ });
2627
+ return await this.createModelOperatorApiKeyWithOptions(request, runtime);
2628
+ }
2629
+
2510
2630
  /**
2511
2631
  * Creates a model service.
2512
2632
  *
2513
2633
  * @remarks
2514
- * Before you call this operation, review the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2634
+ * Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2515
2635
  *
2516
2636
  * @param tmpReq - CreateModelServiceRequest
2517
2637
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2597,7 +2717,7 @@ export default class Client extends OpenApi {
2597
2717
  * Creates a model service.
2598
2718
  *
2599
2719
  * @remarks
2600
- * Before you call this operation, review the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2720
+ * Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2601
2721
  *
2602
2722
  * @param request - CreateModelServiceRequest
2603
2723
  * @returns CreateModelServiceResponse
@@ -2759,7 +2879,7 @@ export default class Client extends OpenApi {
2759
2879
  * Creates a SaaS service.
2760
2880
  *
2761
2881
  * @remarks
2762
- * Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2882
+ * Before you use this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2763
2883
  *
2764
2884
  * @param request - CreateSaasServiceRequest
2765
2885
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2821,7 +2941,7 @@ export default class Client extends OpenApi {
2821
2941
  * Creates a SaaS service.
2822
2942
  *
2823
2943
  * @remarks
2824
- * Before you call this operation, make sure that you are familiar with the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2944
+ * Before you use this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
2825
2945
  *
2826
2946
  * @param request - CreateSaasServiceRequest
2827
2947
  * @returns CreateSaasServiceResponse
@@ -3763,6 +3883,58 @@ export default class Client extends OpenApi {
3763
3883
  return await this.deleteAccountWithOptions(request, runtime);
3764
3884
  }
3765
3885
 
3886
+ /**
3887
+ * 删除API密钥
3888
+ *
3889
+ * @remarks
3890
+ * 删除API密钥。
3891
+ *
3892
+ * @param request - DeleteApiKeyRequest
3893
+ * @param runtime - runtime options for this request RuntimeOptions
3894
+ * @returns DeleteApiKeyResponse
3895
+ */
3896
+ async deleteApiKeyWithOptions(request: $_model.DeleteApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteApiKeyResponse> {
3897
+ request.validate();
3898
+ let query = { };
3899
+ if (!$dara.isNull(request.keyId)) {
3900
+ query["KeyId"] = request.keyId;
3901
+ }
3902
+
3903
+ if (!$dara.isNull(request.regionId)) {
3904
+ query["RegionId"] = request.regionId;
3905
+ }
3906
+
3907
+ let req = new $OpenApiUtil.OpenApiRequest({
3908
+ query: OpenApiUtil.query(query),
3909
+ });
3910
+ let params = new $OpenApiUtil.Params({
3911
+ action: "DeleteApiKey",
3912
+ version: "2016-05-03",
3913
+ protocol: "HTTPS",
3914
+ pathname: "/",
3915
+ method: "POST",
3916
+ authType: "AK",
3917
+ style: "RPC",
3918
+ reqBodyType: "formData",
3919
+ bodyType: "json",
3920
+ });
3921
+ return $dara.cast<$_model.DeleteApiKeyResponse>(await this.callApi(params, req, runtime), new $_model.DeleteApiKeyResponse({}));
3922
+ }
3923
+
3924
+ /**
3925
+ * 删除API密钥
3926
+ *
3927
+ * @remarks
3928
+ * 删除API密钥。
3929
+ *
3930
+ * @param request - DeleteApiKeyRequest
3931
+ * @returns DeleteApiKeyResponse
3932
+ */
3933
+ async deleteApiKey(request: $_model.DeleteApiKeyRequest): Promise<$_model.DeleteApiKeyResponse> {
3934
+ let runtime = new $dara.RuntimeOptions({ });
3935
+ return await this.deleteApiKeyWithOptions(request, runtime);
3936
+ }
3937
+
3766
3938
  /**
3767
3939
  * Deletes a backup set. You can call this operation to delete only physical backup sets that are manually backed up.
3768
3940
  *
@@ -3813,7 +3985,7 @@ export default class Client extends OpenApi {
3813
3985
  * Deletes a Supabase branch.
3814
3986
  *
3815
3987
  * @remarks
3816
- * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
3988
+ * Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
3817
3989
  *
3818
3990
  * @param request - DeleteBranchRequest
3819
3991
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3851,7 +4023,7 @@ export default class Client extends OpenApi {
3851
4023
  * Deletes a Supabase branch.
3852
4024
  *
3853
4025
  * @remarks
3854
- * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
4026
+ * Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
3855
4027
  *
3856
4028
  * @param request - DeleteBranchRequest
3857
4029
  * @returns DeleteBranchResponse
@@ -5064,10 +5236,10 @@ export default class Client extends OpenApi {
5064
5236
  }
5065
5237
 
5066
5238
  /**
5067
- * 删除恢复点
5239
+ * Deletes a snapshot of a Supabase project.
5068
5240
  *
5069
5241
  * @remarks
5070
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
5242
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
5071
5243
  *
5072
5244
  * @param request - DeleteSnapshotRequest
5073
5245
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5106,10 +5278,10 @@ export default class Client extends OpenApi {
5106
5278
  }
5107
5279
 
5108
5280
  /**
5109
- * 删除恢复点
5281
+ * Deletes a snapshot of a Supabase project.
5110
5282
  *
5111
5283
  * @remarks
5112
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
5284
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
5113
5285
  *
5114
5286
  * @param request - DeleteSnapshotRequest
5115
5287
  * @returns DeleteSnapshotResponse
@@ -6158,14 +6330,14 @@ export default class Client extends OpenApi {
6158
6330
  }
6159
6331
 
6160
6332
  /**
6161
- * Query the details of an AnalyticDB for PostgreSQL instance.
6333
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
6162
6334
  *
6163
6335
  * @remarks
6164
- * ## How-To
6165
- * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
6166
- * ## Queries per second (QPS) limit
6167
- * The default QPS limit for this API is 1000 queries per second per user. If this limit is exceeded, API calls will be rate-limited, which may affect your business operations. Please invoke the API appropriately.
6168
- * <props="china">The QPS value provided in this document is for reference only. For accurate information, see [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
6336
+ * ## Operation description
6337
+ * This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
6338
+ * ## QPS limit
6339
+ * The default QPS limit for a single user for this operation is 1,000 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation as needed.
6340
+ * <props="china">The QPS limit in this topic is a default reference value. For accurate information, refer to the [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
6169
6341
  *
6170
6342
  * @param request - DescribeDBInstanceAttributeRequest
6171
6343
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6204,14 +6376,14 @@ export default class Client extends OpenApi {
6204
6376
  }
6205
6377
 
6206
6378
  /**
6207
- * Query the details of an AnalyticDB for PostgreSQL instance.
6379
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
6208
6380
  *
6209
6381
  * @remarks
6210
- * ## How-To
6211
- * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
6212
- * ## Queries per second (QPS) limit
6213
- * The default QPS limit for this API is 1000 queries per second per user. If this limit is exceeded, API calls will be rate-limited, which may affect your business operations. Please invoke the API appropriately.
6214
- * <props="china">The QPS value provided in this document is for reference only. For accurate information, see [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
6382
+ * ## Operation description
6383
+ * This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
6384
+ * ## QPS limit
6385
+ * The default QPS limit for a single user for this operation is 1,000 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation as needed.
6386
+ * <props="china">The QPS limit in this topic is a default reference value. For accurate information, refer to the [API rate limit list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
6215
6387
  *
6216
6388
  * @param request - DescribeDBInstanceAttributeRequest
6217
6389
  * @returns DescribeDBInstanceAttributeResponse
@@ -6862,7 +7034,7 @@ export default class Client extends OpenApi {
6862
7034
  }
6863
7035
 
6864
7036
  /**
6865
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
7037
+ * Queries the maximum throughput of an instance.
6866
7038
  *
6867
7039
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
6868
7040
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6897,7 +7069,7 @@ export default class Client extends OpenApi {
6897
7069
  }
6898
7070
 
6899
7071
  /**
6900
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
7072
+ * Queries the maximum throughput of an instance.
6901
7073
  *
6902
7074
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
6903
7075
  * @returns DescribeDBInstanceSupportMaxPerformanceResponse
@@ -8456,13 +8628,135 @@ export default class Client extends OpenApi {
8456
8628
  }
8457
8629
 
8458
8630
  /**
8459
- * Queries the information about a model service.
8631
+ * Retrieves the details of a model operator API key.
8632
+ *
8633
+ * @param request - DescribeModelOperatorApiKeyRequest
8634
+ * @param runtime - runtime options for this request RuntimeOptions
8635
+ * @returns DescribeModelOperatorApiKeyResponse
8636
+ */
8637
+ async describeModelOperatorApiKeyWithOptions(request: $_model.DescribeModelOperatorApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeModelOperatorApiKeyResponse> {
8638
+ request.validate();
8639
+ let query = { };
8640
+ if (!$dara.isNull(request.apiKeyId)) {
8641
+ query["ApiKeyId"] = request.apiKeyId;
8642
+ }
8643
+
8644
+ let req = new $OpenApiUtil.OpenApiRequest({
8645
+ query: OpenApiUtil.query(query),
8646
+ });
8647
+ let params = new $OpenApiUtil.Params({
8648
+ action: "DescribeModelOperatorApiKey",
8649
+ version: "2016-05-03",
8650
+ protocol: "HTTPS",
8651
+ pathname: "/",
8652
+ method: "POST",
8653
+ authType: "AK",
8654
+ style: "RPC",
8655
+ reqBodyType: "formData",
8656
+ bodyType: "json",
8657
+ });
8658
+ return $dara.cast<$_model.DescribeModelOperatorApiKeyResponse>(await this.callApi(params, req, runtime), new $_model.DescribeModelOperatorApiKeyResponse({}));
8659
+ }
8660
+
8661
+ /**
8662
+ * Retrieves the details of a model operator API key.
8663
+ *
8664
+ * @param request - DescribeModelOperatorApiKeyRequest
8665
+ * @returns DescribeModelOperatorApiKeyResponse
8666
+ */
8667
+ async describeModelOperatorApiKey(request: $_model.DescribeModelOperatorApiKeyRequest): Promise<$_model.DescribeModelOperatorApiKeyResponse> {
8668
+ let runtime = new $dara.RuntimeOptions({ });
8669
+ return await this.describeModelOperatorApiKeyWithOptions(request, runtime);
8670
+ }
8671
+
8672
+ /**
8673
+ * Retrieves the usage metrics of model operators.
8674
+ *
8675
+ * @param tmpReq - DescribeModelOperatorUsageRequest
8676
+ * @param runtime - runtime options for this request RuntimeOptions
8677
+ * @returns DescribeModelOperatorUsageResponse
8678
+ */
8679
+ async describeModelOperatorUsageWithOptions(tmpReq: $_model.DescribeModelOperatorUsageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeModelOperatorUsageResponse> {
8680
+ tmpReq.validate();
8681
+ let request = new $_model.DescribeModelOperatorUsageShrinkRequest({ });
8682
+ OpenApiUtil.convert(tmpReq, request);
8683
+ if (!$dara.isNull(tmpReq.apiKeyIds)) {
8684
+ request.apiKeyIdsShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.apiKeyIds, "ApiKeyIds", "simple");
8685
+ }
8686
+
8687
+ if (!$dara.isNull(tmpReq.keys)) {
8688
+ request.keysShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.keys, "Keys", "simple");
8689
+ }
8690
+
8691
+ if (!$dara.isNull(tmpReq.modelNames)) {
8692
+ request.modelNamesShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.modelNames, "ModelNames", "simple");
8693
+ }
8694
+
8695
+ let query = { };
8696
+ if (!$dara.isNull(request.apiKeyIdsShrink)) {
8697
+ query["ApiKeyIds"] = request.apiKeyIdsShrink;
8698
+ }
8699
+
8700
+ if (!$dara.isNull(request.endTime)) {
8701
+ query["EndTime"] = request.endTime;
8702
+ }
8703
+
8704
+ if (!$dara.isNull(request.groupBy)) {
8705
+ query["GroupBy"] = request.groupBy;
8706
+ }
8707
+
8708
+ if (!$dara.isNull(request.keysShrink)) {
8709
+ query["Keys"] = request.keysShrink;
8710
+ }
8711
+
8712
+ if (!$dara.isNull(request.modelNamesShrink)) {
8713
+ query["ModelNames"] = request.modelNamesShrink;
8714
+ }
8715
+
8716
+ if (!$dara.isNull(request.period)) {
8717
+ query["Period"] = request.period;
8718
+ }
8719
+
8720
+ if (!$dara.isNull(request.startTime)) {
8721
+ query["StartTime"] = request.startTime;
8722
+ }
8723
+
8724
+ let req = new $OpenApiUtil.OpenApiRequest({
8725
+ query: OpenApiUtil.query(query),
8726
+ });
8727
+ let params = new $OpenApiUtil.Params({
8728
+ action: "DescribeModelOperatorUsage",
8729
+ version: "2016-05-03",
8730
+ protocol: "HTTPS",
8731
+ pathname: "/",
8732
+ method: "POST",
8733
+ authType: "AK",
8734
+ style: "RPC",
8735
+ reqBodyType: "formData",
8736
+ bodyType: "json",
8737
+ });
8738
+ return $dara.cast<$_model.DescribeModelOperatorUsageResponse>(await this.callApi(params, req, runtime), new $_model.DescribeModelOperatorUsageResponse({}));
8739
+ }
8740
+
8741
+ /**
8742
+ * Retrieves the usage metrics of model operators.
8743
+ *
8744
+ * @param request - DescribeModelOperatorUsageRequest
8745
+ * @returns DescribeModelOperatorUsageResponse
8746
+ */
8747
+ async describeModelOperatorUsage(request: $_model.DescribeModelOperatorUsageRequest): Promise<$_model.DescribeModelOperatorUsageResponse> {
8748
+ let runtime = new $dara.RuntimeOptions({ });
8749
+ return await this.describeModelOperatorUsageWithOptions(request, runtime);
8750
+ }
8751
+
8752
+ /**
8753
+ * Queries a model service.
8460
8754
  *
8461
8755
  * @remarks
8462
- * ## [](#)Usage notes
8463
- * This interface is used to view the details of a model service.
8464
- * ## [](#qps-)QPS limit
8465
- * You can call this operation up to 1,000 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions.We recommend that you take note of this limit when you call this operation.
8756
+ * ## Operation description
8757
+ * You can call this operation to query the details of a model service.
8758
+ * ## Rate limit
8759
+ * The maximum number of queries per second (QPS) per user for this operation is 1,000. If the number of calls exceeds the limit, throttling is triggered. Throttling may affect your business. Call this operation as needed.
8466
8760
  *
8467
8761
  * @param request - DescribeModelServiceRequest
8468
8762
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8497,13 +8791,13 @@ export default class Client extends OpenApi {
8497
8791
  }
8498
8792
 
8499
8793
  /**
8500
- * Queries the information about a model service.
8794
+ * Queries a model service.
8501
8795
  *
8502
8796
  * @remarks
8503
- * ## [](#)Usage notes
8504
- * This interface is used to view the details of a model service.
8505
- * ## [](#qps-)QPS limit
8506
- * You can call this operation up to 1,000 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions.We recommend that you take note of this limit when you call this operation.
8797
+ * ## Operation description
8798
+ * You can call this operation to query the details of a model service.
8799
+ * ## Rate limit
8800
+ * The maximum number of queries per second (QPS) per user for this operation is 1,000. If the number of calls exceeds the limit, throttling is triggered. Throttling may affect your business. Call this operation as needed.
8507
8801
  *
8508
8802
  * @param request - DescribeModelServiceRequest
8509
8803
  * @returns DescribeModelServiceResponse
@@ -9588,7 +9882,7 @@ export default class Client extends OpenApi {
9588
9882
  }
9589
9883
 
9590
9884
  /**
9591
- * View table details.
9885
+ * Queries the details of a table.
9592
9886
  *
9593
9887
  * @param request - DescribeTableRequest
9594
9888
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9647,7 +9941,7 @@ export default class Client extends OpenApi {
9647
9941
  }
9648
9942
 
9649
9943
  /**
9650
- * View table details.
9944
+ * Queries the details of a table.
9651
9945
  *
9652
9946
  * @param request - DescribeTableRequest
9653
9947
  * @returns DescribeTableResponse
@@ -10438,7 +10732,7 @@ export default class Client extends OpenApi {
10438
10732
  }
10439
10733
 
10440
10734
  /**
10441
- * Execute an SQL statement.
10735
+ * Executes an SQL statement.
10442
10736
  *
10443
10737
  * @param tmpReq - ExecuteStatementRequest
10444
10738
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10529,7 +10823,7 @@ export default class Client extends OpenApi {
10529
10823
  }
10530
10824
 
10531
10825
  /**
10532
- * Execute an SQL statement.
10826
+ * Executes an SQL statement.
10533
10827
  *
10534
10828
  * @param request - ExecuteStatementRequest
10535
10829
  * @returns ExecuteStatementResponse
@@ -10540,7 +10834,7 @@ export default class Client extends OpenApi {
10540
10834
  }
10541
10835
 
10542
10836
  /**
10543
- * Queries the information about a database account.
10837
+ * Retrieves information about a specific account.
10544
10838
  *
10545
10839
  * @param request - GetAccountRequest
10546
10840
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10575,7 +10869,7 @@ export default class Client extends OpenApi {
10575
10869
  }
10576
10870
 
10577
10871
  /**
10578
- * Queries the information about a database account.
10872
+ * Retrieves information about a specific account.
10579
10873
  *
10580
10874
  * @param request - GetAccountRequest
10581
10875
  * @returns GetAccountResponse
@@ -10585,6 +10879,58 @@ export default class Client extends OpenApi {
10585
10879
  return await this.getAccountWithOptions(request, runtime);
10586
10880
  }
10587
10881
 
10882
+ /**
10883
+ * 获取API密钥详情
10884
+ *
10885
+ * @remarks
10886
+ * 获取API密钥详情。
10887
+ *
10888
+ * @param request - GetApiKeyRequest
10889
+ * @param runtime - runtime options for this request RuntimeOptions
10890
+ * @returns GetApiKeyResponse
10891
+ */
10892
+ async getApiKeyWithOptions(request: $_model.GetApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApiKeyResponse> {
10893
+ request.validate();
10894
+ let query = { };
10895
+ if (!$dara.isNull(request.keyId)) {
10896
+ query["KeyId"] = request.keyId;
10897
+ }
10898
+
10899
+ if (!$dara.isNull(request.regionId)) {
10900
+ query["RegionId"] = request.regionId;
10901
+ }
10902
+
10903
+ let req = new $OpenApiUtil.OpenApiRequest({
10904
+ query: OpenApiUtil.query(query),
10905
+ });
10906
+ let params = new $OpenApiUtil.Params({
10907
+ action: "GetApiKey",
10908
+ version: "2016-05-03",
10909
+ protocol: "HTTPS",
10910
+ pathname: "/",
10911
+ method: "POST",
10912
+ authType: "AK",
10913
+ style: "RPC",
10914
+ reqBodyType: "formData",
10915
+ bodyType: "json",
10916
+ });
10917
+ return $dara.cast<$_model.GetApiKeyResponse>(await this.callApi(params, req, runtime), new $_model.GetApiKeyResponse({}));
10918
+ }
10919
+
10920
+ /**
10921
+ * 获取API密钥详情
10922
+ *
10923
+ * @remarks
10924
+ * 获取API密钥详情。
10925
+ *
10926
+ * @param request - GetApiKeyRequest
10927
+ * @returns GetApiKeyResponse
10928
+ */
10929
+ async getApiKey(request: $_model.GetApiKeyRequest): Promise<$_model.GetApiKeyResponse> {
10930
+ let runtime = new $dara.RuntimeOptions({ });
10931
+ return await this.getApiKeyWithOptions(request, runtime);
10932
+ }
10933
+
10588
10934
  /**
10589
10935
  * Retrieves the database schema of a Supabase branch.
10590
10936
  *
@@ -10884,7 +11230,7 @@ export default class Client extends OpenApi {
10884
11230
  }
10885
11231
 
10886
11232
  /**
10887
- * Get Asynchronous SQL Execution Result
11233
+ * Retrieves the result of an asynchronous SQL execution.
10888
11234
  *
10889
11235
  * @param request - GetStatementResultRequest
10890
11236
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10935,7 +11281,7 @@ export default class Client extends OpenApi {
10935
11281
  }
10936
11282
 
10937
11283
  /**
10938
- * Get Asynchronous SQL Execution Result
11284
+ * Retrieves the result of an asynchronous SQL execution.
10939
11285
  *
10940
11286
  * @param request - GetStatementResultRequest
10941
11287
  * @returns GetStatementResultResponse
@@ -11102,12 +11448,12 @@ export default class Client extends OpenApi {
11102
11448
  }
11103
11449
 
11104
11450
  /**
11105
- * Queries the progress and result of an asynchronous document upload job based on the job ID.
11451
+ * Retrieves the progress and result of an asynchronous document upload task by job ID.
11106
11452
  *
11107
11453
  * @remarks
11108
- * This operation is related to the UploadDocumentAsync operation. You can call the UploadDocumentAsync operation to create an upload job and get the job ID, and then call the GetUploadDocumentJob operation to query the execution information of the job.
11109
- * > Suggestions
11110
- * * Based on document complexity and the number of resulting vector chunks, the timeout is estimated and typically does not exceed 2 hours.
11454
+ * This operation is related to UploadDocumentAsync. You can call UploadDocumentAsync to create an upload task and obtain a job ID, and then call this operation to view the execution information of the job.
11455
+ * > Usage notes
11456
+ * > - Estimate the timeout based on the document complexity and the number of vector entries after chunking. The timeout generally does not exceed 2 hours.
11111
11457
  *
11112
11458
  * @param request - GetUploadDocumentJobRequest
11113
11459
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11164,12 +11510,12 @@ export default class Client extends OpenApi {
11164
11510
  }
11165
11511
 
11166
11512
  /**
11167
- * Queries the progress and result of an asynchronous document upload job based on the job ID.
11513
+ * Retrieves the progress and result of an asynchronous document upload task by job ID.
11168
11514
  *
11169
11515
  * @remarks
11170
- * This operation is related to the UploadDocumentAsync operation. You can call the UploadDocumentAsync operation to create an upload job and get the job ID, and then call the GetUploadDocumentJob operation to query the execution information of the job.
11171
- * > Suggestions
11172
- * * Based on document complexity and the number of resulting vector chunks, the timeout is estimated and typically does not exceed 2 hours.
11516
+ * This operation is related to UploadDocumentAsync. You can call UploadDocumentAsync to create an upload task and obtain a job ID, and then call this operation to view the execution information of the job.
11517
+ * > Usage notes
11518
+ * > - Estimate the timeout based on the document complexity and the number of vector entries after chunking. The timeout generally does not exceed 2 hours.
11173
11519
  *
11174
11520
  * @param request - GetUploadDocumentJobRequest
11175
11521
  * @returns GetUploadDocumentJobResponse
@@ -11259,6 +11605,60 @@ export default class Client extends OpenApi {
11259
11605
  return await this.getUpsertCollectionDataJobWithOptions(request, runtime);
11260
11606
  }
11261
11607
 
11608
+ /**
11609
+ * 查询SaaS工作空间
11610
+ *
11611
+ * @remarks
11612
+ * ## 使用说明
11613
+ * 本接口用于查看指定工作空间信息。
11614
+ *
11615
+ * @param request - GetWorkspaceRequest
11616
+ * @param runtime - runtime options for this request RuntimeOptions
11617
+ * @returns GetWorkspaceResponse
11618
+ */
11619
+ async getWorkspaceWithOptions(request: $_model.GetWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetWorkspaceResponse> {
11620
+ request.validate();
11621
+ let query = { };
11622
+ if (!$dara.isNull(request.regionId)) {
11623
+ query["RegionId"] = request.regionId;
11624
+ }
11625
+
11626
+ if (!$dara.isNull(request.workspaceId)) {
11627
+ query["WorkspaceId"] = request.workspaceId;
11628
+ }
11629
+
11630
+ let req = new $OpenApiUtil.OpenApiRequest({
11631
+ query: OpenApiUtil.query(query),
11632
+ });
11633
+ let params = new $OpenApiUtil.Params({
11634
+ action: "GetWorkspace",
11635
+ version: "2016-05-03",
11636
+ protocol: "HTTPS",
11637
+ pathname: "/",
11638
+ method: "POST",
11639
+ authType: "AK",
11640
+ style: "RPC",
11641
+ reqBodyType: "formData",
11642
+ bodyType: "json",
11643
+ });
11644
+ return $dara.cast<$_model.GetWorkspaceResponse>(await this.callApi(params, req, runtime), new $_model.GetWorkspaceResponse({}));
11645
+ }
11646
+
11647
+ /**
11648
+ * 查询SaaS工作空间
11649
+ *
11650
+ * @remarks
11651
+ * ## 使用说明
11652
+ * 本接口用于查看指定工作空间信息。
11653
+ *
11654
+ * @param request - GetWorkspaceRequest
11655
+ * @returns GetWorkspaceResponse
11656
+ */
11657
+ async getWorkspace(request: $_model.GetWorkspaceRequest): Promise<$_model.GetWorkspaceResponse> {
11658
+ let runtime = new $dara.RuntimeOptions({ });
11659
+ return await this.getWorkspaceWithOptions(request, runtime);
11660
+ }
11661
+
11262
11662
  /**
11263
11663
  * Grants vector collection permissions to a namespace.
11264
11664
  *
@@ -11446,10 +11846,10 @@ export default class Client extends OpenApi {
11446
11846
  }
11447
11847
 
11448
11848
  /**
11449
- * Queries a list of AINode resource pools.
11849
+ * Queries the list of AI nodes.
11450
11850
  *
11451
11851
  * @remarks
11452
- * - This operation lists the AINode resource pools for the specified instance.
11852
+ * - This operation is used to query the list of AI nodes.
11453
11853
  *
11454
11854
  * @param request - ListAINodePoolsRequest
11455
11855
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11484,10 +11884,10 @@ export default class Client extends OpenApi {
11484
11884
  }
11485
11885
 
11486
11886
  /**
11487
- * Queries a list of AINode resource pools.
11887
+ * Queries the list of AI nodes.
11488
11888
  *
11489
11889
  * @remarks
11490
- * - This operation lists the AINode resource pools for the specified instance.
11890
+ * - This operation is used to query the list of AI nodes.
11491
11891
  *
11492
11892
  * @param request - ListAINodePoolsRequest
11493
11893
  * @returns ListAINodePoolsResponse
@@ -11498,7 +11898,7 @@ export default class Client extends OpenApi {
11498
11898
  }
11499
11899
 
11500
11900
  /**
11501
- * Lists AI services.
11901
+ * Retrieves the list of AI services.
11502
11902
  *
11503
11903
  * @param request - ListAIServicesRequest
11504
11904
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11541,7 +11941,7 @@ export default class Client extends OpenApi {
11541
11941
  }
11542
11942
 
11543
11943
  /**
11544
- * Lists AI services.
11944
+ * Retrieves the list of AI services.
11545
11945
  *
11546
11946
  * @param request - ListAIServicesRequest
11547
11947
  * @returns ListAIServicesResponse
@@ -11551,6 +11951,70 @@ export default class Client extends OpenApi {
11551
11951
  return await this.listAIServicesWithOptions(request, runtime);
11552
11952
  }
11553
11953
 
11954
+ /**
11955
+ * 查询API密钥列表
11956
+ *
11957
+ * @remarks
11958
+ * 查询API密钥列表。
11959
+ *
11960
+ * @param request - ListApiKeysRequest
11961
+ * @param runtime - runtime options for this request RuntimeOptions
11962
+ * @returns ListApiKeysResponse
11963
+ */
11964
+ async listApiKeysWithOptions(request: $_model.ListApiKeysRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApiKeysResponse> {
11965
+ request.validate();
11966
+ let query = { };
11967
+ if (!$dara.isNull(request.keyName)) {
11968
+ query["KeyName"] = request.keyName;
11969
+ }
11970
+
11971
+ if (!$dara.isNull(request.maxResults)) {
11972
+ query["MaxResults"] = request.maxResults;
11973
+ }
11974
+
11975
+ if (!$dara.isNull(request.nextToken)) {
11976
+ query["NextToken"] = request.nextToken;
11977
+ }
11978
+
11979
+ if (!$dara.isNull(request.regionId)) {
11980
+ query["RegionId"] = request.regionId;
11981
+ }
11982
+
11983
+ if (!$dara.isNull(request.workspaceId)) {
11984
+ query["WorkspaceId"] = request.workspaceId;
11985
+ }
11986
+
11987
+ let req = new $OpenApiUtil.OpenApiRequest({
11988
+ query: OpenApiUtil.query(query),
11989
+ });
11990
+ let params = new $OpenApiUtil.Params({
11991
+ action: "ListApiKeys",
11992
+ version: "2016-05-03",
11993
+ protocol: "HTTPS",
11994
+ pathname: "/",
11995
+ method: "POST",
11996
+ authType: "AK",
11997
+ style: "RPC",
11998
+ reqBodyType: "formData",
11999
+ bodyType: "json",
12000
+ });
12001
+ return $dara.cast<$_model.ListApiKeysResponse>(await this.callApi(params, req, runtime), new $_model.ListApiKeysResponse({}));
12002
+ }
12003
+
12004
+ /**
12005
+ * 查询API密钥列表
12006
+ *
12007
+ * @remarks
12008
+ * 查询API密钥列表。
12009
+ *
12010
+ * @param request - ListApiKeysRequest
12011
+ * @returns ListApiKeysResponse
12012
+ */
12013
+ async listApiKeys(request: $_model.ListApiKeysRequest): Promise<$_model.ListApiKeysResponse> {
12014
+ let runtime = new $dara.RuntimeOptions({ });
12015
+ return await this.listApiKeysWithOptions(request, runtime);
12016
+ }
12017
+
11554
12018
  /**
11555
12019
  * Queries a list of backup jobs.
11556
12020
  *
@@ -11598,10 +12062,10 @@ export default class Client extends OpenApi {
11598
12062
  }
11599
12063
 
11600
12064
  /**
11601
- * Query the branch list of a Supabase project.
12065
+ * Queries the branch list of a Supabase project.
11602
12066
  *
11603
12067
  * @remarks
11604
- * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
12068
+ * Performs a paged query for all branches under a specified Supabase project. You can filter branches by parent branch, keyword, and sorting criteria. Paging is supported.
11605
12069
  *
11606
12070
  * @param request - ListBranchesRequest
11607
12071
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11664,10 +12128,10 @@ export default class Client extends OpenApi {
11664
12128
  }
11665
12129
 
11666
12130
  /**
11667
- * Query the branch list of a Supabase project.
12131
+ * Queries the branch list of a Supabase project.
11668
12132
  *
11669
12133
  * @remarks
11670
- * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
12134
+ * Performs a paged query for all branches under a specified Supabase project. You can filter branches by parent branch, keyword, and sorting criteria. Paging is supported.
11671
12135
  *
11672
12136
  * @param request - ListBranchesRequest
11673
12137
  * @returns ListBranchesResponse
@@ -11678,7 +12142,7 @@ export default class Client extends OpenApi {
11678
12142
  }
11679
12143
 
11680
12144
  /**
11681
- * Get document chunk details
12145
+ * Retrieves the details of document chunks.
11682
12146
  *
11683
12147
  * @param request - ListChunksRequest
11684
12148
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11745,7 +12209,7 @@ export default class Client extends OpenApi {
11745
12209
  }
11746
12210
 
11747
12211
  /**
11748
- * Get document chunk details
12212
+ * Retrieves the details of document chunks.
11749
12213
  *
11750
12214
  * @param request - ListChunksRequest
11751
12215
  * @returns ListChunksResponse
@@ -12343,6 +12807,98 @@ export default class Client extends OpenApi {
12343
12807
  return await this.listInstanceExtensionsWithOptions(request, runtime);
12344
12808
  }
12345
12809
 
12810
+ /**
12811
+ * Retrieves the list of API keys for model operators.
12812
+ *
12813
+ * @param request - ListModelOperatorApiKeysRequest
12814
+ * @param runtime - runtime options for this request RuntimeOptions
12815
+ * @returns ListModelOperatorApiKeysResponse
12816
+ */
12817
+ async listModelOperatorApiKeysWithOptions(request: $_model.ListModelOperatorApiKeysRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelOperatorApiKeysResponse> {
12818
+ request.validate();
12819
+ let query = { };
12820
+ if (!$dara.isNull(request.pageNumber)) {
12821
+ query["PageNumber"] = request.pageNumber;
12822
+ }
12823
+
12824
+ if (!$dara.isNull(request.pageSize)) {
12825
+ query["PageSize"] = request.pageSize;
12826
+ }
12827
+
12828
+ let req = new $OpenApiUtil.OpenApiRequest({
12829
+ query: OpenApiUtil.query(query),
12830
+ });
12831
+ let params = new $OpenApiUtil.Params({
12832
+ action: "ListModelOperatorApiKeys",
12833
+ version: "2016-05-03",
12834
+ protocol: "HTTPS",
12835
+ pathname: "/",
12836
+ method: "POST",
12837
+ authType: "AK",
12838
+ style: "RPC",
12839
+ reqBodyType: "formData",
12840
+ bodyType: "json",
12841
+ });
12842
+ return $dara.cast<$_model.ListModelOperatorApiKeysResponse>(await this.callApi(params, req, runtime), new $_model.ListModelOperatorApiKeysResponse({}));
12843
+ }
12844
+
12845
+ /**
12846
+ * Retrieves the list of API keys for model operators.
12847
+ *
12848
+ * @param request - ListModelOperatorApiKeysRequest
12849
+ * @returns ListModelOperatorApiKeysResponse
12850
+ */
12851
+ async listModelOperatorApiKeys(request: $_model.ListModelOperatorApiKeysRequest): Promise<$_model.ListModelOperatorApiKeysResponse> {
12852
+ let runtime = new $dara.RuntimeOptions({ });
12853
+ return await this.listModelOperatorApiKeysWithOptions(request, runtime);
12854
+ }
12855
+
12856
+ /**
12857
+ * Retrieves a list of model services.
12858
+ *
12859
+ * @param request - ListModelOperatorServicesRequest
12860
+ * @param runtime - runtime options for this request RuntimeOptions
12861
+ * @returns ListModelOperatorServicesResponse
12862
+ */
12863
+ async listModelOperatorServicesWithOptions(request: $_model.ListModelOperatorServicesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelOperatorServicesResponse> {
12864
+ request.validate();
12865
+ let query = { };
12866
+ if (!$dara.isNull(request.pageNumber)) {
12867
+ query["PageNumber"] = request.pageNumber;
12868
+ }
12869
+
12870
+ if (!$dara.isNull(request.pageSize)) {
12871
+ query["PageSize"] = request.pageSize;
12872
+ }
12873
+
12874
+ let req = new $OpenApiUtil.OpenApiRequest({
12875
+ query: OpenApiUtil.query(query),
12876
+ });
12877
+ let params = new $OpenApiUtil.Params({
12878
+ action: "ListModelOperatorServices",
12879
+ version: "2016-05-03",
12880
+ protocol: "HTTPS",
12881
+ pathname: "/",
12882
+ method: "POST",
12883
+ authType: "AK",
12884
+ style: "RPC",
12885
+ reqBodyType: "formData",
12886
+ bodyType: "json",
12887
+ });
12888
+ return $dara.cast<$_model.ListModelOperatorServicesResponse>(await this.callApi(params, req, runtime), new $_model.ListModelOperatorServicesResponse({}));
12889
+ }
12890
+
12891
+ /**
12892
+ * Retrieves a list of model services.
12893
+ *
12894
+ * @param request - ListModelOperatorServicesRequest
12895
+ * @returns ListModelOperatorServicesResponse
12896
+ */
12897
+ async listModelOperatorServices(request: $_model.ListModelOperatorServicesRequest): Promise<$_model.ListModelOperatorServicesResponse> {
12898
+ let runtime = new $dara.RuntimeOptions({ });
12899
+ return await this.listModelOperatorServicesWithOptions(request, runtime);
12900
+ }
12901
+
12346
12902
  /**
12347
12903
  * Queries all model services.
12348
12904
  *
@@ -12522,11 +13078,11 @@ export default class Client extends OpenApi {
12522
13078
  }
12523
13079
 
12524
13080
  /**
12525
- * Query SaaS Service List
13081
+ * Queries the list of SaaS services.
12526
13082
  *
12527
13083
  * @remarks
12528
- * ## Usage Notes
12529
- * This API operation is used to view information about all SaaS services.
13084
+ * ## Operation description
13085
+ * This operation is used to query information about all SaaS services.
12530
13086
  *
12531
13087
  * @param request - ListSaasServiceRequest
12532
13088
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12573,11 +13129,11 @@ export default class Client extends OpenApi {
12573
13129
  }
12574
13130
 
12575
13131
  /**
12576
- * Query SaaS Service List
13132
+ * Queries the list of SaaS services.
12577
13133
  *
12578
13134
  * @remarks
12579
- * ## Usage Notes
12580
- * This API operation is used to view information about all SaaS services.
13135
+ * ## Operation description
13136
+ * This operation is used to query information about all SaaS services.
12581
13137
  *
12582
13138
  * @param request - ListSaasServiceRequest
12583
13139
  * @returns ListSaasServiceResponse
@@ -12960,10 +13516,10 @@ export default class Client extends OpenApi {
12960
13516
  }
12961
13517
 
12962
13518
  /**
12963
- * Lists the tags of Supabase instances.
13519
+ * Queries the tags of a Supabase instance.
12964
13520
  *
12965
13521
  * @remarks
12966
- * - This operation queries the tags of Supabase instances.
13522
+ * - This operation queries the tag list of Supabase instances.
12967
13523
  *
12968
13524
  * @param request - ListSupabaseProjectTagsRequest
12969
13525
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13010,10 +13566,10 @@ export default class Client extends OpenApi {
13010
13566
  }
13011
13567
 
13012
13568
  /**
13013
- * Lists the tags of Supabase instances.
13569
+ * Queries the tags of a Supabase instance.
13014
13570
  *
13015
13571
  * @remarks
13016
- * - This operation queries the tags of Supabase instances.
13572
+ * - This operation queries the tag list of Supabase instances.
13017
13573
  *
13018
13574
  * @param request - ListSupabaseProjectTagsRequest
13019
13575
  * @returns ListSupabaseProjectTagsResponse
@@ -13366,7 +13922,7 @@ export default class Client extends OpenApi {
13366
13922
  }
13367
13923
 
13368
13924
  /**
13369
- * Modifies the IP address whitelist for an AI service.
13925
+ * Modifies the whitelist of an AI service.
13370
13926
  *
13371
13927
  * @param request - ModifyAIServiceSecurityIpsRequest
13372
13928
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13409,7 +13965,7 @@ export default class Client extends OpenApi {
13409
13965
  }
13410
13966
 
13411
13967
  /**
13412
- * Modifies the IP address whitelist for an AI service.
13968
+ * Modifies the whitelist of an AI service.
13413
13969
  *
13414
13970
  * @param request - ModifyAIServiceSecurityIpsRequest
13415
13971
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -13722,7 +14278,7 @@ export default class Client extends OpenApi {
13722
14278
  }
13723
14279
 
13724
14280
  /**
13725
- * Changes the development mode of an instance.
14281
+ * Modifies the deployment mode of an instance.
13726
14282
  *
13727
14283
  * @param request - ModifyDBInstanceDeploymentModeRequest
13728
14284
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13765,7 +14321,7 @@ export default class Client extends OpenApi {
13765
14321
  }
13766
14322
 
13767
14323
  /**
13768
- * Changes the development mode of an instance.
14324
+ * Modifies the deployment mode of an instance.
13769
14325
  *
13770
14326
  * @param request - ModifyDBInstanceDeploymentModeRequest
13771
14327
  * @returns ModifyDBInstanceDeploymentModeResponse
@@ -14986,10 +15542,10 @@ export default class Client extends OpenApi {
14986
15542
  }
14987
15543
 
14988
15544
  /**
14989
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
15545
+ * Modifies the automatic start and stop policy for a Supabase instance.
14990
15546
  *
14991
15547
  * @remarks
14992
- * - This operation applies only to ADBPG Supabase instances.
15548
+ * - Only ADBPG Supabase instances are supported.
14993
15549
  *
14994
15550
  * @param request - ModifySupabaseAutoScalePolicyRequest
14995
15551
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15028,10 +15584,10 @@ export default class Client extends OpenApi {
15028
15584
  }
15029
15585
 
15030
15586
  /**
15031
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
15587
+ * Modifies the automatic start and stop policy for a Supabase instance.
15032
15588
  *
15033
15589
  * @remarks
15034
- * - This operation applies only to ADBPG Supabase instances.
15590
+ * - Only ADBPG Supabase instances are supported.
15035
15591
  *
15036
15592
  * @param request - ModifySupabaseAutoScalePolicyRequest
15037
15593
  * @returns ModifySupabaseAutoScalePolicyResponse
@@ -15042,10 +15598,10 @@ export default class Client extends OpenApi {
15042
15598
  }
15043
15599
 
15044
15600
  /**
15045
- * Change the Supabase project description
15601
+ * Modifies the description of a Supabase project.
15046
15602
  *
15047
15603
  * @remarks
15048
- * *Before you use this operation, make sure you fully understand the billing methods and [pricing](https://help.aliyun.com/zh/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1?spm=a2c4g.11186623.help-menu-92664.d_0_1_2.45b3601145cikn\\&scm=20140722.H_88098._.OR_help-T_cn~zh-V_1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL (Supabase)**.
15604
+ * *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.。
15049
15605
  *
15050
15606
  * @param request - ModifySupabaseProjectDescriptionRequest
15051
15607
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15084,10 +15640,10 @@ export default class Client extends OpenApi {
15084
15640
  }
15085
15641
 
15086
15642
  /**
15087
- * Change the Supabase project description
15643
+ * Modifies the description of a Supabase project.
15088
15644
  *
15089
15645
  * @remarks
15090
- * *Before you use this operation, make sure you fully understand the billing methods and [pricing](https://help.aliyun.com/zh/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1?spm=a2c4g.11186623.help-menu-92664.d_0_1_2.45b3601145cikn\\&scm=20140722.H_88098._.OR_help-T_cn~zh-V_1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL (Supabase)**.
15646
+ * *Before you use this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.。
15091
15647
  *
15092
15648
  * @param request - ModifySupabaseProjectDescriptionRequest
15093
15649
  * @returns ModifySupabaseProjectDescriptionResponse
@@ -15098,10 +15654,10 @@ export default class Client extends OpenApi {
15098
15654
  }
15099
15655
 
15100
15656
  /**
15101
- * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
15657
+ * Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
15102
15658
  *
15103
15659
  * @remarks
15104
- * *Before calling this operation, ensure you understand the billing methods and [pricing](https://help.aliyun.com/zh/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1?spm=a2c4g.11186623.help-menu-92664.d_0_1_2.45b3601145cikn\\&scm=20140722.H_88098._.OR_help-T_cn~zh-V_1#9eefcc7b5acz1) for AnalyticDB PostgreSQL Supabase.**
15660
+ * *Before using this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.
15105
15661
  *
15106
15662
  * @param request - ModifySupabaseProjectResourceRequest
15107
15663
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15148,10 +15704,10 @@ export default class Client extends OpenApi {
15148
15704
  }
15149
15705
 
15150
15706
  /**
15151
- * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
15707
+ * Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
15152
15708
  *
15153
15709
  * @remarks
15154
- * *Before calling this operation, ensure you understand the billing methods and [pricing](https://help.aliyun.com/zh/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1?spm=a2c4g.11186623.help-menu-92664.d_0_1_2.45b3601145cikn\\&scm=20140722.H_88098._.OR_help-T_cn~zh-V_1#9eefcc7b5acz1) for AnalyticDB PostgreSQL Supabase.**
15710
+ * *Before using this operation, make sure that you fully understand the billing method and [pricing](https://www.alibabacloud.com/help/en/analyticdb/analyticdb-for-postgresql/product-overview/pricing-1#9eefcc7b5acz1) of AnalyticDB for PostgreSQL Supabase**.
15155
15711
  *
15156
15712
  * @param request - ModifySupabaseProjectResourceRequest
15157
15713
  * @returns ModifySupabaseProjectResourceResponse
@@ -15437,7 +15993,7 @@ export default class Client extends OpenApi {
15437
15993
  * Pauses a Supabase instance.
15438
15994
  *
15439
15995
  * @remarks
15440
- * This operation pauses a Supabase instance.
15996
+ * Pauses a Supabase instance.
15441
15997
  *
15442
15998
  * @param request - PauseSupabaseProjectRequest
15443
15999
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15475,7 +16031,7 @@ export default class Client extends OpenApi {
15475
16031
  * Pauses a Supabase instance.
15476
16032
  *
15477
16033
  * @remarks
15478
- * This operation pauses a Supabase instance.
16034
+ * Pauses a Supabase instance.
15479
16035
  *
15480
16036
  * @param request - PauseSupabaseProjectRequest
15481
16037
  * @returns PauseSupabaseProjectResponse
@@ -15876,7 +16432,7 @@ export default class Client extends OpenApi {
15876
16432
  }
15877
16433
 
15878
16434
  /**
15879
- * Retrieves vectors and metadata from multiple specified document collections by using natural language statements, merges multi-channel recall results, and returns the combined results.
16435
+ * Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
15880
16436
  *
15881
16437
  * @param tmpReq - QueryKnowledgeBasesContentRequest
15882
16438
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15957,7 +16513,7 @@ export default class Client extends OpenApi {
15957
16513
  }
15958
16514
 
15959
16515
  /**
15960
- * Retrieves vectors and metadata from multiple specified document collections by using natural language statements, merges multi-channel recall results, and returns the combined results.
16516
+ * Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
15961
16517
  *
15962
16518
  * @param request - QueryKnowledgeBasesContentRequest
15963
16519
  * @returns QueryKnowledgeBasesContentResponse
@@ -16545,7 +17101,7 @@ export default class Client extends OpenApi {
16545
17101
  * Restores a Supabase project from a snapshot.
16546
17102
  *
16547
17103
  * @remarks
16548
- * Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and target branch. FinalizeRestore controls whether to complete the restoration immediately.
17104
+ * Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and the target branch. FinalizeRestore controls whether to complete the restoration immediately.
16549
17105
  *
16550
17106
  * @param request - RestoreSnapshotRequest
16551
17107
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16603,7 +17159,7 @@ export default class Client extends OpenApi {
16603
17159
  * Restores a Supabase project from a snapshot.
16604
17160
  *
16605
17161
  * @remarks
16606
- * Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and target branch. FinalizeRestore controls whether to complete the restoration immediately.
17162
+ * Restores to a target branch based on a snapshot LSN. You can specify the restored branch name and the target branch. FinalizeRestore controls whether to complete the restoration immediately.
16607
17163
  *
16608
17164
  * @param request - RestoreSnapshotRequest
16609
17165
  * @returns RestoreSnapshotResponse
@@ -16775,7 +17331,7 @@ export default class Client extends OpenApi {
16775
17331
  * Resumes a Supabase instance.
16776
17332
  *
16777
17333
  * @remarks
16778
- * This operation retrieves details about a Supabase instance.
17334
+ * Queries the details of a Supabase instance.
16779
17335
  *
16780
17336
  * @param request - ResumeSupabaseProjectRequest
16781
17337
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16813,7 +17369,7 @@ export default class Client extends OpenApi {
16813
17369
  * Resumes a Supabase instance.
16814
17370
  *
16815
17371
  * @remarks
16816
- * This operation retrieves details about a Supabase instance.
17372
+ * Queries the details of a Supabase instance.
16817
17373
  *
16818
17374
  * @param request - ResumeSupabaseProjectRequest
16819
17375
  * @returns ResumeSupabaseProjectResponse
@@ -17136,10 +17692,10 @@ export default class Client extends OpenApi {
17136
17692
  }
17137
17693
 
17138
17694
  /**
17139
- * Adds tags to Supabase project instances.
17695
+ * Tags a Supabase project.
17140
17696
  *
17141
17697
  * @remarks
17142
- * Adds or overwrites tags on one or more Supabase instances. If a specified tag key already exists, its value is overwritten with the new value.
17698
+ * Queries the details of a Supabase instance.
17143
17699
  *
17144
17700
  * @param request - TagSupabaseProjectRequest
17145
17701
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17182,10 +17738,10 @@ export default class Client extends OpenApi {
17182
17738
  }
17183
17739
 
17184
17740
  /**
17185
- * Adds tags to Supabase project instances.
17741
+ * Tags a Supabase project.
17186
17742
  *
17187
17743
  * @remarks
17188
- * Adds or overwrites tags on one or more Supabase instances. If a specified tag key already exists, its value is overwritten with the new value.
17744
+ * Queries the details of a Supabase instance.
17189
17745
  *
17190
17746
  * @param request - TagSupabaseProjectRequest
17191
17747
  * @returns TagSupabaseProjectResponse
@@ -17196,7 +17752,7 @@ export default class Client extends OpenApi {
17196
17752
  }
17197
17753
 
17198
17754
  /**
17199
- * Generates text embeddings using an embedding model.
17755
+ * Vectorizes text documents by using a model.
17200
17756
  *
17201
17757
  * @param tmpReq - TextEmbeddingRequest
17202
17758
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17255,7 +17811,7 @@ export default class Client extends OpenApi {
17255
17811
  }
17256
17812
 
17257
17813
  /**
17258
- * Generates text embeddings using an embedding model.
17814
+ * Vectorizes text documents by using a model.
17259
17815
  *
17260
17816
  * @param request - TextEmbeddingRequest
17261
17817
  * @returns TextEmbeddingResponse
@@ -17456,10 +18012,10 @@ export default class Client extends OpenApi {
17456
18012
  }
17457
18013
 
17458
18014
  /**
17459
- * Removes tags from one or more Supabase instances.
18015
+ * Unbinds tags from a Supabase instance.
17460
18016
  *
17461
18017
  * @remarks
17462
- * This operation removes one or more specified tags from Supabase instances.
18018
+ * Queries the details of a Supabase instance.
17463
18019
  *
17464
18020
  * @param request - UntagSupabaseProjectRequest
17465
18021
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17506,10 +18062,10 @@ export default class Client extends OpenApi {
17506
18062
  }
17507
18063
 
17508
18064
  /**
17509
- * Removes tags from one or more Supabase instances.
18065
+ * Unbinds tags from a Supabase instance.
17510
18066
  *
17511
18067
  * @remarks
17512
- * This operation removes one or more specified tags from Supabase instances.
18068
+ * Queries the details of a Supabase instance.
17513
18069
  *
17514
18070
  * @param request - UntagSupabaseProjectRequest
17515
18071
  * @returns UntagSupabaseProjectResponse
@@ -17771,8 +18327,8 @@ export default class Client extends OpenApi {
17771
18327
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
17772
18328
  *
17773
18329
  * @remarks
17774
- * This operation does not support modifying instances in storage-reserved mode.
17775
- * Before you call this operation, ensure you understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
18330
+ * This operation does not support instances in storage reservation mode.
18331
+ * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
17776
18332
  *
17777
18333
  * @param request - UpgradeDBInstanceRequest
17778
18334
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17866,8 +18422,8 @@ export default class Client extends OpenApi {
17866
18422
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
17867
18423
  *
17868
18424
  * @remarks
17869
- * This operation does not support modifying instances in storage-reserved mode.
17870
- * Before you call this operation, ensure you understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
18425
+ * This operation does not support instances in storage reservation mode.
18426
+ * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and <props="china">[pricing](https://www.aliyun.com/price/product#/gpdb/detail/GreenplumPost)<props="intl">[pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
17871
18427
  *
17872
18428
  * @param request - UpgradeDBInstanceRequest
17873
18429
  * @returns UpgradeDBInstanceResponse
@@ -17998,17 +18554,16 @@ export default class Client extends OpenApi {
17998
18554
  }
17999
18555
 
18000
18556
  /**
18001
- * Asynchronous Document Upload
18557
+ * Asynchronously uploads a document.
18002
18558
  *
18003
18559
  * @remarks
18004
- * The server loads and chunks a document based on the file extension, performs vectorization by using the embedding model that is specified when you call the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multi-modal embedding for various formats of text and images.
18560
+ * The server loads and splits a document based on the file name extension, performs vectorization by using the embedding model specified when you invoke the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multimodal embedding of text and images in various formats.
18005
18561
  * Related operations:
18006
- * * You can call the GetUploadDocumentJob operation to query the progress and result of a document upload job.
18007
- * * You can call the CancelUploadDocumentJob operation to cancel a document upload job.
18008
- * >
18009
- * * After a document upload request is submitted, the request is queued for processing. Up to 20 documents in the Pending and Running states can be processed within a Resource Access Management (RAM) user or Alibaba Cloud account.
18010
- * * A text document can be split into up to 100,000 chunks.
18011
- * * If a document collection uses the OnePeace model, each RAM user or Alibaba Cloud account can upload and query up to 10,000 images.
18562
+ * - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
18563
+ * - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
18564
+ * > - After you commit a document upload request, the request is queued for processing. A maximum of 20 documents in the Pending and Running states can be processed for each Resource Access Management (RAM) user or Alibaba Cloud account.
18565
+ * >- A text document can be split into a maximum of 100,000 chunks.
18566
+ * >- If the document collection uses the OnePeace model, a maximum of 10,000 images can be uploaded and queried for each RAM user or Alibaba Cloud account.
18012
18567
  *
18013
18568
  * @param tmpReq - UploadDocumentAsyncRequest
18014
18569
  * @param runtime - runtime options for this request RuntimeOptions
@@ -18119,17 +18674,16 @@ export default class Client extends OpenApi {
18119
18674
  }
18120
18675
 
18121
18676
  /**
18122
- * Asynchronous Document Upload
18677
+ * Asynchronously uploads a document.
18123
18678
  *
18124
18679
  * @remarks
18125
- * The server loads and chunks a document based on the file extension, performs vectorization by using the embedding model that is specified when you call the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multi-modal embedding for various formats of text and images.
18680
+ * The server loads and splits a document based on the file name extension, performs vectorization by using the embedding model specified when you invoke the CreateDocumentCollection operation, and then writes the document to the specified document collection. This operation supports multimodal embedding of text and images in various formats.
18126
18681
  * Related operations:
18127
- * * You can call the GetUploadDocumentJob operation to query the progress and result of a document upload job.
18128
- * * You can call the CancelUploadDocumentJob operation to cancel a document upload job.
18129
- * >
18130
- * * After a document upload request is submitted, the request is queued for processing. Up to 20 documents in the Pending and Running states can be processed within a Resource Access Management (RAM) user or Alibaba Cloud account.
18131
- * * A text document can be split into up to 100,000 chunks.
18132
- * * If a document collection uses the OnePeace model, each RAM user or Alibaba Cloud account can upload and query up to 10,000 images.
18682
+ * - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
18683
+ * - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
18684
+ * > - After you commit a document upload request, the request is queued for processing. A maximum of 20 documents in the Pending and Running states can be processed for each Resource Access Management (RAM) user or Alibaba Cloud account.
18685
+ * >- A text document can be split into a maximum of 100,000 chunks.
18686
+ * >- If the document collection uses the OnePeace model, a maximum of 10,000 images can be uploaded and queried for each RAM user or Alibaba Cloud account.
18133
18687
  *
18134
18688
  * @param request - UploadDocumentAsyncRequest
18135
18689
  * @returns UploadDocumentAsyncResponse