@alicloud/gpdb20160503 3.10.0 → 3.11.1

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 (338) hide show
  1. package/dist/client.d.ts +285 -172
  2. package/dist/client.js +448 -175
  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 +54 -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 +37 -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 +54 -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/CreateDbinstanceRequest.d.ts +116 -171
  21. package/dist/models/CreateDbinstanceRequest.js.map +1 -1
  22. package/dist/models/CreateDbinstanceResponseBody.d.ts +3 -3
  23. package/dist/models/CreateDocumentCollectionRequest.d.ts +94 -148
  24. package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
  25. package/dist/models/CreateDocumentCollectionResponseBody.d.ts +2 -4
  26. package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
  27. package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +81 -127
  28. package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
  29. package/dist/models/CreateIndexRequest.d.ts +13 -21
  30. package/dist/models/CreateIndexRequest.js.map +1 -1
  31. package/dist/models/CreateIndexResponseBody.d.ts +6 -7
  32. package/dist/models/CreateIndexResponseBody.js.map +1 -1
  33. package/dist/models/CreateModelOperatorApiKeyRequest.d.ts +2 -0
  34. package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -1
  35. package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +6 -0
  36. package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -1
  37. package/dist/models/CreateModelServiceRequest.d.ts +9 -9
  38. package/dist/models/CreateModelServiceResponseBody.d.ts +1 -1
  39. package/dist/models/CreateModelServiceShrinkRequest.d.ts +9 -9
  40. package/dist/models/CreateSaasServiceRequest.d.ts +2 -2
  41. package/dist/models/CreateSnapshotResponseBody.d.ts +1 -1
  42. package/dist/models/CreateSupabaseProjectRequest.d.ts +25 -10
  43. package/dist/models/CreateSupabaseProjectRequest.js +27 -1
  44. package/dist/models/CreateSupabaseProjectRequest.js.map +1 -1
  45. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +2 -2
  46. package/dist/models/DeleteAiserviceRequest.d.ts +2 -2
  47. package/dist/models/DeleteApiKeyRequest.d.ts +31 -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 +29 -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/DeleteWorkspaceRequest.d.ts +5 -0
  62. package/dist/models/DeleteWorkspaceRequest.js.map +1 -1
  63. package/dist/models/DeleteWorkspaceResponseBody.d.ts +6 -0
  64. package/dist/models/DeleteWorkspaceResponseBody.js.map +1 -1
  65. package/dist/models/DescribeAiserviceRequest.d.ts +4 -5
  66. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  67. package/dist/models/DescribeAiserviceResponseBody.d.ts +10 -12
  68. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  69. package/dist/models/DescribeBranchResponseBody.d.ts +7 -7
  70. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +3 -3
  71. package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +1 -1
  72. package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +3 -0
  73. package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -1
  74. package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +18 -0
  75. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -1
  76. package/dist/models/DescribeModelOperatorUsageRequest.d.ts +49 -0
  77. package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -1
  78. package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +47 -0
  79. package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -1
  80. package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +49 -0
  81. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -1
  82. package/dist/models/DescribeModelServiceRequest.d.ts +2 -2
  83. package/dist/models/DescribeModelServiceResponseBody.d.ts +6 -6
  84. package/dist/models/DescribeTableRequest.d.ts +7 -7
  85. package/dist/models/DescribeTableResponseBody.d.ts +4 -5
  86. package/dist/models/DescribeTableResponseBody.js.map +1 -1
  87. package/dist/models/ExecuteStatementRequest.d.ts +18 -19
  88. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  89. package/dist/models/ExecuteStatementResponseBody.d.ts +10 -11
  90. package/dist/models/ExecuteStatementResponseBody.js.map +1 -1
  91. package/dist/models/ExecuteStatementShrinkRequest.d.ts +14 -15
  92. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  93. package/dist/models/GetAccountRequest.d.ts +7 -3
  94. package/dist/models/GetAccountRequest.js.map +1 -1
  95. package/dist/models/GetAccountResponseBody.d.ts +20 -17
  96. package/dist/models/GetAccountResponseBody.js.map +1 -1
  97. package/dist/models/GetApiKeyRequest.d.ts +31 -0
  98. package/dist/models/GetApiKeyRequest.js +60 -0
  99. package/dist/models/GetApiKeyRequest.js.map +1 -0
  100. package/dist/models/GetApiKeyResponse.d.ts +19 -0
  101. package/dist/models/GetApiKeyResponse.js +69 -0
  102. package/dist/models/GetApiKeyResponse.js.map +1 -0
  103. package/dist/models/GetApiKeyResponseBody.d.ts +105 -0
  104. package/dist/models/GetApiKeyResponseBody.js +96 -0
  105. package/dist/models/GetApiKeyResponseBody.js.map +1 -0
  106. package/dist/models/GetSaasServiceRequest.d.ts +5 -0
  107. package/dist/models/GetSaasServiceRequest.js.map +1 -1
  108. package/dist/models/GetSaasServiceResponseBody.d.ts +38 -0
  109. package/dist/models/GetSaasServiceResponseBody.js.map +1 -1
  110. package/dist/models/GetServiceAccessInfoRequest.d.ts +5 -0
  111. package/dist/models/GetServiceAccessInfoRequest.js.map +1 -1
  112. package/dist/models/GetServiceAccessInfoResponseBody.d.ts +9 -0
  113. package/dist/models/GetServiceAccessInfoResponseBody.js.map +1 -1
  114. package/dist/models/GetStatementResultRequest.d.ts +6 -6
  115. package/dist/models/GetStatementResultResponseBody.d.ts +6 -6
  116. package/dist/models/GetUploadDocumentJobRequest.d.ts +8 -8
  117. package/dist/models/GetUploadDocumentJobResponseBody.d.ts +27 -29
  118. package/dist/models/GetUploadDocumentJobResponseBody.js.map +1 -1
  119. package/dist/models/GetWorkspaceRequest.d.ts +31 -0
  120. package/dist/models/GetWorkspaceRequest.js +60 -0
  121. package/dist/models/GetWorkspaceRequest.js.map +1 -0
  122. package/dist/models/GetWorkspaceResponse.d.ts +19 -0
  123. package/dist/models/GetWorkspaceResponse.js +69 -0
  124. package/dist/models/GetWorkspaceResponse.js.map +1 -0
  125. package/dist/models/GetWorkspaceResponseBody.d.ts +230 -0
  126. package/dist/models/GetWorkspaceResponseBody.js +160 -0
  127. package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
  128. package/dist/models/ListAinodePoolsRequest.d.ts +1 -1
  129. package/dist/models/ListAinodePoolsResponseBody.d.ts +11 -13
  130. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  131. package/dist/models/ListAiservicesRequest.d.ts +5 -8
  132. package/dist/models/ListAiservicesRequest.js.map +1 -1
  133. package/dist/models/ListAiservicesResponseBody.d.ts +13 -15
  134. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  135. package/dist/models/ListApiKeysRequest.d.ts +55 -0
  136. package/dist/models/ListApiKeysRequest.js +66 -0
  137. package/dist/models/ListApiKeysRequest.js.map +1 -0
  138. package/dist/models/ListApiKeysResponse.d.ts +19 -0
  139. package/dist/models/ListApiKeysResponse.js +69 -0
  140. package/dist/models/ListApiKeysResponse.js.map +1 -0
  141. package/dist/models/ListApiKeysResponseBody.d.ts +139 -0
  142. package/dist/models/ListApiKeysResponseBody.js +122 -0
  143. package/dist/models/ListApiKeysResponseBody.js.map +1 -0
  144. package/dist/models/ListBranchesRequest.d.ts +12 -12
  145. package/dist/models/ListBranchesResponseBody.d.ts +3 -3
  146. package/dist/models/ListChunksRequest.d.ts +13 -17
  147. package/dist/models/ListChunksRequest.js.map +1 -1
  148. package/dist/models/ListModelOperatorApiKeysRequest.d.ts +12 -0
  149. package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -1
  150. package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +28 -0
  151. package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -1
  152. package/dist/models/ListModelOperatorServicesRequest.d.ts +11 -0
  153. package/dist/models/ListModelOperatorServicesRequest.js.map +1 -1
  154. package/dist/models/ListModelOperatorServicesResponseBody.d.ts +19 -0
  155. package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -1
  156. package/dist/models/ListSaasServiceRequest.d.ts +2 -2
  157. package/dist/models/ListSaasServiceResponseBody.d.ts +31 -11
  158. package/dist/models/ListSaasServiceResponseBody.js +37 -1
  159. package/dist/models/ListSaasServiceResponseBody.js.map +1 -1
  160. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +15 -17
  161. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  162. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +3 -3
  163. package/dist/models/ListWorkspacesResponseBody.d.ts +23 -3
  164. package/dist/models/ListWorkspacesResponseBody.js +37 -1
  165. package/dist/models/ListWorkspacesResponseBody.js.map +1 -1
  166. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +7 -10
  167. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  168. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +1 -1
  169. package/dist/models/ModifyDbinstanceDeploymentModeRequest.d.ts +11 -17
  170. package/dist/models/ModifyDbinstanceDeploymentModeRequest.js.map +1 -1
  171. package/dist/models/ModifyDbinstanceDeploymentModeResponseBody.d.ts +1 -1
  172. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +4 -6
  173. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  174. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +3 -3
  175. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +1 -1
  176. package/dist/models/PauseSaasServiceRequest.d.ts +5 -0
  177. package/dist/models/PauseSaasServiceRequest.js.map +1 -1
  178. package/dist/models/PauseSaasServiceResponseBody.d.ts +6 -0
  179. package/dist/models/PauseSaasServiceResponseBody.js.map +1 -1
  180. package/dist/models/PauseSupabaseProjectRequest.d.ts +1 -1
  181. package/dist/models/QueryContentAdvanceRequest.d.ts +26 -27
  182. package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
  183. package/dist/models/QueryContentRequest.d.ts +26 -27
  184. package/dist/models/QueryContentRequest.js.map +1 -1
  185. package/dist/models/QueryContentResponseBody.d.ts +2 -2
  186. package/dist/models/QueryContentShrinkRequest.d.ts +24 -24
  187. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +18 -18
  188. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +1 -1
  189. package/dist/models/RestoreSnapshotRequest.d.ts +1 -1
  190. package/dist/models/ResumeSaasServiceRequest.d.ts +5 -0
  191. package/dist/models/ResumeSaasServiceRequest.js.map +1 -1
  192. package/dist/models/ResumeSaasServiceResponseBody.d.ts +6 -0
  193. package/dist/models/ResumeSaasServiceResponseBody.js.map +1 -1
  194. package/dist/models/ResumeSupabaseProjectRequest.d.ts +1 -1
  195. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +1 -1
  196. package/dist/models/TagSupabaseProjectRequest.d.ts +5 -5
  197. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  198. package/dist/models/TextEmbeddingRequest.d.ts +12 -14
  199. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  200. package/dist/models/TextEmbeddingResponseBody.d.ts +5 -6
  201. package/dist/models/TextEmbeddingResponseBody.js.map +1 -1
  202. package/dist/models/TextEmbeddingShrinkRequest.d.ts +12 -14
  203. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  204. package/dist/models/UntagSupabaseProjectRequest.d.ts +6 -9
  205. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  206. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  207. package/dist/models/UpgradeDbinstanceRequest.d.ts +34 -50
  208. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  209. package/dist/models/UploadDocumentAsyncAdvanceRequest.d.ts +57 -49
  210. package/dist/models/UploadDocumentAsyncAdvanceRequest.js.map +1 -1
  211. package/dist/models/UploadDocumentAsyncRequest.d.ts +57 -49
  212. package/dist/models/UploadDocumentAsyncRequest.js.map +1 -1
  213. package/dist/models/UploadDocumentAsyncResponseBody.d.ts +4 -4
  214. package/dist/models/UploadDocumentAsyncShrinkRequest.d.ts +57 -49
  215. package/dist/models/UploadDocumentAsyncShrinkRequest.js.map +1 -1
  216. package/dist/models/model.d.ts +25 -0
  217. package/dist/models/model.js +82 -31
  218. package/dist/models/model.js.map +1 -1
  219. package/package.json +2 -2
  220. package/src/client.ts +476 -175
  221. package/src/models/CreateAiserviceRequest.ts +16 -25
  222. package/src/models/CreateApiKeyRequest.ts +78 -0
  223. package/src/models/CreateApiKeyResponse.ts +40 -0
  224. package/src/models/CreateApiKeyResponseBody.ts +54 -0
  225. package/src/models/CreateApiKeyShrinkRequest.ts +75 -0
  226. package/src/models/CreateBranchRequest.ts +6 -6
  227. package/src/models/CreateBranchResponseBody.ts +2 -2
  228. package/src/models/CreateDbinstanceRequest.ts +124 -179
  229. package/src/models/CreateDbinstanceResponseBody.ts +3 -3
  230. package/src/models/CreateDocumentCollectionRequest.ts +94 -148
  231. package/src/models/CreateDocumentCollectionResponseBody.ts +2 -4
  232. package/src/models/CreateDocumentCollectionShrinkRequest.ts +81 -127
  233. package/src/models/CreateIndexRequest.ts +13 -21
  234. package/src/models/CreateIndexResponseBody.ts +6 -7
  235. package/src/models/CreateModelOperatorApiKeyRequest.ts +2 -0
  236. package/src/models/CreateModelOperatorApiKeyResponseBody.ts +6 -0
  237. package/src/models/CreateModelServiceRequest.ts +9 -9
  238. package/src/models/CreateModelServiceResponseBody.ts +1 -1
  239. package/src/models/CreateModelServiceShrinkRequest.ts +9 -9
  240. package/src/models/CreateSaasServiceRequest.ts +2 -2
  241. package/src/models/CreateSnapshotResponseBody.ts +1 -1
  242. package/src/models/CreateSupabaseProjectRequest.ts +42 -10
  243. package/src/models/CreateSupabaseProjectResponseBody.ts +2 -2
  244. package/src/models/DeleteAiserviceRequest.ts +2 -2
  245. package/src/models/DeleteApiKeyRequest.ts +46 -0
  246. package/src/models/DeleteApiKeyResponse.ts +40 -0
  247. package/src/models/DeleteApiKeyResponseBody.ts +44 -0
  248. package/src/models/DeleteBranchRequest.ts +1 -1
  249. package/src/models/DeleteSnapshotRequest.ts +7 -0
  250. package/src/models/DeleteSnapshotResponseBody.ts +3 -0
  251. package/src/models/DeleteWorkspaceRequest.ts +5 -0
  252. package/src/models/DeleteWorkspaceResponseBody.ts +6 -0
  253. package/src/models/DescribeAiserviceRequest.ts +4 -5
  254. package/src/models/DescribeAiserviceResponseBody.ts +10 -12
  255. package/src/models/DescribeBranchResponseBody.ts +7 -7
  256. package/src/models/DescribeDbinstanceAttributeRequest.ts +3 -3
  257. package/src/models/DescribeDbinstanceAttributeResponseBody.ts +1 -1
  258. package/src/models/DescribeModelOperatorApiKeyRequest.ts +3 -0
  259. package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +18 -0
  260. package/src/models/DescribeModelOperatorUsageRequest.ts +49 -0
  261. package/src/models/DescribeModelOperatorUsageResponseBody.ts +47 -0
  262. package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +49 -0
  263. package/src/models/DescribeModelServiceRequest.ts +2 -2
  264. package/src/models/DescribeModelServiceResponseBody.ts +6 -6
  265. package/src/models/DescribeTableRequest.ts +7 -7
  266. package/src/models/DescribeTableResponseBody.ts +4 -5
  267. package/src/models/ExecuteStatementRequest.ts +18 -19
  268. package/src/models/ExecuteStatementResponseBody.ts +10 -11
  269. package/src/models/ExecuteStatementShrinkRequest.ts +14 -15
  270. package/src/models/GetAccountRequest.ts +7 -3
  271. package/src/models/GetAccountResponseBody.ts +20 -17
  272. package/src/models/GetApiKeyRequest.ts +46 -0
  273. package/src/models/GetApiKeyResponse.ts +40 -0
  274. package/src/models/GetApiKeyResponseBody.ts +147 -0
  275. package/src/models/GetSaasServiceRequest.ts +5 -0
  276. package/src/models/GetSaasServiceResponseBody.ts +38 -0
  277. package/src/models/GetServiceAccessInfoRequest.ts +5 -0
  278. package/src/models/GetServiceAccessInfoResponseBody.ts +9 -0
  279. package/src/models/GetStatementResultRequest.ts +6 -6
  280. package/src/models/GetStatementResultResponseBody.ts +6 -6
  281. package/src/models/GetUploadDocumentJobRequest.ts +8 -8
  282. package/src/models/GetUploadDocumentJobResponseBody.ts +27 -29
  283. package/src/models/GetWorkspaceRequest.ts +46 -0
  284. package/src/models/GetWorkspaceResponse.ts +40 -0
  285. package/src/models/GetWorkspaceResponseBody.ts +318 -0
  286. package/src/models/ListAinodePoolsRequest.ts +1 -1
  287. package/src/models/ListAinodePoolsResponseBody.ts +11 -13
  288. package/src/models/ListAiservicesRequest.ts +5 -8
  289. package/src/models/ListAiservicesResponseBody.ts +13 -15
  290. package/src/models/ListApiKeysRequest.ts +76 -0
  291. package/src/models/ListApiKeysResponse.ts +40 -0
  292. package/src/models/ListApiKeysResponseBody.ts +198 -0
  293. package/src/models/ListBranchesRequest.ts +12 -12
  294. package/src/models/ListBranchesResponseBody.ts +3 -3
  295. package/src/models/ListChunksRequest.ts +13 -17
  296. package/src/models/ListModelOperatorApiKeysRequest.ts +12 -0
  297. package/src/models/ListModelOperatorApiKeysResponseBody.ts +28 -0
  298. package/src/models/ListModelOperatorServicesRequest.ts +11 -0
  299. package/src/models/ListModelOperatorServicesResponseBody.ts +19 -0
  300. package/src/models/ListSaasServiceRequest.ts +2 -2
  301. package/src/models/ListSaasServiceResponseBody.ts +58 -11
  302. package/src/models/ListSupabaseProjectTagsRequest.ts +15 -17
  303. package/src/models/ListSupabaseProjectTagsResponseBody.ts +3 -3
  304. package/src/models/ListWorkspacesResponseBody.ts +50 -3
  305. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +7 -10
  306. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +1 -1
  307. package/src/models/ModifyDbinstanceDeploymentModeRequest.ts +11 -17
  308. package/src/models/ModifyDbinstanceDeploymentModeResponseBody.ts +1 -1
  309. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +4 -6
  310. package/src/models/ModifySupabaseProjectResourceRequest.ts +3 -3
  311. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +1 -1
  312. package/src/models/PauseSaasServiceRequest.ts +5 -0
  313. package/src/models/PauseSaasServiceResponseBody.ts +6 -0
  314. package/src/models/PauseSupabaseProjectRequest.ts +1 -1
  315. package/src/models/QueryContentAdvanceRequest.ts +26 -27
  316. package/src/models/QueryContentRequest.ts +26 -27
  317. package/src/models/QueryContentResponseBody.ts +2 -2
  318. package/src/models/QueryContentShrinkRequest.ts +24 -24
  319. package/src/models/QueryKnowledgeBasesContentRequest.ts +18 -18
  320. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +1 -1
  321. package/src/models/RestoreSnapshotRequest.ts +1 -1
  322. package/src/models/ResumeSaasServiceRequest.ts +5 -0
  323. package/src/models/ResumeSaasServiceResponseBody.ts +6 -0
  324. package/src/models/ResumeSupabaseProjectRequest.ts +1 -1
  325. package/src/models/ResumeSupabaseProjectResponseBody.ts +1 -1
  326. package/src/models/TagSupabaseProjectRequest.ts +5 -5
  327. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  328. package/src/models/TextEmbeddingRequest.ts +12 -14
  329. package/src/models/TextEmbeddingResponseBody.ts +5 -6
  330. package/src/models/TextEmbeddingShrinkRequest.ts +12 -14
  331. package/src/models/UntagSupabaseProjectRequest.ts +6 -9
  332. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  333. package/src/models/UpgradeDbinstanceRequest.ts +34 -50
  334. package/src/models/UploadDocumentAsyncAdvanceRequest.ts +57 -49
  335. package/src/models/UploadDocumentAsyncRequest.ts +57 -49
  336. package/src/models/UploadDocumentAsyncResponseBody.ts +4 -4
  337. package/src/models/UploadDocumentAsyncShrinkRequest.ts +57 -49
  338. package/src/models/model.ts +25 -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
