@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/dist/client.d.ts CHANGED
@@ -331,6 +331,27 @@ export default class Client extends OpenApi {
331
331
  * @returns CreateAccountResponse
332
332
  */
333
333
  createAccount(request: $_model.CreateAccountRequest): Promise<$_model.CreateAccountResponse>;
334
+ /**
335
+ * 创建API密钥
336
+ *
337
+ * @remarks
338
+ * 创建API密钥。
339
+ *
340
+ * @param tmpReq - CreateApiKeyRequest
341
+ * @param runtime - runtime options for this request RuntimeOptions
342
+ * @returns CreateApiKeyResponse
343
+ */
344
+ createApiKeyWithOptions(tmpReq: $_model.CreateApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApiKeyResponse>;
345
+ /**
346
+ * 创建API密钥
347
+ *
348
+ * @remarks
349
+ * 创建API密钥。
350
+ *
351
+ * @param request - CreateApiKeyRequest
352
+ * @returns CreateApiKeyResponse
353
+ */
354
+ createApiKey(request: $_model.CreateApiKeyRequest): Promise<$_model.CreateApiKeyResponse>;
334
355
  /**
335
356
  * Creates a backup set.
336
357
  *
@@ -474,7 +495,7 @@ export default class Client extends OpenApi {
474
495
  */
475
496
  createDatabase(request: $_model.CreateDatabaseRequest): Promise<$_model.CreateDatabaseResponse>;
476
497
  /**
477
- * Create a knowledge base
498
+ * Creates a knowledge base.
478
499
  *
479
500
  * @param tmpReq - CreateDocumentCollectionRequest
480
501
  * @param runtime - runtime options for this request RuntimeOptions
@@ -482,7 +503,7 @@ export default class Client extends OpenApi {
482
503
  */
483
504
  createDocumentCollectionWithOptions(tmpReq: $_model.CreateDocumentCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDocumentCollectionResponse>;
484
505
  /**
485
- * Create a knowledge base
506
+ * Creates a knowledge base.
486
507
  *
487
508
  * @param request - CreateDocumentCollectionRequest
488
509
  * @returns CreateDocumentCollectionResponse
@@ -534,7 +555,11 @@ export default class Client extends OpenApi {
534
555
  */
535
556
  createHadoopDataSource(request: $_model.CreateHadoopDataSourceRequest): Promise<$_model.CreateHadoopDataSourceResponse>;
536
557
  /**
537
- * 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.
558
+ * Creates an index.
559
+ * Usage notes:
560
+ * 1. Only scalar indexes are supported.
561
+ * 2. Write operations on the table are prohibited during index creation.
562
+ * 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.
538
563
  *
539
564
  * @param request - CreateIndexRequest
540
565
  * @param runtime - runtime options for this request RuntimeOptions
@@ -542,7 +567,11 @@ export default class Client extends OpenApi {
542
567
  */
543
568
  createIndexWithOptions(request: $_model.CreateIndexRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateIndexResponse>;
544
569
  /**
545
- * 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.
570
+ * Creates an index.
571
+ * Usage notes:
572
+ * 1. Only scalar indexes are supported.
573
+ * 2. Write operations on the table are prohibited during index creation.
574
+ * 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.
546
575
  *
547
576
  * @param request - CreateIndexRequest
548
577
  * @returns CreateIndexResponse
@@ -563,11 +592,26 @@ export default class Client extends OpenApi {
563
592
  * @returns CreateJDBCDataSourceResponse
564
593
  */
565
594
  createJDBCDataSource(request: $_model.CreateJDBCDataSourceRequest): Promise<$_model.CreateJDBCDataSourceResponse>;
595
+ /**
596
+ * Creates a model creation operator API key.
597
+ *
598
+ * @param request - CreateModelOperatorApiKeyRequest
599
+ * @param runtime - runtime options for this request RuntimeOptions
600
+ * @returns CreateModelOperatorApiKeyResponse
601
+ */
602
+ createModelOperatorApiKeyWithOptions(request: $_model.CreateModelOperatorApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateModelOperatorApiKeyResponse>;
603
+ /**
604
+ * Creates a model creation operator API key.
605
+ *
606
+ * @param request - CreateModelOperatorApiKeyRequest
607
+ * @returns CreateModelOperatorApiKeyResponse
608
+ */
609
+ createModelOperatorApiKey(request: $_model.CreateModelOperatorApiKeyRequest): Promise<$_model.CreateModelOperatorApiKeyResponse>;
566
610
  /**
567
611
  * Creates a model service.
568
612
  *
569
613
  * @remarks
570
- * 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.
614
+ * 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.
571
615
  *
572
616
  * @param tmpReq - CreateModelServiceRequest
573
617
  * @param runtime - runtime options for this request RuntimeOptions
@@ -578,7 +622,7 @@ export default class Client extends OpenApi {
578
622
  * Creates a model service.
579
623
  *
580
624
  * @remarks
581
- * 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.
625
+ * 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.
582
626
  *
583
627
  * @param request - CreateModelServiceRequest
584
628
  * @returns CreateModelServiceResponse
@@ -618,7 +662,7 @@ export default class Client extends OpenApi {
618
662
  * Creates a SaaS service.
619
663
  *
620
664
  * @remarks
621
- * 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.
665
+ * 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.
622
666
  *
623
667
  * @param request - CreateSaasServiceRequest
624
668
  * @param runtime - runtime options for this request RuntimeOptions
@@ -629,7 +673,7 @@ export default class Client extends OpenApi {
629
673
  * Creates a SaaS service.
630
674
  *
631
675
  * @remarks
632
- * 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.
676
+ * 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.
633
677
  *
634
678
  * @param request - CreateSaasServiceRequest
635
679
  * @returns CreateSaasServiceResponse
@@ -866,6 +910,27 @@ export default class Client extends OpenApi {
866
910
  * @returns DeleteAccountResponse
867
911
  */
868
912
  deleteAccount(request: $_model.DeleteAccountRequest): Promise<$_model.DeleteAccountResponse>;
913
+ /**
914
+ * 删除API密钥
915
+ *
916
+ * @remarks
917
+ * 删除API密钥。
918
+ *
919
+ * @param request - DeleteApiKeyRequest
920
+ * @param runtime - runtime options for this request RuntimeOptions
921
+ * @returns DeleteApiKeyResponse
922
+ */
923
+ deleteApiKeyWithOptions(request: $_model.DeleteApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteApiKeyResponse>;
924
+ /**
925
+ * 删除API密钥
926
+ *
927
+ * @remarks
928
+ * 删除API密钥。
929
+ *
930
+ * @param request - DeleteApiKeyRequest
931
+ * @returns DeleteApiKeyResponse
932
+ */
933
+ deleteApiKey(request: $_model.DeleteApiKeyRequest): Promise<$_model.DeleteApiKeyResponse>;
869
934
  /**
870
935
  * Deletes a backup set. You can call this operation to delete only physical backup sets that are manually backed up.
871
936
  *
@@ -885,7 +950,7 @@ export default class Client extends OpenApi {
885
950
  * Deletes a Supabase branch.
886
951
  *
887
952
  * @remarks
888
- * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
953
+ * Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
889
954
  *
890
955
  * @param request - DeleteBranchRequest
891
956
  * @param runtime - runtime options for this request RuntimeOptions
@@ -896,7 +961,7 @@ export default class Client extends OpenApi {
896
961
  * Deletes a Supabase branch.
897
962
  *
898
963
  * @remarks
899
- * Deletes a specified Supabase branch. The default branch or branches that still have child branches cannot be deleted.
964
+ * Deletes a specified Supabase branch. The default branch or a branch that still has child branches cannot be deleted.
900
965
  *
901
966
  * @param request - DeleteBranchRequest
902
967
  * @returns DeleteBranchResponse
@@ -1252,10 +1317,10 @@ export default class Client extends OpenApi {
1252
1317
  */
1253
1318
  deleteSecret(request: $_model.DeleteSecretRequest): Promise<$_model.DeleteSecretResponse>;
1254
1319
  /**
1255
- * 删除恢复点
1320
+ * Deletes a snapshot of a Supabase project.
1256
1321
  *
1257
1322
  * @remarks
1258
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
1323
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
1259
1324
  *
1260
1325
  * @param request - DeleteSnapshotRequest
1261
1326
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1263,10 +1328,10 @@ export default class Client extends OpenApi {
1263
1328
  */
1264
1329
  deleteSnapshotWithOptions(request: $_model.DeleteSnapshotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSnapshotResponse>;
1265
1330
  /**
1266
- * 删除恢复点
1331
+ * Deletes a snapshot of a Supabase project.
1267
1332
  *
1268
1333
  * @remarks
1269
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
1334
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
1270
1335
  *
1271
1336
  * @param request - DeleteSnapshotRequest
1272
1337
  * @returns DeleteSnapshotResponse
@@ -1613,14 +1678,14 @@ export default class Client extends OpenApi {
1613
1678
  */
1614
1679
  describeDBClusterPerformance(request: $_model.DescribeDBClusterPerformanceRequest): Promise<$_model.DescribeDBClusterPerformanceResponse>;
1615
1680
  /**
1616
- * Query the details of an AnalyticDB for PostgreSQL instance.
1681
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
1617
1682
  *
1618
1683
  * @remarks
1619
- * ## How-To
1620
- * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
1621
- * ## Queries per second (QPS) limit
1622
- * 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.
1623
- * <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).
1684
+ * ## Operation description
1685
+ * This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
1686
+ * ## QPS limit
1687
+ * 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.
1688
+ * <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).
1624
1689
  *
1625
1690
  * @param request - DescribeDBInstanceAttributeRequest
1626
1691
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1628,14 +1693,14 @@ export default class Client extends OpenApi {
1628
1693
  */
1629
1694
  describeDBInstanceAttributeWithOptions(request: $_model.DescribeDBInstanceAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBInstanceAttributeResponse>;
1630
1695
  /**
1631
- * Query the details of an AnalyticDB for PostgreSQL instance.
1696
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
1632
1697
  *
1633
1698
  * @remarks
1634
- * ## How-To
1635
- * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
1636
- * ## Queries per second (QPS) limit
1637
- * 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.
1638
- * <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).
1699
+ * ## Operation description
1700
+ * This operation is used to query information about an AnalyticDB for PostgreSQL instance, such as the instance specifications, network type, and instance status.
1701
+ * ## QPS limit
1702
+ * 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.
1703
+ * <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).
1639
1704
  *
1640
1705
  * @param request - DescribeDBInstanceAttributeRequest
1641
1706
  * @returns DescribeDBInstanceAttributeResponse
@@ -1856,7 +1921,7 @@ export default class Client extends OpenApi {
1856
1921
  */
1857
1922
  describeDBInstanceSSL(request: $_model.DescribeDBInstanceSSLRequest): Promise<$_model.DescribeDBInstanceSSLResponse>;
1858
1923
  /**
1859
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
1924
+ * Queries the maximum throughput of an instance.
1860
1925
  *
1861
1926
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
1862
1927
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1864,7 +1929,7 @@ export default class Client extends OpenApi {
1864
1929
  */
1865
1930
  describeDBInstanceSupportMaxPerformanceWithOptions(request: $_model.DescribeDBInstanceSupportMaxPerformanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBInstanceSupportMaxPerformanceResponse>;
1866
1931
  /**
1867
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
1932
+ * Queries the maximum throughput of an instance.
1868
1933
  *
1869
1934
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
1870
1935
  * @returns DescribeDBInstanceSupportMaxPerformanceResponse
@@ -2351,13 +2416,43 @@ export default class Client extends OpenApi {
2351
2416
  */
2352
2417
  describeLogBackups(request: $_model.DescribeLogBackupsRequest): Promise<$_model.DescribeLogBackupsResponse>;
2353
2418
  /**
2354
- * Queries the information about a model service.
2419
+ * Retrieves the details of a model operator API key.
2420
+ *
2421
+ * @param request - DescribeModelOperatorApiKeyRequest
2422
+ * @param runtime - runtime options for this request RuntimeOptions
2423
+ * @returns DescribeModelOperatorApiKeyResponse
2424
+ */
2425
+ describeModelOperatorApiKeyWithOptions(request: $_model.DescribeModelOperatorApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeModelOperatorApiKeyResponse>;
2426
+ /**
2427
+ * Retrieves the details of a model operator API key.
2428
+ *
2429
+ * @param request - DescribeModelOperatorApiKeyRequest
2430
+ * @returns DescribeModelOperatorApiKeyResponse
2431
+ */
2432
+ describeModelOperatorApiKey(request: $_model.DescribeModelOperatorApiKeyRequest): Promise<$_model.DescribeModelOperatorApiKeyResponse>;
2433
+ /**
2434
+ * Retrieves the usage metrics of model operators.
2435
+ *
2436
+ * @param tmpReq - DescribeModelOperatorUsageRequest
2437
+ * @param runtime - runtime options for this request RuntimeOptions
2438
+ * @returns DescribeModelOperatorUsageResponse
2439
+ */
2440
+ describeModelOperatorUsageWithOptions(tmpReq: $_model.DescribeModelOperatorUsageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeModelOperatorUsageResponse>;
2441
+ /**
2442
+ * Retrieves the usage metrics of model operators.
2443
+ *
2444
+ * @param request - DescribeModelOperatorUsageRequest
2445
+ * @returns DescribeModelOperatorUsageResponse
2446
+ */
2447
+ describeModelOperatorUsage(request: $_model.DescribeModelOperatorUsageRequest): Promise<$_model.DescribeModelOperatorUsageResponse>;
2448
+ /**
2449
+ * Queries a model service.
2355
2450
  *
2356
2451
  * @remarks
2357
- * ## [](#)Usage notes
2358
- * This interface is used to view the details of a model service.
2359
- * ## [](#qps-)QPS limit
2360
- * 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.
2452
+ * ## Operation description
2453
+ * You can call this operation to query the details of a model service.
2454
+ * ## Rate limit
2455
+ * 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.
2361
2456
  *
2362
2457
  * @param request - DescribeModelServiceRequest
2363
2458
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2365,13 +2460,13 @@ export default class Client extends OpenApi {
2365
2460
  */
2366
2461
  describeModelServiceWithOptions(request: $_model.DescribeModelServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeModelServiceResponse>;
2367
2462
  /**
2368
- * Queries the information about a model service.
2463
+ * Queries a model service.
2369
2464
  *
2370
2465
  * @remarks
2371
- * ## [](#)Usage notes
2372
- * This interface is used to view the details of a model service.
2373
- * ## [](#qps-)QPS limit
2374
- * 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.
2466
+ * ## Operation description
2467
+ * You can call this operation to query the details of a model service.
2468
+ * ## Rate limit
2469
+ * 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.
2375
2470
  *
2376
2471
  * @param request - DescribeModelServiceRequest
2377
2472
  * @returns DescribeModelServiceResponse
@@ -2697,7 +2792,7 @@ export default class Client extends OpenApi {
2697
2792
  */
2698
2793
  describeSupportFeatures(request: $_model.DescribeSupportFeaturesRequest): Promise<$_model.DescribeSupportFeaturesResponse>;
2699
2794
  /**
2700
- * View table details.
2795
+ * Queries the details of a table.
2701
2796
  *
2702
2797
  * @param request - DescribeTableRequest
2703
2798
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2705,7 +2800,7 @@ export default class Client extends OpenApi {
2705
2800
  */
2706
2801
  describeTableWithOptions(request: $_model.DescribeTableRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTableResponse>;
2707
2802
  /**
2708
- * View table details.
2803
+ * Queries the details of a table.
2709
2804
  *
2710
2805
  * @param request - DescribeTableRequest
2711
2806
  * @returns DescribeTableResponse
@@ -2929,7 +3024,7 @@ export default class Client extends OpenApi {
2929
3024
  */
2930
3025
  enableDBResourceGroup(request: $_model.EnableDBResourceGroupRequest): Promise<$_model.EnableDBResourceGroupResponse>;
2931
3026
  /**
2932
- * Execute an SQL statement.
3027
+ * Executes an SQL statement.
2933
3028
  *
2934
3029
  * @param tmpReq - ExecuteStatementRequest
2935
3030
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2937,14 +3032,14 @@ export default class Client extends OpenApi {
2937
3032
  */
2938
3033
  executeStatementWithOptions(tmpReq: $_model.ExecuteStatementRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ExecuteStatementResponse>;
2939
3034
  /**
2940
- * Execute an SQL statement.
3035
+ * Executes an SQL statement.
2941
3036
  *
2942
3037
  * @param request - ExecuteStatementRequest
2943
3038
  * @returns ExecuteStatementResponse
2944
3039
  */
2945
3040
  executeStatement(request: $_model.ExecuteStatementRequest): Promise<$_model.ExecuteStatementResponse>;
2946
3041
  /**
2947
- * Queries the information about a database account.
3042
+ * Retrieves information about a specific account.
2948
3043
  *
2949
3044
  * @param request - GetAccountRequest
2950
3045
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2952,12 +3047,33 @@ export default class Client extends OpenApi {
2952
3047
  */
2953
3048
  getAccountWithOptions(request: $_model.GetAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAccountResponse>;
2954
3049
  /**
2955
- * Queries the information about a database account.
3050
+ * Retrieves information about a specific account.
2956
3051
  *
2957
3052
  * @param request - GetAccountRequest
2958
3053
  * @returns GetAccountResponse
2959
3054
  */
2960
3055
  getAccount(request: $_model.GetAccountRequest): Promise<$_model.GetAccountResponse>;
3056
+ /**
3057
+ * 获取API密钥详情
3058
+ *
3059
+ * @remarks
3060
+ * 获取API密钥详情。
3061
+ *
3062
+ * @param request - GetApiKeyRequest
3063
+ * @param runtime - runtime options for this request RuntimeOptions
3064
+ * @returns GetApiKeyResponse
3065
+ */
3066
+ getApiKeyWithOptions(request: $_model.GetApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApiKeyResponse>;
3067
+ /**
3068
+ * 获取API密钥详情
3069
+ *
3070
+ * @remarks
3071
+ * 获取API密钥详情。
3072
+ *
3073
+ * @param request - GetApiKeyRequest
3074
+ * @returns GetApiKeyResponse
3075
+ */
3076
+ getApiKey(request: $_model.GetApiKeyRequest): Promise<$_model.GetApiKeyResponse>;
2961
3077
  /**
2962
3078
  * Retrieves the database schema of a Supabase branch.
2963
3079
  *
@@ -3058,7 +3174,7 @@ export default class Client extends OpenApi {
3058
3174
  */
3059
3175
  getServiceAccessInfo(request: $_model.GetServiceAccessInfoRequest): Promise<$_model.GetServiceAccessInfoResponse>;
3060
3176
  /**
3061
- * Get Asynchronous SQL Execution Result
3177
+ * Retrieves the result of an asynchronous SQL execution.
3062
3178
  *
3063
3179
  * @param request - GetStatementResultRequest
3064
3180
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3066,7 +3182,7 @@ export default class Client extends OpenApi {
3066
3182
  */
3067
3183
  getStatementResultWithOptions(request: $_model.GetStatementResultRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetStatementResultResponse>;
3068
3184
  /**
3069
- * Get Asynchronous SQL Execution Result
3185
+ * Retrieves the result of an asynchronous SQL execution.
3070
3186
  *
3071
3187
  * @param request - GetStatementResultRequest
3072
3188
  * @returns GetStatementResultResponse
@@ -3136,12 +3252,12 @@ export default class Client extends OpenApi {
3136
3252
  */
3137
3253
  getSupabaseProjectDashboardAccount(request: $_model.GetSupabaseProjectDashboardAccountRequest): Promise<$_model.GetSupabaseProjectDashboardAccountResponse>;
3138
3254
  /**
3139
- * Queries the progress and result of an asynchronous document upload job based on the job ID.
3255
+ * Retrieves the progress and result of an asynchronous document upload task by job ID.
3140
3256
  *
3141
3257
  * @remarks
3142
- * 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.
3143
- * > Suggestions
3144
- * * Based on document complexity and the number of resulting vector chunks, the timeout is estimated and typically does not exceed 2 hours.
3258
+ * 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.
3259
+ * > Usage notes
3260
+ * > - Estimate the timeout based on the document complexity and the number of vector entries after chunking. The timeout generally does not exceed 2 hours.
3145
3261
  *
3146
3262
  * @param request - GetUploadDocumentJobRequest
3147
3263
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3149,12 +3265,12 @@ export default class Client extends OpenApi {
3149
3265
  */
3150
3266
  getUploadDocumentJobWithOptions(request: $_model.GetUploadDocumentJobRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetUploadDocumentJobResponse>;
3151
3267
  /**
3152
- * Queries the progress and result of an asynchronous document upload job based on the job ID.
3268
+ * Retrieves the progress and result of an asynchronous document upload task by job ID.
3153
3269
  *
3154
3270
  * @remarks
3155
- * 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.
3156
- * > Suggestions
3157
- * * Based on document complexity and the number of resulting vector chunks, the timeout is estimated and typically does not exceed 2 hours.
3271
+ * 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.
3272
+ * > Usage notes
3273
+ * > - Estimate the timeout based on the document complexity and the number of vector entries after chunking. The timeout generally does not exceed 2 hours.
3158
3274
  *
3159
3275
  * @param request - GetUploadDocumentJobRequest
3160
3276
  * @returns GetUploadDocumentJobResponse
@@ -3183,6 +3299,29 @@ export default class Client extends OpenApi {
3183
3299
  * @returns GetUpsertCollectionDataJobResponse
3184
3300
  */
3185
3301
  getUpsertCollectionDataJob(request: $_model.GetUpsertCollectionDataJobRequest): Promise<$_model.GetUpsertCollectionDataJobResponse>;
3302
+ /**
3303
+ * 查询SaaS工作空间
3304
+ *
3305
+ * @remarks
3306
+ * ## 使用说明
3307
+ * 本接口用于查看指定工作空间信息。
3308
+ *
3309
+ * @param request - GetWorkspaceRequest
3310
+ * @param runtime - runtime options for this request RuntimeOptions
3311
+ * @returns GetWorkspaceResponse
3312
+ */
3313
+ getWorkspaceWithOptions(request: $_model.GetWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetWorkspaceResponse>;
3314
+ /**
3315
+ * 查询SaaS工作空间
3316
+ *
3317
+ * @remarks
3318
+ * ## 使用说明
3319
+ * 本接口用于查看指定工作空间信息。
3320
+ *
3321
+ * @param request - GetWorkspaceRequest
3322
+ * @returns GetWorkspaceResponse
3323
+ */
3324
+ getWorkspace(request: $_model.GetWorkspaceRequest): Promise<$_model.GetWorkspaceResponse>;
3186
3325
  /**
3187
3326
  * Grants vector collection permissions to a namespace.
3188
3327
  *
@@ -3229,10 +3368,10 @@ export default class Client extends OpenApi {
3229
3368
  */
3230
3369
  initVectorDatabase(request: $_model.InitVectorDatabaseRequest): Promise<$_model.InitVectorDatabaseResponse>;
3231
3370
  /**
3232
- * Queries a list of AINode resource pools.
3371
+ * Queries the list of AI nodes.
3233
3372
  *
3234
3373
  * @remarks
3235
- * - This operation lists the AINode resource pools for the specified instance.
3374
+ * - This operation is used to query the list of AI nodes.
3236
3375
  *
3237
3376
  * @param request - ListAINodePoolsRequest
3238
3377
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3240,17 +3379,17 @@ export default class Client extends OpenApi {
3240
3379
  */
3241
3380
  listAINodePoolsWithOptions(request: $_model.ListAINodePoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAINodePoolsResponse>;
3242
3381
  /**
3243
- * Queries a list of AINode resource pools.
3382
+ * Queries the list of AI nodes.
3244
3383
  *
3245
3384
  * @remarks
3246
- * - This operation lists the AINode resource pools for the specified instance.
3385
+ * - This operation is used to query the list of AI nodes.
3247
3386
  *
3248
3387
  * @param request - ListAINodePoolsRequest
3249
3388
  * @returns ListAINodePoolsResponse
3250
3389
  */
3251
3390
  listAINodePools(request: $_model.ListAINodePoolsRequest): Promise<$_model.ListAINodePoolsResponse>;
3252
3391
  /**
3253
- * Lists AI services.
3392
+ * Retrieves the list of AI services.
3254
3393
  *
3255
3394
  * @param request - ListAIServicesRequest
3256
3395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3258,12 +3397,33 @@ export default class Client extends OpenApi {
3258
3397
  */
3259
3398
  listAIServicesWithOptions(request: $_model.ListAIServicesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAIServicesResponse>;
3260
3399
  /**
3261
- * Lists AI services.
3400
+ * Retrieves the list of AI services.
3262
3401
  *
3263
3402
  * @param request - ListAIServicesRequest
3264
3403
  * @returns ListAIServicesResponse
3265
3404
  */
3266
3405
  listAIServices(request: $_model.ListAIServicesRequest): Promise<$_model.ListAIServicesResponse>;
3406
+ /**
3407
+ * 查询API密钥列表
3408
+ *
3409
+ * @remarks
3410
+ * 查询API密钥列表。
3411
+ *
3412
+ * @param request - ListApiKeysRequest
3413
+ * @param runtime - runtime options for this request RuntimeOptions
3414
+ * @returns ListApiKeysResponse
3415
+ */
3416
+ listApiKeysWithOptions(request: $_model.ListApiKeysRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApiKeysResponse>;
3417
+ /**
3418
+ * 查询API密钥列表
3419
+ *
3420
+ * @remarks
3421
+ * 查询API密钥列表。
3422
+ *
3423
+ * @param request - ListApiKeysRequest
3424
+ * @returns ListApiKeysResponse
3425
+ */
3426
+ listApiKeys(request: $_model.ListApiKeysRequest): Promise<$_model.ListApiKeysResponse>;
3267
3427
  /**
3268
3428
  * Queries a list of backup jobs.
3269
3429
  *
@@ -3280,10 +3440,10 @@ export default class Client extends OpenApi {
3280
3440
  */
3281
3441
  listBackupJobs(request: $_model.ListBackupJobsRequest): Promise<$_model.ListBackupJobsResponse>;
3282
3442
  /**
3283
- * Query the branch list of a Supabase project.
3443
+ * Queries the branch list of a Supabase project.
3284
3444
  *
3285
3445
  * @remarks
3286
- * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
3446
+ * 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.
3287
3447
  *
3288
3448
  * @param request - ListBranchesRequest
3289
3449
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3291,17 +3451,17 @@ export default class Client extends OpenApi {
3291
3451
  */
3292
3452
  listBranchesWithOptions(request: $_model.ListBranchesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBranchesResponse>;
3293
3453
  /**
3294
- * Query the branch list of a Supabase project.
3454
+ * Queries the branch list of a Supabase project.
3295
3455
  *
3296
3456
  * @remarks
3297
- * This API is used to query all branches under a specified Supabase project with pagination, supporting filtering by parent branch, keyword, and sorting conditions.
3457
+ * 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.
3298
3458
  *
3299
3459
  * @param request - ListBranchesRequest
3300
3460
  * @returns ListBranchesResponse
3301
3461
  */
3302
3462
  listBranches(request: $_model.ListBranchesRequest): Promise<$_model.ListBranchesResponse>;
3303
3463
  /**
3304
- * Get document chunk details
3464
+ * Retrieves the details of document chunks.
3305
3465
  *
3306
3466
  * @param request - ListChunksRequest
3307
3467
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3309,7 +3469,7 @@ export default class Client extends OpenApi {
3309
3469
  */
3310
3470
  listChunksWithOptions(request: $_model.ListChunksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListChunksResponse>;
3311
3471
  /**
3312
- * Get document chunk details
3472
+ * Retrieves the details of document chunks.
3313
3473
  *
3314
3474
  * @param request - ListChunksRequest
3315
3475
  * @returns ListChunksResponse
@@ -3465,6 +3625,36 @@ export default class Client extends OpenApi {
3465
3625
  * @returns ListInstanceExtensionsResponse
3466
3626
  */
3467
3627
  listInstanceExtensions(request: $_model.ListInstanceExtensionsRequest): Promise<$_model.ListInstanceExtensionsResponse>;
3628
+ /**
3629
+ * Retrieves the list of API keys for model operators.
3630
+ *
3631
+ * @param request - ListModelOperatorApiKeysRequest
3632
+ * @param runtime - runtime options for this request RuntimeOptions
3633
+ * @returns ListModelOperatorApiKeysResponse
3634
+ */
3635
+ listModelOperatorApiKeysWithOptions(request: $_model.ListModelOperatorApiKeysRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelOperatorApiKeysResponse>;
3636
+ /**
3637
+ * Retrieves the list of API keys for model operators.
3638
+ *
3639
+ * @param request - ListModelOperatorApiKeysRequest
3640
+ * @returns ListModelOperatorApiKeysResponse
3641
+ */
3642
+ listModelOperatorApiKeys(request: $_model.ListModelOperatorApiKeysRequest): Promise<$_model.ListModelOperatorApiKeysResponse>;
3643
+ /**
3644
+ * Retrieves a list of model services.
3645
+ *
3646
+ * @param request - ListModelOperatorServicesRequest
3647
+ * @param runtime - runtime options for this request RuntimeOptions
3648
+ * @returns ListModelOperatorServicesResponse
3649
+ */
3650
+ listModelOperatorServicesWithOptions(request: $_model.ListModelOperatorServicesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelOperatorServicesResponse>;
3651
+ /**
3652
+ * Retrieves a list of model services.
3653
+ *
3654
+ * @param request - ListModelOperatorServicesRequest
3655
+ * @returns ListModelOperatorServicesResponse
3656
+ */
3657
+ listModelOperatorServices(request: $_model.ListModelOperatorServicesRequest): Promise<$_model.ListModelOperatorServicesResponse>;
3468
3658
  /**
3469
3659
  * Queries all model services.
3470
3660
  *
@@ -3523,11 +3713,11 @@ export default class Client extends OpenApi {
3523
3713
  */
3524
3714
  listRemoteADBDataSources(request: $_model.ListRemoteADBDataSourcesRequest): Promise<$_model.ListRemoteADBDataSourcesResponse>;
3525
3715
  /**
3526
- * Query SaaS Service List
3716
+ * Queries the list of SaaS services.
3527
3717
  *
3528
3718
  * @remarks
3529
- * ## Usage Notes
3530
- * This API operation is used to view information about all SaaS services.
3719
+ * ## Operation description
3720
+ * This operation is used to query information about all SaaS services.
3531
3721
  *
3532
3722
  * @param request - ListSaasServiceRequest
3533
3723
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3535,11 +3725,11 @@ export default class Client extends OpenApi {
3535
3725
  */
3536
3726
  listSaasServiceWithOptions(request: $_model.ListSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSaasServiceResponse>;
3537
3727
  /**
3538
- * Query SaaS Service List
3728
+ * Queries the list of SaaS services.
3539
3729
  *
3540
3730
  * @remarks
3541
- * ## Usage Notes
3542
- * This API operation is used to view information about all SaaS services.
3731
+ * ## Operation description
3732
+ * This operation is used to query information about all SaaS services.
3543
3733
  *
3544
3734
  * @param request - ListSaasServiceRequest
3545
3735
  * @returns ListSaasServiceResponse
@@ -3636,10 +3826,10 @@ export default class Client extends OpenApi {
3636
3826
  */
3637
3827
  listStreamingJobs(request: $_model.ListStreamingJobsRequest): Promise<$_model.ListStreamingJobsResponse>;
3638
3828
  /**
3639
- * Lists the tags of Supabase instances.
3829
+ * Queries the tags of a Supabase instance.
3640
3830
  *
3641
3831
  * @remarks
3642
- * - This operation queries the tags of Supabase instances.
3832
+ * - This operation queries the tag list of Supabase instances.
3643
3833
  *
3644
3834
  * @param request - ListSupabaseProjectTagsRequest
3645
3835
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3647,10 +3837,10 @@ export default class Client extends OpenApi {
3647
3837
  */
3648
3838
  listSupabaseProjectTagsWithOptions(request: $_model.ListSupabaseProjectTagsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSupabaseProjectTagsResponse>;
3649
3839
  /**
3650
- * Lists the tags of Supabase instances.
3840
+ * Queries the tags of a Supabase instance.
3651
3841
  *
3652
3842
  * @remarks
3653
- * - This operation queries the tags of Supabase instances.
3843
+ * - This operation queries the tag list of Supabase instances.
3654
3844
  *
3655
3845
  * @param request - ListSupabaseProjectTagsRequest
3656
3846
  * @returns ListSupabaseProjectTagsResponse
@@ -3752,7 +3942,7 @@ export default class Client extends OpenApi {
3752
3942
  */
3753
3943
  listWorkspaces(request: $_model.ListWorkspacesRequest): Promise<$_model.ListWorkspacesResponse>;
3754
3944
  /**
3755
- * Modifies the IP address whitelist for an AI service.
3945
+ * Modifies the whitelist of an AI service.
3756
3946
  *
3757
3947
  * @param request - ModifyAIServiceSecurityIpsRequest
3758
3948
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3760,7 +3950,7 @@ export default class Client extends OpenApi {
3760
3950
  */
3761
3951
  modifyAIServiceSecurityIpsWithOptions(request: $_model.ModifyAIServiceSecurityIpsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAIServiceSecurityIpsResponse>;
3762
3952
  /**
3763
- * Modifies the IP address whitelist for an AI service.
3953
+ * Modifies the whitelist of an AI service.
3764
3954
  *
3765
3955
  * @param request - ModifyAIServiceSecurityIpsRequest
3766
3956
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -3842,7 +4032,7 @@ export default class Client extends OpenApi {
3842
4032
  */
3843
4033
  modifyDBInstanceConnectionString(request: $_model.ModifyDBInstanceConnectionStringRequest): Promise<$_model.ModifyDBInstanceConnectionStringResponse>;
3844
4034
  /**
3845
- * Changes the development mode of an instance.
4035
+ * Modifies the deployment mode of an instance.
3846
4036
  *
3847
4037
  * @param request - ModifyDBInstanceDeploymentModeRequest
3848
4038
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3850,7 +4040,7 @@ export default class Client extends OpenApi {
3850
4040
  */
3851
4041
  modifyDBInstanceDeploymentModeWithOptions(request: $_model.ModifyDBInstanceDeploymentModeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyDBInstanceDeploymentModeResponse>;
3852
4042
  /**
3853
- * Changes the development mode of an instance.
4043
+ * Modifies the deployment mode of an instance.
3854
4044
  *
3855
4045
  * @param request - ModifyDBInstanceDeploymentModeRequest
3856
4046
  * @returns ModifyDBInstanceDeploymentModeResponse
@@ -4201,10 +4391,10 @@ export default class Client extends OpenApi {
4201
4391
  */
4202
4392
  modifyStreamingJob(request: $_model.ModifyStreamingJobRequest): Promise<$_model.ModifyStreamingJobResponse>;
4203
4393
  /**
4204
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
4394
+ * Modifies the automatic start and stop policy for a Supabase instance.
4205
4395
  *
4206
4396
  * @remarks
4207
- * - This operation applies only to ADBPG Supabase instances.
4397
+ * - Only ADBPG Supabase instances are supported.
4208
4398
  *
4209
4399
  * @param request - ModifySupabaseAutoScalePolicyRequest
4210
4400
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4212,20 +4402,20 @@ export default class Client extends OpenApi {
4212
4402
  */
4213
4403
  modifySupabaseAutoScalePolicyWithOptions(request: $_model.ModifySupabaseAutoScalePolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
4214
4404
  /**
4215
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
4405
+ * Modifies the automatic start and stop policy for a Supabase instance.
4216
4406
  *
4217
4407
  * @remarks
4218
- * - This operation applies only to ADBPG Supabase instances.
4408
+ * - Only ADBPG Supabase instances are supported.
4219
4409
  *
4220
4410
  * @param request - ModifySupabaseAutoScalePolicyRequest
4221
4411
  * @returns ModifySupabaseAutoScalePolicyResponse
4222
4412
  */
4223
4413
  modifySupabaseAutoScalePolicy(request: $_model.ModifySupabaseAutoScalePolicyRequest): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
4224
4414
  /**
4225
- * Change the Supabase project description
4415
+ * Modifies the description of a Supabase project.
4226
4416
  *
4227
4417
  * @remarks
4228
- * *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)**.
4418
+ * *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**.。
4229
4419
  *
4230
4420
  * @param request - ModifySupabaseProjectDescriptionRequest
4231
4421
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4233,20 +4423,20 @@ export default class Client extends OpenApi {
4233
4423
  */
4234
4424
  modifySupabaseProjectDescriptionWithOptions(request: $_model.ModifySupabaseProjectDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
4235
4425
  /**
4236
- * Change the Supabase project description
4426
+ * Modifies the description of a Supabase project.
4237
4427
  *
4238
4428
  * @remarks
4239
- * *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)**.
4429
+ * *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**.。
4240
4430
  *
4241
4431
  * @param request - ModifySupabaseProjectDescriptionRequest
4242
4432
  * @returns ModifySupabaseProjectDescriptionResponse
4243
4433
  */
4244
4434
  modifySupabaseProjectDescription(request: $_model.ModifySupabaseProjectDescriptionRequest): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
4245
4435
  /**
4246
- * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
4436
+ * Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
4247
4437
  *
4248
4438
  * @remarks
4249
- * *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.**
4439
+ * *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**.
4250
4440
  *
4251
4441
  * @param request - ModifySupabaseProjectResourceRequest
4252
4442
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4254,10 +4444,10 @@ export default class Client extends OpenApi {
4254
4444
  */
4255
4445
  modifySupabaseProjectResourceWithOptions(request: $_model.ModifySupabaseProjectResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectResourceResponse>;
4256
4446
  /**
4257
- * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
4447
+ * Modifies the resources of a Supabase instance, including upgrading or downgrading compute resources and expanding storage resources (cloud disk size).
4258
4448
  *
4259
4449
  * @remarks
4260
- * *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.**
4450
+ * *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**.
4261
4451
  *
4262
4452
  * @param request - ModifySupabaseProjectResourceRequest
4263
4453
  * @returns ModifySupabaseProjectResourceResponse
@@ -4368,7 +4558,7 @@ export default class Client extends OpenApi {
4368
4558
  * Pauses a Supabase instance.
4369
4559
  *
4370
4560
  * @remarks
4371
- * This operation pauses a Supabase instance.
4561
+ * Pauses a Supabase instance.
4372
4562
  *
4373
4563
  * @param request - PauseSupabaseProjectRequest
4374
4564
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4379,7 +4569,7 @@ export default class Client extends OpenApi {
4379
4569
  * Pauses a Supabase instance.
4380
4570
  *
4381
4571
  * @remarks
4382
- * This operation pauses a Supabase instance.
4572
+ * Pauses a Supabase instance.
4383
4573
  *
4384
4574
  * @param request - PauseSupabaseProjectRequest
4385
4575
  * @returns PauseSupabaseProjectResponse
@@ -4417,7 +4607,7 @@ export default class Client extends OpenApi {
4417
4607
  queryContent(request: $_model.QueryContentRequest): Promise<$_model.QueryContentResponse>;
4418
4608
  queryContentAdvance(request: $_model.QueryContentAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryContentResponse>;
4419
4609
  /**
4420
- * Retrieves vectors and metadata from multiple specified document collections by using natural language statements, merges multi-channel recall results, and returns the combined results.
4610
+ * Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
4421
4611
  *
4422
4612
  * @param tmpReq - QueryKnowledgeBasesContentRequest
4423
4613
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4425,7 +4615,7 @@ export default class Client extends OpenApi {
4425
4615
  */
4426
4616
  queryKnowledgeBasesContentWithOptions(tmpReq: $_model.QueryKnowledgeBasesContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryKnowledgeBasesContentResponse>;
4427
4617
  /**
4428
- * Retrieves vectors and metadata from multiple specified document collections by using natural language statements, merges multi-channel recall results, and returns the combined results.
4618
+ * Retrieves vectors and metadata from multiple specified document collections using natural language statements, merges multi-channel recall results, and returns the combined results.
4429
4619
  *
4430
4620
  * @param request - QueryKnowledgeBasesContentRequest
4431
4621
  * @returns QueryKnowledgeBasesContentResponse
@@ -4619,7 +4809,7 @@ export default class Client extends OpenApi {
4619
4809
  * Restores a Supabase project from a snapshot.
4620
4810
  *
4621
4811
  * @remarks
4622
- * 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.
4812
+ * 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.
4623
4813
  *
4624
4814
  * @param request - RestoreSnapshotRequest
4625
4815
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4630,7 +4820,7 @@ export default class Client extends OpenApi {
4630
4820
  * Restores a Supabase project from a snapshot.
4631
4821
  *
4632
4822
  * @remarks
4633
- * 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.
4823
+ * 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.
4634
4824
  *
4635
4825
  * @param request - RestoreSnapshotRequest
4636
4826
  * @returns RestoreSnapshotResponse
@@ -4705,7 +4895,7 @@ export default class Client extends OpenApi {
4705
4895
  * Resumes a Supabase instance.
4706
4896
  *
4707
4897
  * @remarks
4708
- * This operation retrieves details about a Supabase instance.
4898
+ * Queries the details of a Supabase instance.
4709
4899
  *
4710
4900
  * @param request - ResumeSupabaseProjectRequest
4711
4901
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4716,7 +4906,7 @@ export default class Client extends OpenApi {
4716
4906
  * Resumes a Supabase instance.
4717
4907
  *
4718
4908
  * @remarks
4719
- * This operation retrieves details about a Supabase instance.
4909
+ * Queries the details of a Supabase instance.
4720
4910
  *
4721
4911
  * @param request - ResumeSupabaseProjectRequest
4722
4912
  * @returns ResumeSupabaseProjectResponse
@@ -4826,10 +5016,10 @@ export default class Client extends OpenApi {
4826
5016
  */
4827
5017
  tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
4828
5018
  /**
4829
- * Adds tags to Supabase project instances.
5019
+ * Tags a Supabase project.
4830
5020
  *
4831
5021
  * @remarks
4832
- * 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.
5022
+ * Queries the details of a Supabase instance.
4833
5023
  *
4834
5024
  * @param request - TagSupabaseProjectRequest
4835
5025
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4837,17 +5027,17 @@ export default class Client extends OpenApi {
4837
5027
  */
4838
5028
  tagSupabaseProjectWithOptions(request: $_model.TagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagSupabaseProjectResponse>;
4839
5029
  /**
4840
- * Adds tags to Supabase project instances.
5030
+ * Tags a Supabase project.
4841
5031
  *
4842
5032
  * @remarks
4843
- * 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.
5033
+ * Queries the details of a Supabase instance.
4844
5034
  *
4845
5035
  * @param request - TagSupabaseProjectRequest
4846
5036
  * @returns TagSupabaseProjectResponse
4847
5037
  */
4848
5038
  tagSupabaseProject(request: $_model.TagSupabaseProjectRequest): Promise<$_model.TagSupabaseProjectResponse>;
4849
5039
  /**
4850
- * Generates text embeddings using an embedding model.
5040
+ * Vectorizes text documents by using a model.
4851
5041
  *
4852
5042
  * @param tmpReq - TextEmbeddingRequest
4853
5043
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4855,7 +5045,7 @@ export default class Client extends OpenApi {
4855
5045
  */
4856
5046
  textEmbeddingWithOptions(tmpReq: $_model.TextEmbeddingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TextEmbeddingResponse>;
4857
5047
  /**
4858
- * Generates text embeddings using an embedding model.
5048
+ * Vectorizes text documents by using a model.
4859
5049
  *
4860
5050
  * @param request - TextEmbeddingRequest
4861
5051
  * @returns TextEmbeddingResponse
@@ -4917,10 +5107,10 @@ export default class Client extends OpenApi {
4917
5107
  */
4918
5108
  untagResources(request: $_model.UntagResourcesRequest): Promise<$_model.UntagResourcesResponse>;
4919
5109
  /**
4920
- * Removes tags from one or more Supabase instances.
5110
+ * Unbinds tags from a Supabase instance.
4921
5111
  *
4922
5112
  * @remarks
4923
- * This operation removes one or more specified tags from Supabase instances.
5113
+ * Queries the details of a Supabase instance.
4924
5114
  *
4925
5115
  * @param request - UntagSupabaseProjectRequest
4926
5116
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4928,10 +5118,10 @@ export default class Client extends OpenApi {
4928
5118
  */
4929
5119
  untagSupabaseProjectWithOptions(request: $_model.UntagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagSupabaseProjectResponse>;
4930
5120
  /**
4931
- * Removes tags from one or more Supabase instances.
5121
+ * Unbinds tags from a Supabase instance.
4932
5122
  *
4933
5123
  * @remarks
4934
- * This operation removes one or more specified tags from Supabase instances.
5124
+ * Queries the details of a Supabase instance.
4935
5125
  *
4936
5126
  * @param request - UntagSupabaseProjectRequest
4937
5127
  * @returns UntagSupabaseProjectResponse
@@ -5002,8 +5192,8 @@ export default class Client extends OpenApi {
5002
5192
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
5003
5193
  *
5004
5194
  * @remarks
5005
- * This operation does not support modifying instances in storage-reserved mode.
5006
- * 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.
5195
+ * This operation does not support instances in storage reservation mode.
5196
+ * 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.
5007
5197
  *
5008
5198
  * @param request - UpgradeDBInstanceRequest
5009
5199
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5014,8 +5204,8 @@ export default class Client extends OpenApi {
5014
5204
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
5015
5205
  *
5016
5206
  * @remarks
5017
- * This operation does not support modifying instances in storage-reserved mode.
5018
- * 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.
5207
+ * This operation does not support instances in storage reservation mode.
5208
+ * 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.
5019
5209
  *
5020
5210
  * @param request - UpgradeDBInstanceRequest
5021
5211
  * @returns UpgradeDBInstanceResponse
@@ -5052,17 +5242,16 @@ export default class Client extends OpenApi {
5052
5242
  */
5053
5243
  upgradeExtensions(request: $_model.UpgradeExtensionsRequest): Promise<$_model.UpgradeExtensionsResponse>;
5054
5244
  /**
5055
- * Asynchronous Document Upload
5245
+ * Asynchronously uploads a document.
5056
5246
  *
5057
5247
  * @remarks
5058
- * 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.
5248
+ * 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.
5059
5249
  * Related operations:
5060
- * * You can call the GetUploadDocumentJob operation to query the progress and result of a document upload job.
5061
- * * You can call the CancelUploadDocumentJob operation to cancel a document upload job.
5062
- * >
5063
- * * 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.
5064
- * * A text document can be split into up to 100,000 chunks.
5065
- * * If a document collection uses the OnePeace model, each RAM user or Alibaba Cloud account can upload and query up to 10,000 images.
5250
+ * - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
5251
+ * - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
5252
+ * > - 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.
5253
+ * >- A text document can be split into a maximum of 100,000 chunks.
5254
+ * >- 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.
5066
5255
  *
5067
5256
  * @param tmpReq - UploadDocumentAsyncRequest
5068
5257
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5070,17 +5259,16 @@ export default class Client extends OpenApi {
5070
5259
  */
5071
5260
  uploadDocumentAsyncWithOptions(tmpReq: $_model.UploadDocumentAsyncRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UploadDocumentAsyncResponse>;
5072
5261
  /**
5073
- * Asynchronous Document Upload
5262
+ * Asynchronously uploads a document.
5074
5263
  *
5075
5264
  * @remarks
5076
- * 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.
5265
+ * 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.
5077
5266
  * Related operations:
5078
- * * You can call the GetUploadDocumentJob operation to query the progress and result of a document upload job.
5079
- * * You can call the CancelUploadDocumentJob operation to cancel a document upload job.
5080
- * >
5081
- * * 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.
5082
- * * A text document can be split into up to 100,000 chunks.
5083
- * * If a document collection uses the OnePeace model, each RAM user or Alibaba Cloud account can upload and query up to 10,000 images.
5267
+ * - You can invoke the GetUploadDocumentJob operation to query the progress and result of a document upload job.
5268
+ * - You can invoke the CancelUploadDocumentJob operation to cancel a document upload job.
5269
+ * > - 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.
5270
+ * >- A text document can be split into a maximum of 100,000 chunks.
5271
+ * >- 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.
5084
5272
  *
5085
5273
  * @param request - UploadDocumentAsyncRequest
5086
5274
  * @returns UploadDocumentAsyncResponse