+ * Creates an API key.
336
+ *
337
+ * @remarks
338
+ * Creates an API key.
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
+ * Creates an API key.
347
+ *
348
+ * @remarks
349
+ * Creates an API key.
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
  *
@@ -383,10 +404,10 @@ export default class Client extends OpenApi {
383
404
  */
384
405
  createCollection(request: $_model.CreateCollectionRequest): Promise<$_model.CreateCollectionResponse>;
385
406
  /**
386
- * Create an AnalyticDB for PostgreSQL instance.
407
+ * Creates an AnalyticDB for PostgreSQL instance.
387
408
  *
388
409
  * @remarks
389
- * 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) for AnalyticDB for PostgreSQL.
410
+ * 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.
390
411
  *
391
412
  * @param request - CreateDBInstanceRequest
392
413
  * @param runtime - runtime options for this request RuntimeOptions
@@ -394,10 +415,10 @@ export default class Client extends OpenApi {
394
415
  */
395
416
  createDBInstanceWithOptions(request: $_model.CreateDBInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDBInstanceResponse>;
396
417
  /**
397
- * Create an AnalyticDB for PostgreSQL instance.
418
+ * Creates an AnalyticDB for PostgreSQL instance.
398
419
  *
399
420
  * @remarks
400
- * 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) for AnalyticDB for PostgreSQL.
421
+ * 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.
401
422
  *
402
423
  * @param request - CreateDBInstanceRequest
403
424
  * @returns CreateDBInstanceResponse
@@ -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
@@ -564,7 +593,7 @@ export default class Client extends OpenApi {
564
593
  */
565
594
  createJDBCDataSource(request: $_model.CreateJDBCDataSourceRequest): Promise<$_model.CreateJDBCDataSourceResponse>;
566
595
  /**
567
- * 创建模型算子 API KEY
596
+ * Creates a model creation operator API key.
568
597
  *
569
598
  * @param request - CreateModelOperatorApiKeyRequest
570
599
  * @param runtime - runtime options for this request RuntimeOptions
@@ -572,7 +601,7 @@ export default class Client extends OpenApi {
572
601
  */
573
602
  createModelOperatorApiKeyWithOptions(request: $_model.CreateModelOperatorApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateModelOperatorApiKeyResponse>;
574
603
  /**
575
- * 创建模型算子 API KEY
604
+ * Creates a model creation operator API key.
576
605
  *
577
606
  * @param request - CreateModelOperatorApiKeyRequest
578
607
  * @returns CreateModelOperatorApiKeyResponse
@@ -582,7 +611,7 @@ export default class Client extends OpenApi {
582
611
  * Creates a model service.
583
612
  *
584
613
  * @remarks
585
- * 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.
586
615
  *
587
616
  * @param tmpReq - CreateModelServiceRequest
588
617
  * @param runtime - runtime options for this request RuntimeOptions
@@ -593,7 +622,7 @@ export default class Client extends OpenApi {
593
622
  * Creates a model service.
594
623
  *
595
624
  * @remarks
596
- * 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.
597
626
  *
598
627
  * @param request - CreateModelServiceRequest
599
628
  * @returns CreateModelServiceResponse
@@ -633,7 +662,7 @@ export default class Client extends OpenApi {
633
662
  * Creates a SaaS service.
634
663
  *
635
664
  * @remarks
636
- * 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.
637
666
  *
638
667
  * @param request - CreateSaasServiceRequest
639
668
  * @param runtime - runtime options for this request RuntimeOptions
@@ -644,7 +673,7 @@ export default class Client extends OpenApi {
644
673
  * Creates a SaaS service.
645
674
  *
646
675
  * @remarks
647
- * 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.
648
677
  *
649
678
  * @param request - CreateSaasServiceRequest
650
679
  * @returns CreateSaasServiceResponse
@@ -881,6 +910,27 @@ export default class Client extends OpenApi {
881
910
  * @returns DeleteAccountResponse
882
911
  */
883
912
  deleteAccount(request: $_model.DeleteAccountRequest): Promise<$_model.DeleteAccountResponse>;
913
+ /**
914
+ * Deletes an API key.
915
+ *
916
+ * @remarks
917
+ * Deletes an API key.
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
+ * Deletes an API key.
926
+ *
927
+ * @remarks
928
+ * Deletes an API key.
929
+ *
930
+ * @param request - DeleteApiKeyRequest
931
+ * @returns DeleteApiKeyResponse
932
+ */
933
+ deleteApiKey(request: $_model.DeleteApiKeyRequest): Promise<$_model.DeleteApiKeyResponse>;
884
934
  /**
885
935
  * Deletes a backup set. You can call this operation to delete only physical backup sets that are manually backed up.
886
936
  *
@@ -900,7 +950,7 @@ export default class Client extends OpenApi {
900
950
  * Deletes a Supabase branch.
901
951
  *
902
952
  * @remarks
903
- * 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.
904
954
  *
905
955
  * @param request - DeleteBranchRequest
906
956
  * @param runtime - runtime options for this request RuntimeOptions
@@ -911,7 +961,7 @@ export default class Client extends OpenApi {
911
961
  * Deletes a Supabase branch.
912
962
  *
913
963
  * @remarks
914
- * 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.
915
965
  *
916
966
  * @param request - DeleteBranchRequest
917
967
  * @returns DeleteBranchResponse
@@ -1267,10 +1317,10 @@ export default class Client extends OpenApi {
1267
1317
  */
1268
1318
  deleteSecret(request: $_model.DeleteSecretRequest): Promise<$_model.DeleteSecretResponse>;
1269
1319
  /**
1270
- * 删除恢复点
1320
+ * Deletes a snapshot of a Supabase project.
1271
1321
  *
1272
1322
  * @remarks
1273
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
1323
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
1274
1324
  *
1275
1325
  * @param request - DeleteSnapshotRequest
1276
1326
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1278,10 +1328,10 @@ export default class Client extends OpenApi {
1278
1328
  */
1279
1329
  deleteSnapshotWithOptions(request: $_model.DeleteSnapshotRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSnapshotResponse>;
1280
1330
  /**
1281
- * 删除恢复点
1331
+ * Deletes a snapshot of a Supabase project.
1282
1332
  *
1283
1333
  * @remarks
1284
- * 该接口用于按 ProjectId Lsn 删除指定 Supabase 项目中的快照。
1334
+ * Deletes a snapshot from a specified Supabase project by ProjectId and Lsn.
1285
1335
  *
1286
1336
  * @param request - DeleteSnapshotRequest
1287
1337
  * @returns DeleteSnapshotResponse
@@ -1369,10 +1419,10 @@ export default class Client extends OpenApi {
1369
1419
  */
1370
1420
  deleteVectorIndex(request: $_model.DeleteVectorIndexRequest): Promise<$_model.DeleteVectorIndexResponse>;
1371
1421
  /**
1372
- * 删除SaaS工作空间
1422
+ * Deletes a SaaS workspace.
1373
1423
  *
1374
1424
  * @remarks
1375
- * 此接口为删除上下文服务工作空间
1425
+ * Deletes a context service workspace.
1376
1426
  *
1377
1427
  * @param request - DeleteWorkspaceRequest
1378
1428
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1380,10 +1430,10 @@ export default class Client extends OpenApi {
1380
1430
  */
1381
1431
  deleteWorkspaceWithOptions(request: $_model.DeleteWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWorkspaceResponse>;
1382
1432
  /**
1383
- * 删除SaaS工作空间
1433
+ * Deletes a SaaS workspace.
1384
1434
  *
1385
1435
  * @remarks
1386
- * 此接口为删除上下文服务工作空间
1436
+ * Deletes a context service workspace.
1387
1437
  *
1388
1438
  * @param request - DeleteWorkspaceRequest
1389
1439
  * @returns DeleteWorkspaceResponse
@@ -1628,14 +1678,14 @@ export default class Client extends OpenApi {
1628
1678
  */
1629
1679
  describeDBClusterPerformance(request: $_model.DescribeDBClusterPerformanceRequest): Promise<$_model.DescribeDBClusterPerformanceResponse>;
1630
1680
  /**
1631
- * Query the details of an AnalyticDB for PostgreSQL instance.
1681
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
1632
1682
  *
1633
1683
  * @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).
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).
1639
1689
  *
1640
1690
  * @param request - DescribeDBInstanceAttributeRequest
1641
1691
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1643,14 +1693,14 @@ export default class Client extends OpenApi {
1643
1693
  */
1644
1694
  describeDBInstanceAttributeWithOptions(request: $_model.DescribeDBInstanceAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBInstanceAttributeResponse>;
1645
1695
  /**
1646
- * Query the details of an AnalyticDB for PostgreSQL instance.
1696
+ * Queries the details of an AnalyticDB for PostgreSQL instance.
1647
1697
  *
1648
1698
  * @remarks
1649
- * ## How-To
1650
- * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
1651
- * ## Queries per second (QPS) limit
1652
- * 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.
1653
- * <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).
1654
1704
  *
1655
1705
  * @param request - DescribeDBInstanceAttributeRequest
1656
1706
  * @returns DescribeDBInstanceAttributeResponse
@@ -1871,7 +1921,7 @@ export default class Client extends OpenApi {
1871
1921
  */
1872
1922
  describeDBInstanceSSL(request: $_model.DescribeDBInstanceSSLRequest): Promise<$_model.DescribeDBInstanceSSLResponse>;
1873
1923
  /**
1874
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
1924
+ * Queries the maximum throughput of an instance.
1875
1925
  *
1876
1926
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
1877
1927
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1879,7 +1929,7 @@ export default class Client extends OpenApi {
1879
1929
  */
1880
1930
  describeDBInstanceSupportMaxPerformanceWithOptions(request: $_model.DescribeDBInstanceSupportMaxPerformanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBInstanceSupportMaxPerformanceResponse>;
1881
1931
  /**
1882
- * Queries the maximum performance of an AnalyticDB for PostgreSQL instance.
1932
+ * Queries the maximum throughput of an instance.
1883
1933
  *
1884
1934
  * @param request - DescribeDBInstanceSupportMaxPerformanceRequest
1885
1935
  * @returns DescribeDBInstanceSupportMaxPerformanceResponse
@@ -2366,7 +2416,7 @@ export default class Client extends OpenApi {
2366
2416
  */
2367
2417
  describeLogBackups(request: $_model.DescribeLogBackupsRequest): Promise<$_model.DescribeLogBackupsResponse>;
2368
2418
  /**
2369
- * 获取模型算子 API KEY 详情
2419
+ * Retrieves the details of a model operator API key.
2370
2420
  *
2371
2421
  * @param request - DescribeModelOperatorApiKeyRequest
2372
2422
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2374,14 +2424,14 @@ export default class Client extends OpenApi {
2374
2424
  */
2375
2425
  describeModelOperatorApiKeyWithOptions(request: $_model.DescribeModelOperatorApiKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeModelOperatorApiKeyResponse>;
2376
2426
  /**
2377
- * 获取模型算子 API KEY 详情
2427
+ * Retrieves the details of a model operator API key.
2378
2428
  *
2379
2429
  * @param request - DescribeModelOperatorApiKeyRequest
2380
2430
  * @returns DescribeModelOperatorApiKeyResponse
2381
2431
  */
2382
2432
  describeModelOperatorApiKey(request: $_model.DescribeModelOperatorApiKeyRequest): Promise<$_model.DescribeModelOperatorApiKeyResponse>;
2383
2433
  /**
2384
- * 获取模型算子用量
2434
+ * Retrieves the usage metrics of model operators.
2385
2435
  *
2386
2436
  * @param tmpReq - DescribeModelOperatorUsageRequest
2387
2437
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2389,20 +2439,20 @@ export default class Client extends OpenApi {
2389
2439
  */
2390
2440
  describeModelOperatorUsageWithOptions(tmpReq: $_model.DescribeModelOperatorUsageRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeModelOperatorUsageResponse>;
2391
2441
  /**
2392
- * 获取模型算子用量
2442
+ * Retrieves the usage metrics of model operators.
2393
2443
  *
2394
2444
  * @param request - DescribeModelOperatorUsageRequest
2395
2445
  * @returns DescribeModelOperatorUsageResponse
2396
2446
  */
2397
2447
  describeModelOperatorUsage(request: $_model.DescribeModelOperatorUsageRequest): Promise<$_model.DescribeModelOperatorUsageResponse>;
2398
2448
  /**
2399
- * Queries the information about a model service.
2449
+ * Queries a model service.
2400
2450
  *
2401
2451
  * @remarks
2402
- * ## [](#)Usage notes
2403
- * This interface is used to view the details of a model service.
2404
- * ## [](#qps-)QPS limit
2405
- * 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.
2406
2456
  *
2407
2457
  * @param request - DescribeModelServiceRequest
2408
2458
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2410,13 +2460,13 @@ export default class Client extends OpenApi {
2410
2460
  */
2411
2461
  describeModelServiceWithOptions(request: $_model.DescribeModelServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeModelServiceResponse>;
2412
2462
  /**
2413
- * Queries the information about a model service.
2463
+ * Queries a model service.
2414
2464
  *
2415
2465
  * @remarks
2416
- * ## [](#)Usage notes
2417
- * This interface is used to view the details of a model service.
2418
- * ## [](#qps-)QPS limit
2419
- * 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.
2420
2470
  *
2421
2471
  * @param request - DescribeModelServiceRequest
2422
2472
  * @returns DescribeModelServiceResponse
@@ -2742,7 +2792,7 @@ export default class Client extends OpenApi {
2742
2792
  */
2743
2793
  describeSupportFeatures(request: $_model.DescribeSupportFeaturesRequest): Promise<$_model.DescribeSupportFeaturesResponse>;
2744
2794
  /**
2745
- * View table details.
2795
+ * Queries the details of a table.
2746
2796
  *
2747
2797
  * @param request - DescribeTableRequest
2748
2798
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2750,7 +2800,7 @@ export default class Client extends OpenApi {
2750
2800
  */
2751
2801
  describeTableWithOptions(request: $_model.DescribeTableRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTableResponse>;
2752
2802
  /**
2753
- * View table details.
2803
+ * Queries the details of a table.
2754
2804
  *
2755
2805
  * @param request - DescribeTableRequest
2756
2806
  * @returns DescribeTableResponse
@@ -2974,7 +3024,7 @@ export default class Client extends OpenApi {
2974
3024
  */
2975
3025
  enableDBResourceGroup(request: $_model.EnableDBResourceGroupRequest): Promise<$_model.EnableDBResourceGroupResponse>;
2976
3026
  /**
2977
- * Execute an SQL statement.
3027
+ * Executes an SQL statement.
2978
3028
  *
2979
3029
  * @param tmpReq - ExecuteStatementRequest
2980
3030
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2982,14 +3032,14 @@ export default class Client extends OpenApi {
2982
3032
  */
2983
3033
  executeStatementWithOptions(tmpReq: $_model.ExecuteStatementRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ExecuteStatementResponse>;
2984
3034
  /**
2985
- * Execute an SQL statement.
3035
+ * Executes an SQL statement.
2986
3036
  *
2987
3037
  * @param request - ExecuteStatementRequest
2988
3038
  * @returns ExecuteStatementResponse
2989
3039
  */
2990
3040
  executeStatement(request: $_model.ExecuteStatementRequest): Promise<$_model.ExecuteStatementResponse>;
2991
3041
  /**
2992
- * Queries the information about a database account.
3042
+ * Retrieves information about a specific account.
2993
3043
  *
2994
3044
  * @param request - GetAccountRequest
2995
3045
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2997,12 +3047,33 @@ export default class Client extends OpenApi {
2997
3047
  */
2998
3048
  getAccountWithOptions(request: $_model.GetAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAccountResponse>;
2999
3049
  /**
3000
- * Queries the information about a database account.
3050
+ * Retrieves information about a specific account.
3001
3051
  *
3002
3052
  * @param request - GetAccountRequest
3003
3053
  * @returns GetAccountResponse
3004
3054
  */
3005
3055
  getAccount(request: $_model.GetAccountRequest): Promise<$_model.GetAccountResponse>;
3056
+ /**
3057
+ * Retrieves the details of an API key.
3058
+ *
3059
+ * @remarks
3060
+ * Retrieves the details of an API key.
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
+ * Retrieves the details of an API key.
3069
+ *
3070
+ * @remarks
3071
+ * Retrieves the details of an API key.
3072
+ *
3073
+ * @param request - GetApiKeyRequest
3074
+ * @returns GetApiKeyResponse
3075
+ */
3076
+ getApiKey(request: $_model.GetApiKeyRequest): Promise<$_model.GetApiKeyResponse>;
3006
3077
  /**
3007
3078
  * Retrieves the database schema of a Supabase branch.
3008
3079
  *
@@ -3040,10 +3111,10 @@ export default class Client extends OpenApi {
3040
3111
  */
3041
3112
  getGraphRAGJob(request: $_model.GetGraphRAGJobRequest): Promise<$_model.GetGraphRAGJobResponse>;
3042
3113
  /**
3043
- * 获取SaaS服务信息
3114
+ * Retrieves SaaS service information.
3044
3115
  *
3045
3116
  * @remarks
3046
- * 删除模型服务。
3117
+ * Deletes a model service.
3047
3118
  *
3048
3119
  * @param request - GetSaasServiceRequest
3049
3120
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3051,10 +3122,10 @@ export default class Client extends OpenApi {
3051
3122
  */
3052
3123
  getSaasServiceWithOptions(request: $_model.GetSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSaasServiceResponse>;
3053
3124
  /**
3054
- * 获取SaaS服务信息
3125
+ * Retrieves SaaS service information.
3055
3126
  *
3056
3127
  * @remarks
3057
- * 删除模型服务。
3128
+ * Deletes a model service.
3058
3129
  *
3059
3130
  * @param request - GetSaasServiceRequest
3060
3131
  * @returns GetSaasServiceResponse
@@ -3076,13 +3147,13 @@ export default class Client extends OpenApi {
3076
3147
  */
3077
3148
  getSecretValue(request: $_model.GetSecretValueRequest): Promise<$_model.GetSecretValueResponse>;
3078
3149
  /**
3079
- * 获取SaaS服务访问信息
3150
+ * Retrieves access information for a SaaS service.
3080
3151
  *
3081
3152
  * @remarks
3082
- * ## 使用说明
3083
- * 本接口用于查看所有模型服务信息。
3084
- * ## QPS限制
3085
- * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
3153
+ * ## Operation description
3154
+ * This operation is used to query information about all model services.
3155
+ * ## QPS limit
3156
+ * The default single-user QPS limit for this operation is 1,000 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this operation as needed.
3086
3157
  *
3087
3158
  * @param request - GetServiceAccessInfoRequest
3088
3159
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3090,20 +3161,20 @@ export default class Client extends OpenApi {
3090
3161
  */
3091
3162
  getServiceAccessInfoWithOptions(request: $_model.GetServiceAccessInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceAccessInfoResponse>;
3092
3163
  /**
3093
- * 获取SaaS服务访问信息
3164
+ * Retrieves access information for a SaaS service.
3094
3165
  *
3095
3166
  * @remarks
3096
- * ## 使用说明
3097
- * 本接口用于查看所有模型服务信息。
3098
- * ## QPS限制
3099
- * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
3167
+ * ## Operation description
3168
+ * This operation is used to query information about all model services.
3169
+ * ## QPS limit
3170
+ * The default single-user QPS limit for this operation is 1,000 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this operation as needed.
3100
3171
  *
3101
3172
  * @param request - GetServiceAccessInfoRequest
3102
3173
  * @returns GetServiceAccessInfoResponse
3103
3174
  */
3104
3175
  getServiceAccessInfo(request: $_model.GetServiceAccessInfoRequest): Promise<$_model.GetServiceAccessInfoResponse>;
3105
3176
  /**
3106
- * Get Asynchronous SQL Execution Result
3177
+ * Retrieves the result of an asynchronous SQL execution.
3107
3178
  *
3108
3179
  * @param request - GetStatementResultRequest
3109
3180
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3111,7 +3182,7 @@ export default class Client extends OpenApi {
3111
3182
  */
3112
3183
  getStatementResultWithOptions(request: $_model.GetStatementResultRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetStatementResultResponse>;
3113
3184
  /**
3114
- * Get Asynchronous SQL Execution Result
3185
+ * Retrieves the result of an asynchronous SQL execution.
3115
3186
  *
3116
3187
  * @param request - GetStatementResultRequest
3117
3188
  * @returns GetStatementResultResponse
@@ -3181,12 +3252,12 @@ export default class Client extends OpenApi {
3181
3252
  */
3182
3253
  getSupabaseProjectDashboardAccount(request: $_model.GetSupabaseProjectDashboardAccountRequest): Promise<$_model.GetSupabaseProjectDashboardAccountResponse>;
3183
3254
  /**
3184
- * 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.
3185
3256
  *
3186
3257
  * @remarks
3187
- * 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.
3188
- * > Suggestions
3189
- * * 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.
3190
3261
  *
3191
3262
  * @param request - GetUploadDocumentJobRequest
3192
3263
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3194,12 +3265,12 @@ export default class Client extends OpenApi {
3194
3265
  */
3195
3266
  getUploadDocumentJobWithOptions(request: $_model.GetUploadDocumentJobRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetUploadDocumentJobResponse>;
3196
3267
  /**
3197
- * 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.
3198
3269
  *
3199
3270
  * @remarks
3200
- * 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.
3201
- * > Suggestions
3202
- * * 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.
3203
3274
  *
3204
3275
  * @param request - GetUploadDocumentJobRequest
3205
3276
  * @returns GetUploadDocumentJobResponse
@@ -3228,6 +3299,29 @@ export default class Client extends OpenApi {
3228
3299
  * @returns GetUpsertCollectionDataJobResponse
3229
3300
  */
3230
3301
  getUpsertCollectionDataJob(request: $_model.GetUpsertCollectionDataJobRequest): Promise<$_model.GetUpsertCollectionDataJobResponse>;
3302
+ /**
3303
+ * Queries a SaaS workspace.
3304
+ *
3305
+ * @remarks
3306
+ * ## Operation description
3307
+ * This operation is used to query information about a specified workspace.
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
+ * Queries a SaaS workspace.
3316
+ *
3317
+ * @remarks
3318
+ * ## Operation description
3319
+ * This operation is used to query information about a specified workspace.
3320
+ *
3321
+ * @param request - GetWorkspaceRequest
3322
+ * @returns GetWorkspaceResponse
3323
+ */
3324
+ getWorkspace(request: $_model.GetWorkspaceRequest): Promise<$_model.GetWorkspaceResponse>;
3231
3325
  /**
3232
3326
  * Grants vector collection permissions to a namespace.
3233
3327
  *
@@ -3274,10 +3368,10 @@ export default class Client extends OpenApi {
3274
3368
  */
3275
3369
  initVectorDatabase(request: $_model.InitVectorDatabaseRequest): Promise<$_model.InitVectorDatabaseResponse>;
3276
3370
  /**
3277
- * Queries a list of AINode resource pools.
3371
+ * Queries the list of AI nodes.
3278
3372
  *
3279
3373
  * @remarks
3280
- * - This operation lists the AINode resource pools for the specified instance.
3374
+ * - This operation is used to query the list of AI nodes.
3281
3375
  *
3282
3376
  * @param request - ListAINodePoolsRequest
3283
3377
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3285,17 +3379,17 @@ export default class Client extends OpenApi {
3285
3379
  */
3286
3380
  listAINodePoolsWithOptions(request: $_model.ListAINodePoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAINodePoolsResponse>;
3287
3381
  /**
3288
- * Queries a list of AINode resource pools.
3382
+ * Queries the list of AI nodes.
3289
3383
  *
3290
3384
  * @remarks
3291
- * - This operation lists the AINode resource pools for the specified instance.
3385
+ * - This operation is used to query the list of AI nodes.
3292
3386
  *
3293
3387
  * @param request - ListAINodePoolsRequest
3294
3388
  * @returns ListAINodePoolsResponse
3295
3389
  */
3296
3390
  listAINodePools(request: $_model.ListAINodePoolsRequest): Promise<$_model.ListAINodePoolsResponse>;
3297
3391
  /**
3298
- * Lists AI services.
3392
+ * Retrieves the list of AI services.
3299
3393
  *
3300
3394
  * @param request - ListAIServicesRequest
3301
3395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3303,12 +3397,33 @@ export default class Client extends OpenApi {
3303
3397
  */
3304
3398
  listAIServicesWithOptions(request: $_model.ListAIServicesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAIServicesResponse>;
3305
3399
  /**
3306
- * Lists AI services.
3400
+ * Retrieves the list of AI services.
3307
3401
  *
3308
3402
  * @param request - ListAIServicesRequest
3309
3403
  * @returns ListAIServicesResponse
3310
3404
  */
3311
3405
  listAIServices(request: $_model.ListAIServicesRequest): Promise<$_model.ListAIServicesResponse>;
3406
+ /**
3407
+ * Queries a list of API keys.
3408
+ *
3409
+ * @remarks
3410
+ * Queries a list of API keys.
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
+ * Queries a list of API keys.
3419
+ *
3420
+ * @remarks
3421
+ * Queries a list of API keys.
3422
+ *
3423
+ * @param request - ListApiKeysRequest
3424
+ * @returns ListApiKeysResponse
3425
+ */
3426
+ listApiKeys(request: $_model.ListApiKeysRequest): Promise<$_model.ListApiKeysResponse>;
3312
3427
  /**
3313
3428
  * Queries a list of backup jobs.
3314
3429
  *
@@ -3325,10 +3440,10 @@ export default class Client extends OpenApi {
3325
3440
  */
3326
3441
  listBackupJobs(request: $_model.ListBackupJobsRequest): Promise<$_model.ListBackupJobsResponse>;
3327
3442
  /**
3328
- * Query the branch list of a Supabase project.
3443
+ * Queries the branch list of a Supabase project.
3329
3444
  *
3330
3445
  * @remarks
3331
- * 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.
3332
3447
  *
3333
3448
  * @param request - ListBranchesRequest
3334
3449
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3336,17 +3451,17 @@ export default class Client extends OpenApi {
3336
3451
  */
3337
3452
  listBranchesWithOptions(request: $_model.ListBranchesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBranchesResponse>;
3338
3453
  /**
3339
- * Query the branch list of a Supabase project.
3454
+ * Queries the branch list of a Supabase project.
3340
3455
  *
3341
3456
  * @remarks
3342
- * 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.
3343
3458
  *
3344
3459
  * @param request - ListBranchesRequest
3345
3460
  * @returns ListBranchesResponse
3346
3461
  */
3347
3462
  listBranches(request: $_model.ListBranchesRequest): Promise<$_model.ListBranchesResponse>;
3348
3463
  /**
3349
- * Get document chunk details
3464
+ * Retrieves the details of document chunks.
3350
3465
  *
3351
3466
  * @param request - ListChunksRequest
3352
3467
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3354,7 +3469,7 @@ export default class Client extends OpenApi {
3354
3469
  */
3355
3470
  listChunksWithOptions(request: $_model.ListChunksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListChunksResponse>;
3356
3471
  /**
3357
- * Get document chunk details
3472
+ * Retrieves the details of document chunks.
3358
3473
  *
3359
3474
  * @param request - ListChunksRequest
3360
3475
  * @returns ListChunksResponse
@@ -3511,7 +3626,7 @@ export default class Client extends OpenApi {
3511
3626
  */
3512
3627
  listInstanceExtensions(request: $_model.ListInstanceExtensionsRequest): Promise<$_model.ListInstanceExtensionsResponse>;
3513
3628
  /**
3514
- * 获取模型算子 API KEY 列表
3629
+ * Retrieves the list of API keys for model operators.
3515
3630
  *
3516
3631
  * @param request - ListModelOperatorApiKeysRequest
3517
3632
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3519,14 +3634,14 @@ export default class Client extends OpenApi {
3519
3634
  */
3520
3635
  listModelOperatorApiKeysWithOptions(request: $_model.ListModelOperatorApiKeysRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelOperatorApiKeysResponse>;
3521
3636
  /**
3522
- * 获取模型算子 API KEY 列表
3637
+ * Retrieves the list of API keys for model operators.
3523
3638
  *
3524
3639
  * @param request - ListModelOperatorApiKeysRequest
3525
3640
  * @returns ListModelOperatorApiKeysResponse
3526
3641
  */
3527
3642
  listModelOperatorApiKeys(request: $_model.ListModelOperatorApiKeysRequest): Promise<$_model.ListModelOperatorApiKeysResponse>;
3528
3643
  /**
3529
- * 获取模型服务列表
3644
+ * Retrieves a list of model services.
3530
3645
  *
3531
3646
  * @param request - ListModelOperatorServicesRequest
3532
3647
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3534,7 +3649,7 @@ export default class Client extends OpenApi {
3534
3649
  */
3535
3650
  listModelOperatorServicesWithOptions(request: $_model.ListModelOperatorServicesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListModelOperatorServicesResponse>;
3536
3651
  /**
3537
- * 获取模型服务列表
3652
+ * Retrieves a list of model services.
3538
3653
  *
3539
3654
  * @param request - ListModelOperatorServicesRequest
3540
3655
  * @returns ListModelOperatorServicesResponse
@@ -3598,11 +3713,11 @@ export default class Client extends OpenApi {
3598
3713
  */
3599
3714
  listRemoteADBDataSources(request: $_model.ListRemoteADBDataSourcesRequest): Promise<$_model.ListRemoteADBDataSourcesResponse>;
3600
3715
  /**
3601
- * Query SaaS Service List
3716
+ * Queries the list of SaaS services.
3602
3717
  *
3603
3718
  * @remarks
3604
- * ## Usage Notes
3605
- * This API operation is used to view information about all SaaS services.
3719
+ * ## Usage notes
3720
+ * This operation is used to query information about all SaaS services.
3606
3721
  *
3607
3722
  * @param request - ListSaasServiceRequest
3608
3723
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3610,11 +3725,11 @@ export default class Client extends OpenApi {
3610
3725
  */
3611
3726
  listSaasServiceWithOptions(request: $_model.ListSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSaasServiceResponse>;
3612
3727
  /**
3613
- * Query SaaS Service List
3728
+ * Queries the list of SaaS services.
3614
3729
  *
3615
3730
  * @remarks
3616
- * ## Usage Notes
3617
- * This API operation is used to view information about all SaaS services.
3731
+ * ## Usage notes
3732
+ * This operation is used to query information about all SaaS services.
3618
3733
  *
3619
3734
  * @param request - ListSaasServiceRequest
3620
3735
  * @returns ListSaasServiceResponse
@@ -3711,10 +3826,10 @@ export default class Client extends OpenApi {
3711
3826
  */
3712
3827
  listStreamingJobs(request: $_model.ListStreamingJobsRequest): Promise<$_model.ListStreamingJobsResponse>;
3713
3828
  /**
3714
- * Lists the tags of Supabase instances.
3829
+ * Queries the tags of a Supabase instance.
3715
3830
  *
3716
3831
  * @remarks
3717
- * - This operation queries the tags of Supabase instances.
3832
+ * - This operation queries the tag list of Supabase instances.
3718
3833
  *
3719
3834
  * @param request - ListSupabaseProjectTagsRequest
3720
3835
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3722,10 +3837,10 @@ export default class Client extends OpenApi {
3722
3837
  */
3723
3838
  listSupabaseProjectTagsWithOptions(request: $_model.ListSupabaseProjectTagsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSupabaseProjectTagsResponse>;
3724
3839
  /**
3725
- * Lists the tags of Supabase instances.
3840
+ * Queries the tags of a Supabase instance.
3726
3841
  *
3727
3842
  * @remarks
3728
- * - This operation queries the tags of Supabase instances.
3843
+ * - This operation queries the tag list of Supabase instances.
3729
3844
  *
3730
3845
  * @param request - ListSupabaseProjectTagsRequest
3731
3846
  * @returns ListSupabaseProjectTagsResponse
@@ -3808,7 +3923,7 @@ export default class Client extends OpenApi {
3808
3923
  *
3809
3924
  * @remarks
3810
3925
  * ## Operation description
3811
- * This operation is used to query information about all workspaces.
3926
+ * This operation is used to view information about all workspaces.
3812
3927
  *
3813
3928
  * @param request - ListWorkspacesRequest
3814
3929
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3820,14 +3935,14 @@ export default class Client extends OpenApi {
3820
3935
  *
3821
3936
  * @remarks
3822
3937
  * ## Operation description
3823
- * This operation is used to query information about all workspaces.
3938
+ * This operation is used to view information about all workspaces.
3824
3939
  *
3825
3940
  * @param request - ListWorkspacesRequest
3826
3941
  * @returns ListWorkspacesResponse
3827
3942
  */
3828
3943
  listWorkspaces(request: $_model.ListWorkspacesRequest): Promise<$_model.ListWorkspacesResponse>;
3829
3944
  /**
3830
- * Modifies the IP address whitelist for an AI service.
3945
+ * Modifies the whitelist of an AI service.
3831
3946
  *
3832
3947
  * @param request - ModifyAIServiceSecurityIpsRequest
3833
3948
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3835,7 +3950,7 @@ export default class Client extends OpenApi {
3835
3950
  */
3836
3951
  modifyAIServiceSecurityIpsWithOptions(request: $_model.ModifyAIServiceSecurityIpsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAIServiceSecurityIpsResponse>;
3837
3952
  /**
3838
- * Modifies the IP address whitelist for an AI service.
3953
+ * Modifies the whitelist of an AI service.
3839
3954
  *
3840
3955
  * @param request - ModifyAIServiceSecurityIpsRequest
3841
3956
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -3917,7 +4032,7 @@ export default class Client extends OpenApi {
3917
4032
  */
3918
4033
  modifyDBInstanceConnectionString(request: $_model.ModifyDBInstanceConnectionStringRequest): Promise<$_model.ModifyDBInstanceConnectionStringResponse>;
3919
4034
  /**
3920
- * Changes the development mode of an instance.
4035
+ * Modifies the deployment mode of an instance.
3921
4036
  *
3922
4037
  * @param request - ModifyDBInstanceDeploymentModeRequest
3923
4038
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3925,7 +4040,7 @@ export default class Client extends OpenApi {
3925
4040
  */
3926
4041
  modifyDBInstanceDeploymentModeWithOptions(request: $_model.ModifyDBInstanceDeploymentModeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyDBInstanceDeploymentModeResponse>;
3927
4042
  /**
3928
- * Changes the development mode of an instance.
4043
+ * Modifies the deployment mode of an instance.
3929
4044
  *
3930
4045
  * @param request - ModifyDBInstanceDeploymentModeRequest
3931
4046
  * @returns ModifyDBInstanceDeploymentModeResponse
@@ -4276,10 +4391,10 @@ export default class Client extends OpenApi {
4276
4391
  */
4277
4392
  modifyStreamingJob(request: $_model.ModifyStreamingJobRequest): Promise<$_model.ModifyStreamingJobResponse>;
4278
4393
  /**
4279
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
4394
+ * Modifies the automatic start and stop policy for a Supabase instance.
4280
4395
  *
4281
4396
  * @remarks
4282
- * - This operation applies only to ADBPG Supabase instances.
4397
+ * - Only ADBPG Supabase instances are supported.
4283
4398
  *
4284
4399
  * @param request - ModifySupabaseAutoScalePolicyRequest
4285
4400
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4287,20 +4402,20 @@ export default class Client extends OpenApi {
4287
4402
  */
4288
4403
  modifySupabaseAutoScalePolicyWithOptions(request: $_model.ModifySupabaseAutoScalePolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
4289
4404
  /**
4290
- * Modifies the auto-scaling policy of an ADBPG Supabase instance.
4405
+ * Modifies the automatic start and stop policy for a Supabase instance.
4291
4406
  *
4292
4407
  * @remarks
4293
- * - This operation applies only to ADBPG Supabase instances.
4408
+ * - Only ADBPG Supabase instances are supported.
4294
4409
  *
4295
4410
  * @param request - ModifySupabaseAutoScalePolicyRequest
4296
4411
  * @returns ModifySupabaseAutoScalePolicyResponse
4297
4412
  */
4298
4413
  modifySupabaseAutoScalePolicy(request: $_model.ModifySupabaseAutoScalePolicyRequest): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
4299
4414
  /**
4300
- * Change the Supabase project description
4415
+ * Modifies the description of a Supabase project.
4301
4416
  *
4302
4417
  * @remarks
4303
- * *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**.。
4304
4419
  *
4305
4420
  * @param request - ModifySupabaseProjectDescriptionRequest
4306
4421
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4308,20 +4423,20 @@ export default class Client extends OpenApi {
4308
4423
  */
4309
4424
  modifySupabaseProjectDescriptionWithOptions(request: $_model.ModifySupabaseProjectDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
4310
4425
  /**
4311
- * Change the Supabase project description
4426
+ * Modifies the description of a Supabase project.
4312
4427
  *
4313
4428
  * @remarks
4314
- * *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**.。
4315
4430
  *
4316
4431
  * @param request - ModifySupabaseProjectDescriptionRequest
4317
4432
  * @returns ModifySupabaseProjectDescriptionResponse
4318
4433
  */
4319
4434
  modifySupabaseProjectDescription(request: $_model.ModifySupabaseProjectDescriptionRequest): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
4320
4435
  /**
4321
- * 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).
4322
4437
  *
4323
4438
  * @remarks
4324
- * *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**.
4325
4440
  *
4326
4441
  * @param request - ModifySupabaseProjectResourceRequest
4327
4442
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4329,10 +4444,10 @@ export default class Client extends OpenApi {
4329
4444
  */
4330
4445
  modifySupabaseProjectResourceWithOptions(request: $_model.ModifySupabaseProjectResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectResourceResponse>;
4331
4446
  /**
4332
- * 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).
4333
4448
  *
4334
4449
  * @remarks
4335
- * *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**.
4336
4451
  *
4337
4452
  * @param request - ModifySupabaseProjectResourceRequest
4338
4453
  * @returns ModifySupabaseProjectResourceResponse
@@ -4419,10 +4534,10 @@ export default class Client extends OpenApi {
4419
4534
  */
4420
4535
  pauseInstance(request: $_model.PauseInstanceRequest): Promise<$_model.PauseInstanceResponse>;
4421
4536
  /**
4422
- * 暂停SaaS服务
4537
+ * Pauses a SaaS service.
4423
4538
  *
4424
4539
  * @remarks
4425
- * 删除模型服务。
4540
+ * Deletes a model service.
4426
4541
  *
4427
4542
  * @param request - PauseSaasServiceRequest
4428
4543
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4430,10 +4545,10 @@ export default class Client extends OpenApi {
4430
4545
  */
4431
4546
  pauseSaasServiceWithOptions(request: $_model.PauseSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PauseSaasServiceResponse>;
4432
4547
  /**
4433
- * 暂停SaaS服务
4548
+ * Pauses a SaaS service.
4434
4549
  *
4435
4550
  * @remarks
4436
- * 删除模型服务。
4551
+ * Deletes a model service.
4437
4552
  *
4438
4553
  * @param request - PauseSaasServiceRequest
4439
4554
  * @returns PauseSaasServiceResponse
@@ -4443,7 +4558,7 @@ export default class Client extends OpenApi {
4443
4558
  * Pauses a Supabase instance.
4444
4559
  *
4445
4560
  * @remarks
4446
- * This operation pauses a Supabase instance.
4561
+ * Pauses a Supabase instance.
4447
4562
  *
4448
4563
  * @param request - PauseSupabaseProjectRequest
4449
4564
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4454,7 +4569,7 @@ export default class Client extends OpenApi {
4454
4569
  * Pauses a Supabase instance.
4455
4570
  *
4456
4571
  * @remarks
4457
- * This operation pauses a Supabase instance.
4572
+ * Pauses a Supabase instance.
4458
4573
  *
4459
4574
  * @param request - PauseSupabaseProjectRequest
4460
4575
  * @returns PauseSupabaseProjectResponse
@@ -4492,7 +4607,7 @@ export default class Client extends OpenApi {
4492
4607
  queryContent(request: $_model.QueryContentRequest): Promise<$_model.QueryContentResponse>;
4493
4608
  queryContentAdvance(request: $_model.QueryContentAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryContentResponse>;
4494
4609
  /**
4495
- * 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.
4496
4611
  *
4497
4612
  * @param tmpReq - QueryKnowledgeBasesContentRequest
4498
4613
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4500,7 +4615,7 @@ export default class Client extends OpenApi {
4500
4615
  */
4501
4616
  queryKnowledgeBasesContentWithOptions(tmpReq: $_model.QueryKnowledgeBasesContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryKnowledgeBasesContentResponse>;
4502
4617
  /**
4503
- * 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.
4504
4619
  *
4505
4620
  * @param request - QueryKnowledgeBasesContentRequest
4506
4621
  * @returns QueryKnowledgeBasesContentResponse
@@ -4694,7 +4809,7 @@ export default class Client extends OpenApi {
4694
4809
  * Restores a Supabase project from a snapshot.
4695
4810
  *
4696
4811
  * @remarks
4697
- * 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.
4698
4813
  *
4699
4814
  * @param request - RestoreSnapshotRequest
4700
4815
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4705,7 +4820,7 @@ export default class Client extends OpenApi {
4705
4820
  * Restores a Supabase project from a snapshot.
4706
4821
  *
4707
4822
  * @remarks
4708
- * 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.
4709
4824
  *
4710
4825
  * @param request - RestoreSnapshotRequest
4711
4826
  * @returns RestoreSnapshotResponse
@@ -4756,10 +4871,10 @@ export default class Client extends OpenApi {
4756
4871
  */
4757
4872
  resumeInstance(request: $_model.ResumeInstanceRequest): Promise<$_model.ResumeInstanceResponse>;
4758
4873
  /**
4759
- * 恢复SaaS服务
4874
+ * Resumes a SaaS service.
4760
4875
  *
4761
4876
  * @remarks
4762
- * 删除模型服务。
4877
+ * Deletes a model service.
4763
4878
  *
4764
4879
  * @param request - ResumeSaasServiceRequest
4765
4880
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4767,10 +4882,10 @@ export default class Client extends OpenApi {
4767
4882
  */
4768
4883
  resumeSaasServiceWithOptions(request: $_model.ResumeSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeSaasServiceResponse>;
4769
4884
  /**
4770
- * 恢复SaaS服务
4885
+ * Resumes a SaaS service.
4771
4886
  *
4772
4887
  * @remarks
4773
- * 删除模型服务。
4888
+ * Deletes a model service.
4774
4889
  *
4775
4890
  * @param request - ResumeSaasServiceRequest
4776
4891
  * @returns ResumeSaasServiceResponse
@@ -4780,7 +4895,7 @@ export default class Client extends OpenApi {
4780
4895
  * Resumes a Supabase instance.
4781
4896
  *
4782
4897
  * @remarks
4783
- * This operation retrieves details about a Supabase instance.
4898
+ * Queries the details of a Supabase instance.
4784
4899
  *
4785
4900
  * @param request - ResumeSupabaseProjectRequest
4786
4901
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4791,7 +4906,7 @@ export default class Client extends OpenApi {
4791
4906
  * Resumes a Supabase instance.
4792
4907
  *
4793
4908
  * @remarks
4794
- * This operation retrieves details about a Supabase instance.
4909
+ * Queries the details of a Supabase instance.
4795
4910
  *
4796
4911
  * @param request - ResumeSupabaseProjectRequest
4797
4912
  * @returns ResumeSupabaseProjectResponse
@@ -4901,10 +5016,10 @@ export default class Client extends OpenApi {
4901
5016
  */
4902
5017
  tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
4903
5018
  /**
4904
- * Adds tags to Supabase project instances.
5019
+ * Tags a Supabase project.
4905
5020
  *
4906
5021
  * @remarks
4907
- * 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.
4908
5023
  *
4909
5024
  * @param request - TagSupabaseProjectRequest
4910
5025
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4912,17 +5027,17 @@ export default class Client extends OpenApi {
4912
5027
  */
4913
5028
  tagSupabaseProjectWithOptions(request: $_model.TagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagSupabaseProjectResponse>;
4914
5029
  /**
4915
- * Adds tags to Supabase project instances.
5030
+ * Tags a Supabase project.
4916
5031
  *
4917
5032
  * @remarks
4918
- * 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.
4919
5034
  *
4920
5035
  * @param request - TagSupabaseProjectRequest
4921
5036
  * @returns TagSupabaseProjectResponse
4922
5037
  */
4923
5038
  tagSupabaseProject(request: $_model.TagSupabaseProjectRequest): Promise<$_model.TagSupabaseProjectResponse>;
4924
5039
  /**
4925
- * Generates text embeddings using an embedding model.
5040
+ * Vectorizes text documents by using a model.
4926
5041
  *
4927
5042
  * @param tmpReq - TextEmbeddingRequest
4928
5043
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4930,7 +5045,7 @@ export default class Client extends OpenApi {
4930
5045
  */
4931
5046
  textEmbeddingWithOptions(tmpReq: $_model.TextEmbeddingRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TextEmbeddingResponse>;
4932
5047
  /**
4933
- * Generates text embeddings using an embedding model.
5048
+ * Vectorizes text documents by using a model.
4934
5049
  *
4935
5050
  * @param request - TextEmbeddingRequest
4936
5051
  * @returns TextEmbeddingResponse
@@ -4992,10 +5107,10 @@ export default class Client extends OpenApi {
4992
5107
  */
4993
5108
  untagResources(request: $_model.UntagResourcesRequest): Promise<$_model.UntagResourcesResponse>;
4994
5109
  /**
4995
- * Removes tags from one or more Supabase instances.
5110
+ * Unbinds tags from a Supabase instance.
4996
5111
  *
4997
5112
  * @remarks
4998
- * This operation removes one or more specified tags from Supabase instances.
5113
+ * Queries the details of a Supabase instance.
4999
5114
  *
5000
5115
  * @param request - UntagSupabaseProjectRequest
5001
5116
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5003,10 +5118,10 @@ export default class Client extends OpenApi {
5003
5118
  */
5004
5119
  untagSupabaseProjectWithOptions(request: $_model.UntagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagSupabaseProjectResponse>;
5005
5120
  /**
5006
- * Removes tags from one or more Supabase instances.
5121
+ * Unbinds tags from a Supabase instance.
5007
5122
  *
5008
5123
  * @remarks
5009
- * This operation removes one or more specified tags from Supabase instances.
5124
+ * Queries the details of a Supabase instance.
5010
5125
  *
5011
5126
  * @param request - UntagSupabaseProjectRequest
5012
5127
  * @returns UntagSupabaseProjectResponse
@@ -5077,8 +5192,8 @@ export default class Client extends OpenApi {
5077
5192
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
5078
5193
  *
5079
5194
  * @remarks
5080
- * This operation does not support modifying instances in storage-reserved mode.
5081
- * 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.
5082
5197
  *
5083
5198
  * @param request - UpgradeDBInstanceRequest
5084
5199
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5089,8 +5204,8 @@ export default class Client extends OpenApi {
5089
5204
  * Changes the specifications of an AnalyticDB for PostgreSQL instance.
5090
5205
  *
5091
5206
  * @remarks
5092
- * This operation does not support modifying instances in storage-reserved mode.
5093
- * 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.
5094
5209
  *
5095
5210
  * @param request - UpgradeDBInstanceRequest
5096
5211
  * @returns UpgradeDBInstanceResponse
@@ -5127,17 +5242,16 @@ export default class Client extends OpenApi {
5127
5242
  */
5128
5243
  upgradeExtensions(request: $_model.UpgradeExtensionsRequest): Promise<$_model.UpgradeExtensionsResponse>;
5129
5244
  /**
5130
- * Asynchronous Document Upload
5245
+ * Asynchronously uploads a document.
5131
5246
  *
5132
5247
  * @remarks
5133
- * 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.
5134
5249
  * Related operations:
5135
- * * You can call the GetUploadDocumentJob operation to query the progress and result of a document upload job.
5136
- * * You can call the CancelUploadDocumentJob operation to cancel a document upload job.
5137
- * >
5138
- * * 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.
5139
- * * A text document can be split into up to 100,000 chunks.
5140
- * * 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.
5141
5255
  *
5142
5256
  * @param tmpReq - UploadDocumentAsyncRequest
5143
5257
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5145,17 +5259,16 @@ export default class Client extends OpenApi {
5145
5259
  */
5146
5260
  uploadDocumentAsyncWithOptions(tmpReq: $_model.UploadDocumentAsyncRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UploadDocumentAsyncResponse>;
5147
5261
  /**
5148
- * Asynchronous Document Upload
5262
+ * Asynchronously uploads a document.
5149
5263
  *
5150
5264
  * @remarks
5151
- * 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.
5152
5266
  * Related operations:
5153
- * * You can call the GetUploadDocumentJob operation to query the progress and result of a document upload job.
5154
- * * You can call the CancelUploadDocumentJob operation to cancel a document upload job.
5155
- * >
5156
- * * 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.
5157
- * * A text document can be split into up to 100,000 chunks.
5158
- * * 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.
5159
5272
  *
5160
5273
  * @param request - UploadDocumentAsyncRequest
5161
5274
  * @returns UploadDocumentAsyncResponse