@alicloud/gpdb20160503 3.4.1 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (579) hide show
  1. package/dist/client.d.ts +488 -194
  2. package/dist/client.js +904 -205
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ChatWithKnowledgeBaseRequest.d.ts +138 -84
  5. package/dist/models/ChatWithKnowledgeBaseRequest.js.map +1 -1
  6. package/dist/models/ChatWithKnowledgeBaseResponseBody.d.ts +62 -52
  7. package/dist/models/ChatWithKnowledgeBaseResponseBody.js.map +1 -1
  8. package/dist/models/ChatWithKnowledgeBaseShrinkRequest.d.ts +10 -7
  9. package/dist/models/ChatWithKnowledgeBaseShrinkRequest.js.map +1 -1
  10. package/dist/models/ChatWithKnowledgeBaseStreamRequest.d.ts +117 -87
  11. package/dist/models/ChatWithKnowledgeBaseStreamRequest.js.map +1 -1
  12. package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.d.ts +61 -51
  13. package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.js.map +1 -1
  14. package/dist/models/ChatWithKnowledgeBaseStreamShrinkRequest.d.ts +10 -7
  15. package/dist/models/ChatWithKnowledgeBaseStreamShrinkRequest.js.map +1 -1
  16. package/dist/models/CreateAiserviceRequest.d.ts +36 -0
  17. package/dist/models/CreateAiserviceRequest.js.map +1 -1
  18. package/dist/models/CreateAiserviceResponseBody.d.ts +6 -0
  19. package/dist/models/CreateAiserviceResponseBody.js.map +1 -1
  20. package/dist/models/CreateCollectionRequest.d.ts +159 -44
  21. package/dist/models/CreateCollectionRequest.js.map +1 -1
  22. package/dist/models/CreateCollectionResponseBody.d.ts +4 -3
  23. package/dist/models/CreateCollectionResponseBody.js.map +1 -1
  24. package/dist/models/CreateCollectionShrinkRequest.d.ts +100 -44
  25. package/dist/models/CreateCollectionShrinkRequest.js.map +1 -1
  26. package/dist/models/CreateDbinstancePlanRequest.d.ts +2 -2
  27. package/dist/models/CreateDbinstanceRequest.d.ts +207 -133
  28. package/dist/models/CreateDbinstanceRequest.js.map +1 -1
  29. package/dist/models/CreateDbinstanceResponseBody.d.ts +7 -7
  30. package/dist/models/CreateDbresourceGroupRequest.d.ts +1 -1
  31. package/dist/models/CreateDocumentCollectionRequest.d.ts +257 -64
  32. package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
  33. package/dist/models/CreateDocumentCollectionResponseBody.d.ts +5 -3
  34. package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
  35. package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +198 -64
  36. package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
  37. package/dist/models/CreateIndexRequest.d.ts +3 -0
  38. package/dist/models/CreateIndexRequest.js.map +1 -1
  39. package/dist/models/CreateJdbcdataSourceRequest.d.ts +3 -3
  40. package/dist/models/CreateModelServiceRequest.d.ts +20 -10
  41. package/dist/models/CreateModelServiceRequest.js.map +1 -1
  42. package/dist/models/CreateModelServiceResponseBody.d.ts +2 -2
  43. package/dist/models/CreateModelServiceShrinkRequest.d.ts +20 -10
  44. package/dist/models/CreateModelServiceShrinkRequest.js.map +1 -1
  45. package/dist/models/CreateNamespaceRequest.d.ts +1 -1
  46. package/dist/models/CreateNamespaceResponseBody.d.ts +1 -1
  47. package/dist/models/CreateSaasServiceRequest.d.ts +98 -0
  48. package/dist/models/CreateSaasServiceRequest.js +72 -0
  49. package/dist/models/CreateSaasServiceRequest.js.map +1 -0
  50. package/dist/models/CreateSaasServiceResponse.d.ts +19 -0
  51. package/dist/models/CreateSaasServiceResponse.js +69 -0
  52. package/dist/models/CreateSaasServiceResponse.js.map +1 -0
  53. package/dist/models/CreateSaasServiceResponseBody.d.ts +37 -0
  54. package/dist/models/CreateSaasServiceResponseBody.js +62 -0
  55. package/dist/models/CreateSaasServiceResponseBody.js.map +1 -0
  56. package/dist/models/CreateStreamingJobRequest.d.ts +1 -1
  57. package/dist/models/CreateStreamingJobShrinkRequest.d.ts +1 -1
  58. package/dist/models/CreateSupabaseProjectRequest.d.ts +57 -27
  59. package/dist/models/CreateSupabaseProjectRequest.js +2 -0
  60. package/dist/models/CreateSupabaseProjectRequest.js.map +1 -1
  61. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +8 -1
  62. package/dist/models/CreateSupabaseProjectResponseBody.js.map +1 -1
  63. package/dist/models/CreateVectorIndexRequest.d.ts +105 -29
  64. package/dist/models/CreateVectorIndexRequest.js.map +1 -1
  65. package/dist/models/CreateVectorIndexResponseBody.d.ts +7 -5
  66. package/dist/models/CreateVectorIndexResponseBody.js.map +1 -1
  67. package/dist/models/CreateWorkspaceRequest.d.ts +33 -0
  68. package/dist/models/CreateWorkspaceRequest.js +60 -0
  69. package/dist/models/CreateWorkspaceRequest.js.map +1 -0
  70. package/dist/models/CreateWorkspaceResponse.d.ts +19 -0
  71. package/dist/models/CreateWorkspaceResponse.js +69 -0
  72. package/dist/models/CreateWorkspaceResponse.js.map +1 -0
  73. package/dist/models/CreateWorkspaceResponseBody.d.ts +29 -0
  74. package/dist/models/CreateWorkspaceResponseBody.js +60 -0
  75. package/dist/models/CreateWorkspaceResponseBody.js.map +1 -0
  76. package/dist/models/DeleteAiserviceRequest.d.ts +8 -0
  77. package/dist/models/DeleteAiserviceRequest.js.map +1 -1
  78. package/dist/models/DeleteAiserviceResponseBody.d.ts +3 -0
  79. package/dist/models/DeleteAiserviceResponseBody.js.map +1 -1
  80. package/dist/models/DeleteChunksRequest.d.ts +21 -0
  81. package/dist/models/DeleteChunksRequest.js.map +1 -1
  82. package/dist/models/DeleteChunksResponseBody.d.ts +3 -0
  83. package/dist/models/DeleteChunksResponseBody.js.map +1 -1
  84. package/dist/models/DeleteChunksShrinkRequest.d.ts +21 -0
  85. package/dist/models/DeleteChunksShrinkRequest.js.map +1 -1
  86. package/dist/models/DeleteDatabaseRequest.d.ts +1 -1
  87. package/dist/models/DeleteDbinstanceRequest.d.ts +1 -1
  88. package/dist/models/DeleteHadoopDataSourceRequest.d.ts +5 -0
  89. package/dist/models/DeleteHadoopDataSourceRequest.js.map +1 -1
  90. package/dist/models/DeleteNamespaceRequest.d.ts +1 -1
  91. package/dist/models/DeleteNamespaceResponseBody.d.ts +1 -1
  92. package/dist/models/DeleteSaasServiceRequest.d.ts +31 -0
  93. package/dist/models/DeleteSaasServiceRequest.js +60 -0
  94. package/dist/models/DeleteSaasServiceRequest.js.map +1 -0
  95. package/dist/models/DeleteSaasServiceResponse.d.ts +19 -0
  96. package/dist/models/DeleteSaasServiceResponse.js +69 -0
  97. package/dist/models/DeleteSaasServiceResponse.js.map +1 -0
  98. package/dist/models/DeleteSaasServiceResponseBody.d.ts +29 -0
  99. package/dist/models/DeleteSaasServiceResponseBody.js +60 -0
  100. package/dist/models/DeleteSaasServiceResponseBody.js.map +1 -0
  101. package/dist/models/DeleteStreamingDataServiceRequest.d.ts +3 -0
  102. package/dist/models/DeleteStreamingDataServiceRequest.js.map +1 -1
  103. package/dist/models/DeleteStreamingDataSourceRequest.d.ts +5 -0
  104. package/dist/models/DeleteStreamingDataSourceRequest.js.map +1 -1
  105. package/dist/models/DeleteStreamingJobRequest.d.ts +5 -0
  106. package/dist/models/DeleteStreamingJobRequest.js.map +1 -1
  107. package/dist/models/DeleteVectorIndexRequest.d.ts +1 -1
  108. package/dist/models/DeleteVectorIndexResponseBody.d.ts +1 -1
  109. package/dist/models/DeleteWorkspaceRequest.d.ts +26 -0
  110. package/dist/models/DeleteWorkspaceRequest.js +60 -0
  111. package/dist/models/DeleteWorkspaceRequest.js.map +1 -0
  112. package/dist/models/DeleteWorkspaceResponse.d.ts +19 -0
  113. package/dist/models/DeleteWorkspaceResponse.js +69 -0
  114. package/dist/models/DeleteWorkspaceResponse.js.map +1 -0
  115. package/dist/models/DeleteWorkspaceResponseBody.d.ts +23 -0
  116. package/dist/models/DeleteWorkspaceResponseBody.js +60 -0
  117. package/dist/models/DeleteWorkspaceResponseBody.js.map +1 -0
  118. package/dist/models/DescribeActiveSqlrecordsResponseBody.d.ts +2 -2
  119. package/dist/models/DescribeAiserviceRequest.d.ts +8 -0
  120. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  121. package/dist/models/DescribeAiserviceResponseBody.d.ts +37 -0
  122. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  123. package/dist/models/DescribeAvailableResourcesRequest.d.ts +6 -5
  124. package/dist/models/DescribeAvailableResourcesRequest.js.map +1 -1
  125. package/dist/models/DescribeAvailableResourcesResponseBody.d.ts +30 -26
  126. package/dist/models/DescribeAvailableResourcesResponseBody.js.map +1 -1
  127. package/dist/models/DescribeCollectionRequest.d.ts +1 -1
  128. package/dist/models/DescribeCollectionResponseBody.d.ts +2 -2
  129. package/dist/models/DescribeDataSharePerformanceRequest.d.ts +10 -9
  130. package/dist/models/DescribeDataSharePerformanceRequest.js.map +1 -1
  131. package/dist/models/DescribeDataSharePerformanceResponseBody.d.ts +8 -8
  132. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +2 -2
  133. package/dist/models/DescribeDbinstanceDataSkewRequest.d.ts +2 -2
  134. package/dist/models/DescribeDbinstanceDiagnosisSummaryRequest.d.ts +1 -1
  135. package/dist/models/DescribeDbinstanceIndexUsageRequest.d.ts +2 -2
  136. package/dist/models/DescribeDbinstanceIparrayListRequest.d.ts +1 -1
  137. package/dist/models/DescribeDbinstanceNetInfoRequest.d.ts +1 -1
  138. package/dist/models/DescribeDbinstanceNetInfoResponseBody.d.ts +1 -1
  139. package/dist/models/DescribeDbinstancePerformanceRequest.d.ts +1 -1
  140. package/dist/models/DescribeDbinstancesRequest.d.ts +23 -20
  141. package/dist/models/DescribeDbinstancesRequest.js.map +1 -1
  142. package/dist/models/DescribeDbinstancesResponseBody.d.ts +6 -2
  143. package/dist/models/DescribeDbinstancesResponseBody.js.map +1 -1
  144. package/dist/models/DescribeDbinstancesShrinkRequest.d.ts +23 -20
  145. package/dist/models/DescribeDbinstancesShrinkRequest.js.map +1 -1
  146. package/dist/models/DescribeDbresourceGroupRequest.d.ts +2 -2
  147. package/dist/models/DescribeDbversionInfosRequest.d.ts +1 -1
  148. package/dist/models/DescribeDownloadRecordsRequest.d.ts +12 -1
  149. package/dist/models/DescribeDownloadRecordsRequest.js.map +1 -1
  150. package/dist/models/DescribeDownloadRecordsResponseBody.d.ts +10 -8
  151. package/dist/models/DescribeDownloadRecordsResponseBody.js.map +1 -1
  152. package/dist/models/DescribeExternalDataServiceRequest.d.ts +1 -1
  153. package/dist/models/DescribeExternalDataServiceResponseBody.d.ts +3 -3
  154. package/dist/models/DescribeHadoopConfigsResponseBody.d.ts +9 -1
  155. package/dist/models/DescribeHadoopConfigsResponseBody.js.map +1 -1
  156. package/dist/models/DescribeHadoopDataSourceResponseBody.d.ts +67 -8
  157. package/dist/models/DescribeHadoopDataSourceResponseBody.js.map +1 -1
  158. package/dist/models/DescribeJdbcdataSourceResponseBody.d.ts +5 -5
  159. package/dist/models/DescribeModelServiceResponseBody.d.ts +3 -0
  160. package/dist/models/DescribeModelServiceResponseBody.js.map +1 -1
  161. package/dist/models/DescribeModifyParameterLogRequest.d.ts +3 -3
  162. package/dist/models/DescribeModifyParameterLogResponseBody.d.ts +2 -2
  163. package/dist/models/DescribeNamespaceRequest.d.ts +1 -1
  164. package/dist/models/DescribeNamespaceResponseBody.d.ts +1 -1
  165. package/dist/models/DescribeParametersResponseBody.d.ts +1 -1
  166. package/dist/models/DescribeRdsVpcsRequest.d.ts +1 -1
  167. package/dist/models/DescribeRdsVswitchsRequest.d.ts +1 -1
  168. package/dist/models/DescribeRebalanceStatusRequest.d.ts +1 -1
  169. package/dist/models/DescribeRebalanceStatusResponseBody.d.ts +2 -2
  170. package/dist/models/DescribeRegionsRequest.d.ts +2 -2
  171. package/dist/models/DescribeRegionsResponseBody.d.ts +1 -1
  172. package/dist/models/DescribeSqllogCountRequest.d.ts +1 -1
  173. package/dist/models/DescribeSqllogsRequest.d.ts +1 -1
  174. package/dist/models/DescribeSqllogsV2request.d.ts +4 -4
  175. package/dist/models/DescribeSqllogsV2responseBody.d.ts +1 -1
  176. package/dist/models/DescribeTableRequest.d.ts +7 -0
  177. package/dist/models/DescribeTableRequest.js.map +1 -1
  178. package/dist/models/DescribeTagsRequest.d.ts +1 -1
  179. package/dist/models/DescribeUserEncryptionKeyListRequest.d.ts +2 -2
  180. package/dist/models/DescribeUserEncryptionKeyListResponseBody.d.ts +1 -1
  181. package/dist/models/DownloadDiagnosisRecordsRequest.d.ts +1 -1
  182. package/dist/models/EnableCollectionGraphRagrequest.d.ts +6 -0
  183. package/dist/models/EnableCollectionGraphRagrequest.js.map +1 -1
  184. package/dist/models/EnableCollectionGraphRagshrinkRequest.d.ts +6 -0
  185. package/dist/models/EnableCollectionGraphRagshrinkRequest.js.map +1 -1
  186. package/dist/models/ExecuteStatementRequest.d.ts +30 -0
  187. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  188. package/dist/models/ExecuteStatementShrinkRequest.d.ts +12 -0
  189. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  190. package/dist/models/GetSaasServiceRequest.d.ts +26 -0
  191. package/dist/models/GetSaasServiceRequest.js +60 -0
  192. package/dist/models/GetSaasServiceRequest.js.map +1 -0
  193. package/dist/models/GetSaasServiceResponse.d.ts +19 -0
  194. package/dist/models/GetSaasServiceResponse.js +69 -0
  195. package/dist/models/GetSaasServiceResponse.js.map +1 -0
  196. package/dist/models/GetSaasServiceResponseBody.d.ts +58 -0
  197. package/dist/models/GetSaasServiceResponseBody.js +74 -0
  198. package/dist/models/GetSaasServiceResponseBody.js.map +1 -0
  199. package/dist/models/GetServiceAccessInfoRequest.d.ts +26 -0
  200. package/dist/models/GetServiceAccessInfoRequest.js +60 -0
  201. package/dist/models/GetServiceAccessInfoRequest.js.map +1 -0
  202. package/dist/models/GetServiceAccessInfoResponse.d.ts +19 -0
  203. package/dist/models/GetServiceAccessInfoResponse.js +69 -0
  204. package/dist/models/GetServiceAccessInfoResponse.js.map +1 -0
  205. package/dist/models/GetServiceAccessInfoResponseBody.d.ts +28 -0
  206. package/dist/models/GetServiceAccessInfoResponseBody.js +62 -0
  207. package/dist/models/GetServiceAccessInfoResponseBody.js.map +1 -0
  208. package/dist/models/GetSupabaseProjectApiKeysRequest.d.ts +2 -2
  209. package/dist/models/GetSupabaseProjectApiKeysResponseBody.d.ts +3 -3
  210. package/dist/models/GetSupabaseProjectRequest.d.ts +3 -3
  211. package/dist/models/GetSupabaseProjectResponseBody.d.ts +61 -24
  212. package/dist/models/GetSupabaseProjectResponseBody.js.map +1 -1
  213. package/dist/models/ListAinodePoolsRequest.d.ts +2 -2
  214. package/dist/models/ListAinodePoolsResponseBody.d.ts +49 -36
  215. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  216. package/dist/models/ListAiservicesRequest.d.ts +20 -0
  217. package/dist/models/ListAiservicesRequest.js.map +1 -1
  218. package/dist/models/ListAiservicesResponseBody.d.ts +50 -0
  219. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  220. package/dist/models/ListChunksRequest.d.ts +50 -0
  221. package/dist/models/ListChunksRequest.js.map +1 -1
  222. package/dist/models/ListChunksResponseBody.d.ts +12 -0
  223. package/dist/models/ListChunksResponseBody.js.map +1 -1
  224. package/dist/models/ListDocumentCollectionsRequest.d.ts +7 -7
  225. package/dist/models/ListDocumentCollectionsResponseBody.d.ts +7 -6
  226. package/dist/models/ListDocumentCollectionsResponseBody.js.map +1 -1
  227. package/dist/models/ListExternalDataServicesResponseBody.d.ts +3 -3
  228. package/dist/models/ListExternalDataSourcesResponseBody.d.ts +1 -1
  229. package/dist/models/ListModelServicesResponseBody.d.ts +3 -0
  230. package/dist/models/ListModelServicesResponseBody.js.map +1 -1
  231. package/dist/models/ListNamespacesRequest.d.ts +1 -1
  232. package/dist/models/ListNamespacesResponseBody.d.ts +1 -1
  233. package/dist/models/ListSaasServiceRequest.d.ts +60 -0
  234. package/dist/models/ListSaasServiceRequest.js +66 -0
  235. package/dist/models/ListSaasServiceRequest.js.map +1 -0
  236. package/dist/models/ListSaasServiceResponse.d.ts +19 -0
  237. package/dist/models/ListSaasServiceResponse.js +69 -0
  238. package/dist/models/ListSaasServiceResponse.js.map +1 -0
  239. package/dist/models/ListSaasServiceResponseBody.d.ts +143 -0
  240. package/dist/models/ListSaasServiceResponseBody.js +104 -0
  241. package/dist/models/ListSaasServiceResponseBody.js.map +1 -0
  242. package/dist/models/ListSecretsRequest.d.ts +7 -0
  243. package/dist/models/ListSecretsRequest.js.map +1 -1
  244. package/dist/models/ListStreamingJobsResponseBody.d.ts +1 -1
  245. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +89 -0
  246. package/dist/models/ListSupabaseProjectTagsRequest.js +93 -0
  247. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -0
  248. package/dist/models/ListSupabaseProjectTagsResponse.d.ts +19 -0
  249. package/dist/models/ListSupabaseProjectTagsResponse.js +69 -0
  250. package/dist/models/ListSupabaseProjectTagsResponse.js.map +1 -0
  251. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +78 -0
  252. package/dist/models/ListSupabaseProjectTagsResponseBody.js +90 -0
  253. package/dist/models/ListSupabaseProjectTagsResponseBody.js.map +1 -0
  254. package/dist/models/ListSupabaseProjectsRequest.d.ts +11 -5
  255. package/dist/models/ListSupabaseProjectsRequest.js.map +1 -1
  256. package/dist/models/ListSupabaseProjectsResponseBody.d.ts +50 -28
  257. package/dist/models/ListSupabaseProjectsResponseBody.js.map +1 -1
  258. package/dist/models/ListWorkspacesRequest.d.ts +59 -0
  259. package/dist/models/ListWorkspacesRequest.js +66 -0
  260. package/dist/models/ListWorkspacesRequest.js.map +1 -0
  261. package/dist/models/ListWorkspacesResponse.d.ts +19 -0
  262. package/dist/models/ListWorkspacesResponse.js +69 -0
  263. package/dist/models/ListWorkspacesResponse.js.map +1 -0
  264. package/dist/models/ListWorkspacesResponseBody.d.ts +299 -0
  265. package/dist/models/ListWorkspacesResponseBody.js +194 -0
  266. package/dist/models/ListWorkspacesResponseBody.js.map +1 -0
  267. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +14 -0
  268. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  269. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +3 -0
  270. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.js.map +1 -1
  271. package/dist/models/ModifyBackupPolicyRequest.d.ts +1 -1
  272. package/dist/models/ModifyCollectionRequest.d.ts +18 -18
  273. package/dist/models/ModifyCollectionResponseBody.d.ts +8 -9
  274. package/dist/models/ModifyCollectionResponseBody.js.map +1 -1
  275. package/dist/models/ModifyDbinstanceDescriptionRequest.d.ts +1 -1
  276. package/dist/models/ModifyDbinstanceMaintainTimeRequest.d.ts +1 -1
  277. package/dist/models/ModifyDbinstancePayTypeResponseBody.d.ts +1 -1
  278. package/dist/models/ModifyDbresourceGroupRequest.d.ts +1 -1
  279. package/dist/models/ModifyHadoopDataSourceRequest.d.ts +55 -5
  280. package/dist/models/ModifyHadoopDataSourceRequest.js.map +1 -1
  281. package/dist/models/ModifyJdbcdataSourceRequest.d.ts +3 -3
  282. package/dist/models/ModifySecurityIpsRequest.d.ts +1 -1
  283. package/dist/models/ModifySqlcollectorPolicyRequest.d.ts +1 -1
  284. package/dist/models/ModifySqlcollectorPolicyResponseBody.d.ts +1 -1
  285. package/dist/models/ModifyStreamingDataServiceRequest.d.ts +5 -0
  286. package/dist/models/ModifyStreamingDataServiceRequest.js.map +1 -1
  287. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +11 -0
  288. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  289. package/dist/models/ModifySupabaseAutoScalePolicyResponseBody.d.ts +3 -0
  290. package/dist/models/ModifySupabaseAutoScalePolicyResponseBody.js.map +1 -1
  291. package/dist/models/ModifySupabaseProjectDescriptionRequest.d.ts +37 -0
  292. package/dist/models/ModifySupabaseProjectDescriptionRequest.js +62 -0
  293. package/dist/models/ModifySupabaseProjectDescriptionRequest.js.map +1 -0
  294. package/dist/models/ModifySupabaseProjectDescriptionResponse.d.ts +19 -0
  295. package/dist/models/ModifySupabaseProjectDescriptionResponse.js +69 -0
  296. package/dist/models/ModifySupabaseProjectDescriptionResponse.js.map +1 -0
  297. package/dist/models/ModifySupabaseProjectDescriptionResponseBody.d.ts +21 -0
  298. package/dist/models/ModifySupabaseProjectDescriptionResponseBody.js +58 -0
  299. package/dist/models/ModifySupabaseProjectDescriptionResponseBody.js.map +1 -0
  300. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +13 -0
  301. package/dist/models/ModifySupabaseProjectResourceRequest.js.map +1 -1
  302. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +9 -0
  303. package/dist/models/ModifySupabaseProjectResourceResponseBody.js.map +1 -1
  304. package/dist/models/ModifySupabaseProjectSecurityIpsRequest.d.ts +15 -6
  305. package/dist/models/ModifySupabaseProjectSecurityIpsRequest.js.map +1 -1
  306. package/dist/models/ModifySupabaseProjectSecurityIpsResponseBody.d.ts +1 -1
  307. package/dist/models/PauseSupabaseProjectRequest.d.ts +7 -0
  308. package/dist/models/PauseSupabaseProjectRequest.js.map +1 -1
  309. package/dist/models/PauseSupabaseProjectResponseBody.d.ts +3 -0
  310. package/dist/models/PauseSupabaseProjectResponseBody.js.map +1 -1
  311. package/dist/models/QueryCollectionDataRequest.d.ts +108 -68
  312. package/dist/models/QueryCollectionDataRequest.js.map +1 -1
  313. package/dist/models/QueryCollectionDataResponseBody.d.ts +12 -6
  314. package/dist/models/QueryCollectionDataResponseBody.js.map +1 -1
  315. package/dist/models/QueryCollectionDataShrinkRequest.d.ts +91 -61
  316. package/dist/models/QueryCollectionDataShrinkRequest.js.map +1 -1
  317. package/dist/models/QueryContentAdvanceRequest.d.ts +117 -76
  318. package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
  319. package/dist/models/QueryContentRequest.d.ts +117 -76
  320. package/dist/models/QueryContentRequest.js.map +1 -1
  321. package/dist/models/QueryContentResponseBody.d.ts +12 -10
  322. package/dist/models/QueryContentResponseBody.js.map +1 -1
  323. package/dist/models/QueryContentShrinkRequest.d.ts +109 -75
  324. package/dist/models/QueryContentShrinkRequest.js.map +1 -1
  325. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +137 -77
  326. package/dist/models/QueryKnowledgeBasesContentRequest.js.map +1 -1
  327. package/dist/models/QueryKnowledgeBasesContentResponseBody.d.ts +25 -12
  328. package/dist/models/QueryKnowledgeBasesContentResponseBody.js.map +1 -1
  329. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +21 -15
  330. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.js.map +1 -1
  331. package/dist/models/ReleaseInstancePublicConnectionRequest.d.ts +1 -1
  332. package/dist/models/RerankRequest.d.ts +3 -0
  333. package/dist/models/RerankRequest.js.map +1 -1
  334. package/dist/models/RerankShrinkRequest.d.ts +3 -0
  335. package/dist/models/RerankShrinkRequest.js.map +1 -1
  336. package/dist/models/ResumeSupabaseProjectRequest.d.ts +2 -0
  337. package/dist/models/ResumeSupabaseProjectRequest.js.map +1 -1
  338. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +3 -0
  339. package/dist/models/ResumeSupabaseProjectResponseBody.js.map +1 -1
  340. package/dist/models/SwitchDbinstanceNetTypeRequest.d.ts +3 -3
  341. package/dist/models/TagSupabaseProjectRequest.d.ts +67 -0
  342. package/dist/models/TagSupabaseProjectRequest.js +91 -0
  343. package/dist/models/TagSupabaseProjectRequest.js.map +1 -0
  344. package/dist/models/TagSupabaseProjectResponse.d.ts +19 -0
  345. package/dist/models/TagSupabaseProjectResponse.js +69 -0
  346. package/dist/models/TagSupabaseProjectResponse.js.map +1 -0
  347. package/dist/models/TagSupabaseProjectResponseBody.d.ts +21 -0
  348. package/dist/models/TagSupabaseProjectResponseBody.js +58 -0
  349. package/dist/models/TagSupabaseProjectResponseBody.js.map +1 -0
  350. package/dist/models/TextEmbeddingRequest.d.ts +4 -1
  351. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  352. package/dist/models/TextEmbeddingShrinkRequest.d.ts +4 -1
  353. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  354. package/dist/models/UntagSupabaseProjectRequest.d.ts +57 -0
  355. package/dist/models/UntagSupabaseProjectRequest.js +72 -0
  356. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -0
  357. package/dist/models/UntagSupabaseProjectResponse.d.ts +19 -0
  358. package/dist/models/UntagSupabaseProjectResponse.js +69 -0
  359. package/dist/models/UntagSupabaseProjectResponse.js.map +1 -0
  360. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +21 -0
  361. package/dist/models/UntagSupabaseProjectResponseBody.js +58 -0
  362. package/dist/models/UntagSupabaseProjectResponseBody.js.map +1 -0
  363. package/dist/models/UpgradeDbinstanceRequest.d.ts +69 -32
  364. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  365. package/dist/models/UpgradeDbversionResponseBody.d.ts +1 -1
  366. package/dist/models/UpsertChunksRequest.d.ts +1 -1
  367. package/dist/models/UpsertCollectionDataRequest.d.ts +2 -2
  368. package/dist/models/UpsertCollectionDataResponseBody.d.ts +1 -1
  369. package/dist/models/UpsertCollectionDataShrinkRequest.d.ts +1 -1
  370. package/dist/models/model.d.ts +44 -0
  371. package/dist/models/model.js +107 -18
  372. package/dist/models/model.js.map +1 -1
  373. package/package.json +1 -1
  374. package/src/client.ts +978 -209
  375. package/src/models/ChatWithKnowledgeBaseRequest.ts +141 -87
  376. package/src/models/ChatWithKnowledgeBaseResponseBody.ts +62 -52
  377. package/src/models/ChatWithKnowledgeBaseShrinkRequest.ts +10 -7
  378. package/src/models/ChatWithKnowledgeBaseStreamRequest.ts +120 -90
  379. package/src/models/ChatWithKnowledgeBaseStreamResponseBody.ts +61 -51
  380. package/src/models/ChatWithKnowledgeBaseStreamShrinkRequest.ts +10 -7
  381. package/src/models/CreateAiserviceRequest.ts +36 -0
  382. package/src/models/CreateAiserviceResponseBody.ts +6 -0
  383. package/src/models/CreateCollectionRequest.ts +161 -46
  384. package/src/models/CreateCollectionResponseBody.ts +4 -3
  385. package/src/models/CreateCollectionShrinkRequest.ts +102 -46
  386. package/src/models/CreateDbinstancePlanRequest.ts +2 -2
  387. package/src/models/CreateDbinstanceRequest.ts +215 -141
  388. package/src/models/CreateDbinstanceResponseBody.ts +7 -7
  389. package/src/models/CreateDbresourceGroupRequest.ts +1 -1
  390. package/src/models/CreateDocumentCollectionRequest.ts +259 -66
  391. package/src/models/CreateDocumentCollectionResponseBody.ts +5 -3
  392. package/src/models/CreateDocumentCollectionShrinkRequest.ts +200 -66
  393. package/src/models/CreateIndexRequest.ts +3 -0
  394. package/src/models/CreateJdbcdataSourceRequest.ts +3 -3
  395. package/src/models/CreateModelServiceRequest.ts +20 -10
  396. package/src/models/CreateModelServiceResponseBody.ts +2 -2
  397. package/src/models/CreateModelServiceShrinkRequest.ts +20 -10
  398. package/src/models/CreateNamespaceRequest.ts +1 -1
  399. package/src/models/CreateNamespaceResponseBody.ts +1 -1
  400. package/src/models/CreateSaasServiceRequest.ts +125 -0
  401. package/src/models/CreateSaasServiceResponse.ts +40 -0
  402. package/src/models/CreateSaasServiceResponseBody.ts +54 -0
  403. package/src/models/CreateStreamingJobRequest.ts +1 -1
  404. package/src/models/CreateStreamingJobShrinkRequest.ts +1 -1
  405. package/src/models/CreateSupabaseProjectRequest.ts +59 -27
  406. package/src/models/CreateSupabaseProjectResponseBody.ts +8 -1
  407. package/src/models/CreateVectorIndexRequest.ts +105 -29
  408. package/src/models/CreateVectorIndexResponseBody.ts +7 -5
  409. package/src/models/CreateWorkspaceRequest.ts +48 -0
  410. package/src/models/CreateWorkspaceResponse.ts +40 -0
  411. package/src/models/CreateWorkspaceResponseBody.ts +44 -0
  412. package/src/models/DeleteAiserviceRequest.ts +8 -0
  413. package/src/models/DeleteAiserviceResponseBody.ts +3 -0
  414. package/src/models/DeleteChunksRequest.ts +21 -0
  415. package/src/models/DeleteChunksResponseBody.ts +3 -0
  416. package/src/models/DeleteChunksShrinkRequest.ts +21 -0
  417. package/src/models/DeleteDatabaseRequest.ts +1 -1
  418. package/src/models/DeleteDbinstanceRequest.ts +1 -1
  419. package/src/models/DeleteHadoopDataSourceRequest.ts +5 -0
  420. package/src/models/DeleteNamespaceRequest.ts +1 -1
  421. package/src/models/DeleteNamespaceResponseBody.ts +1 -1
  422. package/src/models/DeleteSaasServiceRequest.ts +46 -0
  423. package/src/models/DeleteSaasServiceResponse.ts +40 -0
  424. package/src/models/DeleteSaasServiceResponseBody.ts +44 -0
  425. package/src/models/DeleteStreamingDataServiceRequest.ts +3 -0
  426. package/src/models/DeleteStreamingDataSourceRequest.ts +5 -0
  427. package/src/models/DeleteStreamingJobRequest.ts +5 -0
  428. package/src/models/DeleteVectorIndexRequest.ts +1 -1
  429. package/src/models/DeleteVectorIndexResponseBody.ts +1 -1
  430. package/src/models/DeleteWorkspaceRequest.ts +41 -0
  431. package/src/models/DeleteWorkspaceResponse.ts +40 -0
  432. package/src/models/DeleteWorkspaceResponseBody.ts +38 -0
  433. package/src/models/DescribeActiveSqlrecordsResponseBody.ts +2 -2
  434. package/src/models/DescribeAiserviceRequest.ts +8 -0
  435. package/src/models/DescribeAiserviceResponseBody.ts +37 -0
  436. package/src/models/DescribeAvailableResourcesRequest.ts +6 -5
  437. package/src/models/DescribeAvailableResourcesResponseBody.ts +30 -26
  438. package/src/models/DescribeCollectionRequest.ts +1 -1
  439. package/src/models/DescribeCollectionResponseBody.ts +2 -2
  440. package/src/models/DescribeDataSharePerformanceRequest.ts +10 -9
  441. package/src/models/DescribeDataSharePerformanceResponseBody.ts +8 -8
  442. package/src/models/DescribeDbinstanceAttributeRequest.ts +2 -2
  443. package/src/models/DescribeDbinstanceDataSkewRequest.ts +2 -2
  444. package/src/models/DescribeDbinstanceDiagnosisSummaryRequest.ts +1 -1
  445. package/src/models/DescribeDbinstanceIndexUsageRequest.ts +2 -2
  446. package/src/models/DescribeDbinstanceIparrayListRequest.ts +1 -1
  447. package/src/models/DescribeDbinstanceNetInfoRequest.ts +1 -1
  448. package/src/models/DescribeDbinstanceNetInfoResponseBody.ts +1 -1
  449. package/src/models/DescribeDbinstancePerformanceRequest.ts +1 -1
  450. package/src/models/DescribeDbinstancesRequest.ts +23 -20
  451. package/src/models/DescribeDbinstancesResponseBody.ts +6 -2
  452. package/src/models/DescribeDbinstancesShrinkRequest.ts +23 -20
  453. package/src/models/DescribeDbresourceGroupRequest.ts +2 -2
  454. package/src/models/DescribeDbversionInfosRequest.ts +1 -1
  455. package/src/models/DescribeDownloadRecordsRequest.ts +12 -1
  456. package/src/models/DescribeDownloadRecordsResponseBody.ts +10 -8
  457. package/src/models/DescribeExternalDataServiceRequest.ts +1 -1
  458. package/src/models/DescribeExternalDataServiceResponseBody.ts +3 -3
  459. package/src/models/DescribeHadoopConfigsResponseBody.ts +9 -1
  460. package/src/models/DescribeHadoopDataSourceResponseBody.ts +67 -8
  461. package/src/models/DescribeJdbcdataSourceResponseBody.ts +5 -5
  462. package/src/models/DescribeModelServiceResponseBody.ts +3 -0
  463. package/src/models/DescribeModifyParameterLogRequest.ts +3 -3
  464. package/src/models/DescribeModifyParameterLogResponseBody.ts +2 -2
  465. package/src/models/DescribeNamespaceRequest.ts +1 -1
  466. package/src/models/DescribeNamespaceResponseBody.ts +1 -1
  467. package/src/models/DescribeParametersResponseBody.ts +1 -1
  468. package/src/models/DescribeRdsVpcsRequest.ts +1 -1
  469. package/src/models/DescribeRdsVswitchsRequest.ts +1 -1
  470. package/src/models/DescribeRebalanceStatusRequest.ts +1 -1
  471. package/src/models/DescribeRebalanceStatusResponseBody.ts +2 -2
  472. package/src/models/DescribeRegionsRequest.ts +2 -2
  473. package/src/models/DescribeRegionsResponseBody.ts +1 -1
  474. package/src/models/DescribeSqllogCountRequest.ts +1 -1
  475. package/src/models/DescribeSqllogsRequest.ts +1 -1
  476. package/src/models/DescribeSqllogsV2request.ts +4 -4
  477. package/src/models/DescribeSqllogsV2responseBody.ts +1 -1
  478. package/src/models/DescribeTableRequest.ts +7 -0
  479. package/src/models/DescribeTagsRequest.ts +1 -1
  480. package/src/models/DescribeUserEncryptionKeyListRequest.ts +2 -2
  481. package/src/models/DescribeUserEncryptionKeyListResponseBody.ts +1 -1
  482. package/src/models/DownloadDiagnosisRecordsRequest.ts +1 -1
  483. package/src/models/EnableCollectionGraphRagrequest.ts +6 -0
  484. package/src/models/EnableCollectionGraphRagshrinkRequest.ts +6 -0
  485. package/src/models/ExecuteStatementRequest.ts +30 -0
  486. package/src/models/ExecuteStatementShrinkRequest.ts +12 -0
  487. package/src/models/GetSaasServiceRequest.ts +41 -0
  488. package/src/models/GetSaasServiceResponse.ts +40 -0
  489. package/src/models/GetSaasServiceResponseBody.ts +87 -0
  490. package/src/models/GetServiceAccessInfoRequest.ts +41 -0
  491. package/src/models/GetServiceAccessInfoResponse.ts +40 -0
  492. package/src/models/GetServiceAccessInfoResponseBody.ts +45 -0
  493. package/src/models/GetSupabaseProjectApiKeysRequest.ts +2 -2
  494. package/src/models/GetSupabaseProjectApiKeysResponseBody.ts +3 -3
  495. package/src/models/GetSupabaseProjectRequest.ts +3 -3
  496. package/src/models/GetSupabaseProjectResponseBody.ts +62 -25
  497. package/src/models/ListAinodePoolsRequest.ts +2 -2
  498. package/src/models/ListAinodePoolsResponseBody.ts +49 -36
  499. package/src/models/ListAiservicesRequest.ts +20 -0
  500. package/src/models/ListAiservicesResponseBody.ts +50 -0
  501. package/src/models/ListChunksRequest.ts +50 -0
  502. package/src/models/ListChunksResponseBody.ts +12 -0
  503. package/src/models/ListDocumentCollectionsRequest.ts +7 -7
  504. package/src/models/ListDocumentCollectionsResponseBody.ts +7 -6
  505. package/src/models/ListExternalDataServicesResponseBody.ts +3 -3
  506. package/src/models/ListExternalDataSourcesResponseBody.ts +1 -1
  507. package/src/models/ListModelServicesResponseBody.ts +3 -0
  508. package/src/models/ListNamespacesRequest.ts +1 -1
  509. package/src/models/ListNamespacesResponseBody.ts +1 -1
  510. package/src/models/ListSaasServiceRequest.ts +81 -0
  511. package/src/models/ListSaasServiceResponse.ts +40 -0
  512. package/src/models/ListSaasServiceResponseBody.ts +193 -0
  513. package/src/models/ListSecretsRequest.ts +7 -0
  514. package/src/models/ListStreamingJobsResponseBody.ts +1 -1
  515. package/src/models/ListSupabaseProjectTagsRequest.ts +128 -0
  516. package/src/models/ListSupabaseProjectTagsResponse.ts +40 -0
  517. package/src/models/ListSupabaseProjectTagsResponseBody.ts +114 -0
  518. package/src/models/ListSupabaseProjectsRequest.ts +11 -5
  519. package/src/models/ListSupabaseProjectsResponseBody.ts +50 -28
  520. package/src/models/ListWorkspacesRequest.ts +80 -0
  521. package/src/models/ListWorkspacesResponse.ts +40 -0
  522. package/src/models/ListWorkspacesResponseBody.ts +412 -0
  523. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +14 -0
  524. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +3 -0
  525. package/src/models/ModifyBackupPolicyRequest.ts +1 -1
  526. package/src/models/ModifyCollectionRequest.ts +18 -18
  527. package/src/models/ModifyCollectionResponseBody.ts +9 -10
  528. package/src/models/ModifyDbinstanceDescriptionRequest.ts +1 -1
  529. package/src/models/ModifyDbinstanceMaintainTimeRequest.ts +1 -1
  530. package/src/models/ModifyDbinstancePayTypeResponseBody.ts +1 -1
  531. package/src/models/ModifyDbresourceGroupRequest.ts +1 -1
  532. package/src/models/ModifyHadoopDataSourceRequest.ts +55 -5
  533. package/src/models/ModifyJdbcdataSourceRequest.ts +3 -3
  534. package/src/models/ModifySecurityIpsRequest.ts +1 -1
  535. package/src/models/ModifySqlcollectorPolicyRequest.ts +1 -1
  536. package/src/models/ModifySqlcollectorPolicyResponseBody.ts +1 -1
  537. package/src/models/ModifyStreamingDataServiceRequest.ts +5 -0
  538. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +11 -0
  539. package/src/models/ModifySupabaseAutoScalePolicyResponseBody.ts +3 -0
  540. package/src/models/ModifySupabaseProjectDescriptionRequest.ts +54 -0
  541. package/src/models/ModifySupabaseProjectDescriptionResponse.ts +40 -0
  542. package/src/models/ModifySupabaseProjectDescriptionResponseBody.ts +34 -0
  543. package/src/models/ModifySupabaseProjectResourceRequest.ts +13 -0
  544. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +9 -0
  545. package/src/models/ModifySupabaseProjectSecurityIpsRequest.ts +15 -6
  546. package/src/models/ModifySupabaseProjectSecurityIpsResponseBody.ts +1 -1
  547. package/src/models/PauseSupabaseProjectRequest.ts +7 -0
  548. package/src/models/PauseSupabaseProjectResponseBody.ts +3 -0
  549. package/src/models/QueryCollectionDataRequest.ts +108 -68
  550. package/src/models/QueryCollectionDataResponseBody.ts +12 -6
  551. package/src/models/QueryCollectionDataShrinkRequest.ts +95 -65
  552. package/src/models/QueryContentAdvanceRequest.ts +117 -76
  553. package/src/models/QueryContentRequest.ts +117 -76
  554. package/src/models/QueryContentResponseBody.ts +12 -10
  555. package/src/models/QueryContentShrinkRequest.ts +109 -75
  556. package/src/models/QueryKnowledgeBasesContentRequest.ts +140 -80
  557. package/src/models/QueryKnowledgeBasesContentResponseBody.ts +25 -12
  558. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +22 -16
  559. package/src/models/ReleaseInstancePublicConnectionRequest.ts +1 -1
  560. package/src/models/RerankRequest.ts +3 -0
  561. package/src/models/RerankShrinkRequest.ts +3 -0
  562. package/src/models/ResumeSupabaseProjectRequest.ts +2 -0
  563. package/src/models/ResumeSupabaseProjectResponseBody.ts +3 -0
  564. package/src/models/SwitchDbinstanceNetTypeRequest.ts +3 -3
  565. package/src/models/TagSupabaseProjectRequest.ts +104 -0
  566. package/src/models/TagSupabaseProjectResponse.ts +40 -0
  567. package/src/models/TagSupabaseProjectResponseBody.ts +34 -0
  568. package/src/models/TextEmbeddingRequest.ts +4 -1
  569. package/src/models/TextEmbeddingShrinkRequest.ts +4 -1
  570. package/src/models/UntagSupabaseProjectRequest.ts +84 -0
  571. package/src/models/UntagSupabaseProjectResponse.ts +40 -0
  572. package/src/models/UntagSupabaseProjectResponseBody.ts +34 -0
  573. package/src/models/UpgradeDbinstanceRequest.ts +69 -32
  574. package/src/models/UpgradeDbversionResponseBody.ts +1 -1
  575. package/src/models/UpsertChunksRequest.ts +1 -1
  576. package/src/models/UpsertCollectionDataRequest.ts +2 -2
  577. package/src/models/UpsertCollectionDataResponseBody.ts +1 -1
  578. package/src/models/UpsertCollectionDataShrinkRequest.ts +1 -1
  579. package/src/models/model.ts +44 -0
package/dist/client.d.ts CHANGED
@@ -142,14 +142,14 @@ export default class Client extends OpenApi {
142
142
  */
143
143
  cancelUpsertCollectionDataJob(request: $_model.CancelUpsertCollectionDataJobRequest): Promise<$_model.CancelUpsertCollectionDataJobResponse>;
144
144
  /**
145
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
145
+ * Combines a knowledge base with a large language model for intelligent Q&A.
146
146
  *
147
147
  * @remarks
148
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
149
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
150
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
151
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
152
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
148
+ * This API lets you interact with a large language model using specific knowledge base collections to ensure responses are grounded in their content. You can customize requests by configuring parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API provides a default system prompt template and supports custom system prompts.
149
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
150
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
151
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
152
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
153
153
  *
154
154
  * @param tmpReq - ChatWithKnowledgeBaseRequest
155
155
  * @param runtime - runtime options for this request RuntimeOptions
@@ -157,28 +157,28 @@ export default class Client extends OpenApi {
157
157
  */
158
158
  chatWithKnowledgeBaseWithOptions(tmpReq: $_model.ChatWithKnowledgeBaseRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ChatWithKnowledgeBaseResponse>;
159
159
  /**
160
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
160
+ * Combines a knowledge base with a large language model for intelligent Q&A.
161
161
  *
162
162
  * @remarks
163
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
164
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
165
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
166
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
167
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
163
+ * This API lets you interact with a large language model using specific knowledge base collections to ensure responses are grounded in their content. You can customize requests by configuring parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API provides a default system prompt template and supports custom system prompts.
164
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
165
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
166
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
167
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
168
168
  *
169
169
  * @param request - ChatWithKnowledgeBaseRequest
170
170
  * @returns ChatWithKnowledgeBaseResponse
171
171
  */
172
172
  chatWithKnowledgeBase(request: $_model.ChatWithKnowledgeBaseRequest): Promise<$_model.ChatWithKnowledgeBaseResponse>;
173
173
  /**
174
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model. A streaming API, which is called by using the SSE or the Java asynchronous SDK.
174
+ * This service combines a knowledge base with a large model to provide intelligent Q&A. You can access the streaming interface using Server-Sent Events (SSE) or the Java asynchronous SDK.
175
175
  *
176
176
  * @remarks
177
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
178
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
179
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
180
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
181
- * * PromptTemplate: optional. It is used to customize a system prompt template.
177
+ * Use this API to retrieve answers from a large language model based on content from a specified knowledge base. You can customize the request by configuring various parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API includes a default system prompt template, and you can also specify a custom one.
178
+ * - DBInstanceId: Required. The ID of the database instance.
179
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
180
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
181
+ * - PromptTemplate: Optional. A custom system prompt template.
182
182
  *
183
183
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
184
184
  * @param runtime - runtime options for this request RuntimeOptions
@@ -186,14 +186,14 @@ export default class Client extends OpenApi {
186
186
  */
187
187
  chatWithKnowledgeBaseStreamWithSSE(tmpReq: $_model.ChatWithKnowledgeBaseStreamRequest, runtime: $dara.RuntimeOptions): AsyncGenerator<$_model.ChatWithKnowledgeBaseStreamResponse, any, unknown>;
188
188
  /**
189
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model. A streaming API, which is called by using the SSE or the Java asynchronous SDK.
189
+ * This service combines a knowledge base with a large model to provide intelligent Q&A. You can access the streaming interface using Server-Sent Events (SSE) or the Java asynchronous SDK.
190
190
  *
191
191
  * @remarks
192
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
193
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
194
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
195
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
196
- * * PromptTemplate: optional. It is used to customize a system prompt template.
192
+ * Use this API to retrieve answers from a large language model based on content from a specified knowledge base. You can customize the request by configuring various parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API includes a default system prompt template, and you can also specify a custom one.
193
+ * - DBInstanceId: Required. The ID of the database instance.
194
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
195
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
196
+ * - PromptTemplate: Optional. A custom system prompt template.
197
197
  *
198
198
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
199
199
  * @param runtime - runtime options for this request RuntimeOptions
@@ -201,14 +201,14 @@ export default class Client extends OpenApi {
201
201
  */
202
202
  chatWithKnowledgeBaseStreamWithOptions(tmpReq: $_model.ChatWithKnowledgeBaseStreamRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ChatWithKnowledgeBaseStreamResponse>;
203
203
  /**
204
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model. A streaming API, which is called by using the SSE or the Java asynchronous SDK.
204
+ * This service combines a knowledge base with a large model to provide intelligent Q&A. You can access the streaming interface using Server-Sent Events (SSE) or the Java asynchronous SDK.
205
205
  *
206
206
  * @remarks
207
- * This API enables users to query a large language model with answers grounded in a specified knowledge base collection. You can configure multiple parameters to customize requests, including but not limited to database instance IDs, knowledge retrieval parameters, and model inference parameters. In addition, a default system prompt template is provided and users are allowed to customize the system prompt.
208
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
209
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
210
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
211
- * * PromptTemplate: optional. It is used to customize a system prompt template.
207
+ * Use this API to retrieve answers from a large language model based on content from a specified knowledge base. You can customize the request by configuring various parameters, including the database instance ID, knowledge retrieval parameters, and model inference parameters. The API includes a default system prompt template, and you can also specify a custom one.
208
+ * - DBInstanceId: Required. The ID of the database instance.
209
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
210
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
211
+ * - PromptTemplate: Optional. A custom system prompt template.
212
212
  *
213
213
  * @param request - ChatWithKnowledgeBaseStreamRequest
214
214
  * @returns ChatWithKnowledgeBaseStreamResponse
@@ -290,7 +290,7 @@ export default class Client extends OpenApi {
290
290
  */
291
291
  cloneDBInstance(request: $_model.CloneDBInstanceRequest): Promise<$_model.CloneDBInstanceResponse>;
292
292
  /**
293
- * 创建 AI 服务
293
+ * Creates an AI service.
294
294
  *
295
295
  * @param request - CreateAIServiceRequest
296
296
  * @param runtime - runtime options for this request RuntimeOptions
@@ -298,7 +298,7 @@ export default class Client extends OpenApi {
298
298
  */
299
299
  createAIServiceWithOptions(request: $_model.CreateAIServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAIServiceResponse>;
300
300
  /**
301
- * 创建 AI 服务
301
+ * Creates an AI service.
302
302
  *
303
303
  * @param request - CreateAIServiceRequest
304
304
  * @returns CreateAIServiceResponse
@@ -347,7 +347,7 @@ export default class Client extends OpenApi {
347
347
  */
348
348
  createBackup(request: $_model.CreateBackupRequest): Promise<$_model.CreateBackupResponse>;
349
349
  /**
350
- * Creates a vector collection.
350
+ * Create a vector dataset.
351
351
  *
352
352
  * @param tmpReq - CreateCollectionRequest
353
353
  * @param runtime - runtime options for this request RuntimeOptions
@@ -355,17 +355,17 @@ export default class Client extends OpenApi {
355
355
  */
356
356
  createCollectionWithOptions(tmpReq: $_model.CreateCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCollectionResponse>;
357
357
  /**
358
- * Creates a vector collection.
358
+ * Create a vector dataset.
359
359
  *
360
360
  * @param request - CreateCollectionRequest
361
361
  * @returns CreateCollectionResponse
362
362
  */
363
363
  createCollection(request: $_model.CreateCollectionRequest): Promise<$_model.CreateCollectionResponse>;
364
364
  /**
365
- * Create Instance
365
+ * Create an AnalyticDB for PostgreSQL instance.
366
366
  *
367
367
  * @remarks
368
- * Before using this interface, please make sure you have fully understood the [billing method](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 the AnalyticDB for PostgreSQL product.
368
+ * 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.
369
369
  *
370
370
  * @param request - CreateDBInstanceRequest
371
371
  * @param runtime - runtime options for this request RuntimeOptions
@@ -373,10 +373,10 @@ export default class Client extends OpenApi {
373
373
  */
374
374
  createDBInstanceWithOptions(request: $_model.CreateDBInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDBInstanceResponse>;
375
375
  /**
376
- * Create Instance
376
+ * Create an AnalyticDB for PostgreSQL instance.
377
377
  *
378
378
  * @remarks
379
- * Before using this interface, please make sure you have fully understood the [billing method](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 the AnalyticDB for PostgreSQL product.
379
+ * 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.
380
380
  *
381
381
  * @param request - CreateDBInstanceRequest
382
382
  * @returns CreateDBInstanceResponse
@@ -453,7 +453,7 @@ export default class Client extends OpenApi {
453
453
  */
454
454
  createDatabase(request: $_model.CreateDatabaseRequest): Promise<$_model.CreateDatabaseResponse>;
455
455
  /**
456
- * Creates a document collection.
456
+ * Create a knowledge base
457
457
  *
458
458
  * @param tmpReq - CreateDocumentCollectionRequest
459
459
  * @param runtime - runtime options for this request RuntimeOptions
@@ -461,7 +461,7 @@ export default class Client extends OpenApi {
461
461
  */
462
462
  createDocumentCollectionWithOptions(tmpReq: $_model.CreateDocumentCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDocumentCollectionResponse>;
463
463
  /**
464
- * Creates a document collection.
464
+ * Create a knowledge base
465
465
  *
466
466
  * @param request - CreateDocumentCollectionRequest
467
467
  * @returns CreateDocumentCollectionResponse
@@ -546,7 +546,7 @@ export default class Client extends OpenApi {
546
546
  * Creates a model service.
547
547
  *
548
548
  * @remarks
549
- * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and [pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
549
+ * 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.
550
550
  *
551
551
  * @param tmpReq - CreateModelServiceRequest
552
552
  * @param runtime - runtime options for this request RuntimeOptions
@@ -557,7 +557,7 @@ export default class Client extends OpenApi {
557
557
  * Creates a model service.
558
558
  *
559
559
  * @remarks
560
- * Before you call this operation, make sure that you fully understand the [billing methods](https://help.aliyun.com/document_detail/35406.html) and [pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing) of AnalyticDB for PostgreSQL.
560
+ * 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.
561
561
  *
562
562
  * @param request - CreateModelServiceRequest
563
563
  * @returns CreateModelServiceResponse
@@ -593,6 +593,27 @@ export default class Client extends OpenApi {
593
593
  * @returns CreateRemoteADBDataSourceResponse
594
594
  */
595
595
  createRemoteADBDataSource(request: $_model.CreateRemoteADBDataSourceRequest): Promise<$_model.CreateRemoteADBDataSourceResponse>;
596
+ /**
597
+ * Creates a SaaS service.
598
+ *
599
+ * @remarks
600
+ * 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.
601
+ *
602
+ * @param request - CreateSaasServiceRequest
603
+ * @param runtime - runtime options for this request RuntimeOptions
604
+ * @returns CreateSaasServiceResponse
605
+ */
606
+ createSaasServiceWithOptions(request: $_model.CreateSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSaasServiceResponse>;
607
+ /**
608
+ * Creates a SaaS service.
609
+ *
610
+ * @remarks
611
+ * 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.
612
+ *
613
+ * @param request - CreateSaasServiceRequest
614
+ * @returns CreateSaasServiceResponse
615
+ */
616
+ createSaasService(request: $_model.CreateSaasServiceRequest): Promise<$_model.CreateSaasServiceResponse>;
596
617
  /**
597
618
  * Creates a sample dataset for an AnalyticDB for PostgreSQL instance.
598
619
  *
@@ -697,7 +718,7 @@ export default class Client extends OpenApi {
697
718
  * Creates a Supabase project.
698
719
  *
699
720
  * @remarks
700
- * You can call this operation to create a Supabase project.
721
+ * - This operation is used to create a Supabase instance.
701
722
  *
702
723
  * @param request - CreateSupabaseProjectRequest
703
724
  * @param runtime - runtime options for this request RuntimeOptions
@@ -708,14 +729,14 @@ export default class Client extends OpenApi {
708
729
  * Creates a Supabase project.
709
730
  *
710
731
  * @remarks
711
- * You can call this operation to create a Supabase project.
732
+ * - This operation is used to create a Supabase instance.
712
733
  *
713
734
  * @param request - CreateSupabaseProjectRequest
714
735
  * @returns CreateSupabaseProjectResponse
715
736
  */
716
737
  createSupabaseProject(request: $_model.CreateSupabaseProjectRequest): Promise<$_model.CreateSupabaseProjectResponse>;
717
738
  /**
718
- * Create Vector Index
739
+ * Creates an index for a vector collection.
719
740
  *
720
741
  * @param request - CreateVectorIndexRequest
721
742
  * @param runtime - runtime options for this request RuntimeOptions
@@ -723,12 +744,33 @@ export default class Client extends OpenApi {
723
744
  */
724
745
  createVectorIndexWithOptions(request: $_model.CreateVectorIndexRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateVectorIndexResponse>;
725
746
  /**
726
- * Create Vector Index
747
+ * Creates an index for a vector collection.
727
748
  *
728
749
  * @param request - CreateVectorIndexRequest
729
750
  * @returns CreateVectorIndexResponse
730
751
  */
731
752
  createVectorIndex(request: $_model.CreateVectorIndexRequest): Promise<$_model.CreateVectorIndexResponse>;
753
+ /**
754
+ * Creates a SaaS workspace.
755
+ *
756
+ * @remarks
757
+ * Creates a context service workspace.
758
+ *
759
+ * @param request - CreateWorkspaceRequest
760
+ * @param runtime - runtime options for this request RuntimeOptions
761
+ * @returns CreateWorkspaceResponse
762
+ */
763
+ createWorkspaceWithOptions(request: $_model.CreateWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWorkspaceResponse>;
764
+ /**
765
+ * Creates a SaaS workspace.
766
+ *
767
+ * @remarks
768
+ * Creates a context service workspace.
769
+ *
770
+ * @param request - CreateWorkspaceRequest
771
+ * @returns CreateWorkspaceResponse
772
+ */
773
+ createWorkspace(request: $_model.CreateWorkspaceRequest): Promise<$_model.CreateWorkspaceResponse>;
732
774
  /**
733
775
  * Delete AI Node
734
776
  *
@@ -753,7 +795,7 @@ export default class Client extends OpenApi {
753
795
  */
754
796
  deleteAINode(request: $_model.DeleteAINodeRequest): Promise<$_model.DeleteAINodeResponse>;
755
797
  /**
756
- * 删除 AI 服务
798
+ * Deletes an AI service.
757
799
  *
758
800
  * @param request - DeleteAIServiceRequest
759
801
  * @param runtime - runtime options for this request RuntimeOptions
@@ -761,7 +803,7 @@ export default class Client extends OpenApi {
761
803
  */
762
804
  deleteAIServiceWithOptions(request: $_model.DeleteAIServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAIServiceResponse>;
763
805
  /**
764
- * 删除 AI 服务
806
+ * Deletes an AI service.
765
807
  *
766
808
  * @param request - DeleteAIServiceRequest
767
809
  * @returns DeleteAIServiceResponse
@@ -798,7 +840,7 @@ export default class Client extends OpenApi {
798
840
  */
799
841
  deleteBackup(request: $_model.DeleteBackupRequest): Promise<$_model.DeleteBackupResponse>;
800
842
  /**
801
- * 删除文本块
843
+ * Deletes chunks from a document collection.
802
844
  *
803
845
  * @param tmpReq - DeleteChunksRequest
804
846
  * @param runtime - runtime options for this request RuntimeOptions
@@ -806,7 +848,7 @@ export default class Client extends OpenApi {
806
848
  */
807
849
  deleteChunksWithOptions(tmpReq: $_model.DeleteChunksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteChunksResponse>;
808
850
  /**
809
- * 删除文本块
851
+ * Deletes chunks from a document collection.
810
852
  *
811
853
  * @param request - DeleteChunksRequest
812
854
  * @returns DeleteChunksResponse
@@ -1000,7 +1042,7 @@ export default class Client extends OpenApi {
1000
1042
  */
1001
1043
  deleteExternalDataService(request: $_model.DeleteExternalDataServiceRequest): Promise<$_model.DeleteExternalDataServiceResponse>;
1002
1044
  /**
1003
- * Deletes a Hadoop external data source.
1045
+ * Delete a Hadoop external data source.
1004
1046
  *
1005
1047
  * @param request - DeleteHadoopDataSourceRequest
1006
1048
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1008,7 +1050,7 @@ export default class Client extends OpenApi {
1008
1050
  */
1009
1051
  deleteHadoopDataSourceWithOptions(request: $_model.DeleteHadoopDataSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteHadoopDataSourceResponse>;
1010
1052
  /**
1011
- * Deletes a Hadoop external data source.
1053
+ * Delete a Hadoop external data source.
1012
1054
  *
1013
1055
  * @param request - DeleteHadoopDataSourceRequest
1014
1056
  * @returns DeleteHadoopDataSourceResponse
@@ -1110,6 +1152,27 @@ export default class Client extends OpenApi {
1110
1152
  * @returns DeleteRemoteADBDataSourceResponse
1111
1153
  */
1112
1154
  deleteRemoteADBDataSource(request: $_model.DeleteRemoteADBDataSourceRequest): Promise<$_model.DeleteRemoteADBDataSourceResponse>;
1155
+ /**
1156
+ * Deletes a SaaS service.
1157
+ *
1158
+ * @remarks
1159
+ * Deletes a SaaS service.
1160
+ *
1161
+ * @param request - DeleteSaasServiceRequest
1162
+ * @param runtime - runtime options for this request RuntimeOptions
1163
+ * @returns DeleteSaasServiceResponse
1164
+ */
1165
+ deleteSaasServiceWithOptions(request: $_model.DeleteSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSaasServiceResponse>;
1166
+ /**
1167
+ * Deletes a SaaS service.
1168
+ *
1169
+ * @remarks
1170
+ * Deletes a SaaS service.
1171
+ *
1172
+ * @param request - DeleteSaasServiceRequest
1173
+ * @returns DeleteSaasServiceResponse
1174
+ */
1175
+ deleteSaasService(request: $_model.DeleteSaasServiceRequest): Promise<$_model.DeleteSaasServiceResponse>;
1113
1176
  /**
1114
1177
  * Deletes the access credentials of an AnalyticDB for PostgreSQL instance.
1115
1178
  *
@@ -1126,7 +1189,7 @@ export default class Client extends OpenApi {
1126
1189
  */
1127
1190
  deleteSecret(request: $_model.DeleteSecretRequest): Promise<$_model.DeleteSecretResponse>;
1128
1191
  /**
1129
- * Deletes the configurations of an external data source.
1192
+ * Delete a real-time data service.
1130
1193
  *
1131
1194
  * @param request - DeleteStreamingDataServiceRequest
1132
1195
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1134,14 +1197,14 @@ export default class Client extends OpenApi {
1134
1197
  */
1135
1198
  deleteStreamingDataServiceWithOptions(request: $_model.DeleteStreamingDataServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteStreamingDataServiceResponse>;
1136
1199
  /**
1137
- * Deletes the configurations of an external data source.
1200
+ * Delete a real-time data service.
1138
1201
  *
1139
1202
  * @param request - DeleteStreamingDataServiceRequest
1140
1203
  * @returns DeleteStreamingDataServiceResponse
1141
1204
  */
1142
1205
  deleteStreamingDataService(request: $_model.DeleteStreamingDataServiceRequest): Promise<$_model.DeleteStreamingDataServiceResponse>;
1143
1206
  /**
1144
- * Deletes a real-time data source.
1207
+ * Delete a real-time data source.
1145
1208
  *
1146
1209
  * @param request - DeleteStreamingDataSourceRequest
1147
1210
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1149,14 +1212,14 @@ export default class Client extends OpenApi {
1149
1212
  */
1150
1213
  deleteStreamingDataSourceWithOptions(request: $_model.DeleteStreamingDataSourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteStreamingDataSourceResponse>;
1151
1214
  /**
1152
- * Deletes a real-time data source.
1215
+ * Delete a real-time data source.
1153
1216
  *
1154
1217
  * @param request - DeleteStreamingDataSourceRequest
1155
1218
  * @returns DeleteStreamingDataSourceResponse
1156
1219
  */
1157
1220
  deleteStreamingDataSource(request: $_model.DeleteStreamingDataSourceRequest): Promise<$_model.DeleteStreamingDataSourceResponse>;
1158
1221
  /**
1159
- * Deletes a real-time data synchronization job.
1222
+ * Delete a real-time data synchronization task.
1160
1223
  *
1161
1224
  * @param request - DeleteStreamingJobRequest
1162
1225
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1164,7 +1227,7 @@ export default class Client extends OpenApi {
1164
1227
  */
1165
1228
  deleteStreamingJobWithOptions(request: $_model.DeleteStreamingJobRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteStreamingJobResponse>;
1166
1229
  /**
1167
- * Deletes a real-time data synchronization job.
1230
+ * Delete a real-time data synchronization task.
1168
1231
  *
1169
1232
  * @param request - DeleteStreamingJobRequest
1170
1233
  * @returns DeleteStreamingJobResponse
@@ -1206,12 +1269,33 @@ export default class Client extends OpenApi {
1206
1269
  * @returns DeleteVectorIndexResponse
1207
1270
  */
1208
1271
  deleteVectorIndex(request: $_model.DeleteVectorIndexRequest): Promise<$_model.DeleteVectorIndexResponse>;
1272
+ /**
1273
+ * 删除SaaS工作空间
1274
+ *
1275
+ * @remarks
1276
+ * 此接口为删除上下文服务工作空间
1277
+ *
1278
+ * @param request - DeleteWorkspaceRequest
1279
+ * @param runtime - runtime options for this request RuntimeOptions
1280
+ * @returns DeleteWorkspaceResponse
1281
+ */
1282
+ deleteWorkspaceWithOptions(request: $_model.DeleteWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWorkspaceResponse>;
1283
+ /**
1284
+ * 删除SaaS工作空间
1285
+ *
1286
+ * @remarks
1287
+ * 此接口为删除上下文服务工作空间
1288
+ *
1289
+ * @param request - DeleteWorkspaceRequest
1290
+ * @returns DeleteWorkspaceResponse
1291
+ */
1292
+ deleteWorkspace(request: $_model.DeleteWorkspaceRequest): Promise<$_model.DeleteWorkspaceResponse>;
1209
1293
  /**
1210
1294
  * Deploy a private RAG service.
1211
1295
  *
1212
1296
  * @remarks
1213
- * 1. Before you deploy the private RAG service, create an initial account.
1214
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
1297
+ * 1. 部署私有RAG服务前,请先创建初始账号。
1298
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
1215
1299
  *
1216
1300
  * @param request - DeployPrivateRAGServiceRequest
1217
1301
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1222,15 +1306,15 @@ export default class Client extends OpenApi {
1222
1306
  * Deploy a private RAG service.
1223
1307
  *
1224
1308
  * @remarks
1225
- * 1. Before you deploy the private RAG service, create an initial account.
1226
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
1309
+ * 1. 部署私有RAG服务前,请先创建初始账号。
1310
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
1227
1311
  *
1228
1312
  * @param request - DeployPrivateRAGServiceRequest
1229
1313
  * @returns DeployPrivateRAGServiceResponse
1230
1314
  */
1231
1315
  deployPrivateRAGService(request: $_model.DeployPrivateRAGServiceRequest): Promise<$_model.DeployPrivateRAGServiceResponse>;
1232
1316
  /**
1233
- * 获取 AI 服务详情
1317
+ * Retrieves the details of an AI service.
1234
1318
  *
1235
1319
  * @param request - DescribeAIServiceRequest
1236
1320
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1238,7 +1322,7 @@ export default class Client extends OpenApi {
1238
1322
  */
1239
1323
  describeAIServiceWithOptions(request: $_model.DescribeAIServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAIServiceResponse>;
1240
1324
  /**
1241
- * 获取 AI 服务详情
1325
+ * Retrieves the details of an AI service.
1242
1326
  *
1243
1327
  * @param request - DescribeAIServiceRequest
1244
1328
  * @returns DescribeAIServiceResponse
@@ -1285,10 +1369,10 @@ export default class Client extends OpenApi {
1285
1369
  */
1286
1370
  describeActiveSQLRecords(request: $_model.DescribeActiveSQLRecordsRequest): Promise<$_model.DescribeActiveSQLRecordsResponse>;
1287
1371
  /**
1288
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
1372
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
1289
1373
  *
1290
1374
  * @remarks
1291
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
1375
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
1292
1376
  *
1293
1377
  * @param request - DescribeAvailableResourcesRequest
1294
1378
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1296,10 +1380,10 @@ export default class Client extends OpenApi {
1296
1380
  */
1297
1381
  describeAvailableResourcesWithOptions(request: $_model.DescribeAvailableResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAvailableResourcesResponse>;
1298
1382
  /**
1299
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
1383
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
1300
1384
  *
1301
1385
  * @remarks
1302
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
1386
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
1303
1387
  *
1304
1388
  * @param request - DescribeAvailableResourcesRequest
1305
1389
  * @returns DescribeAvailableResourcesResponse
@@ -1403,10 +1487,10 @@ export default class Client extends OpenApi {
1403
1487
  */
1404
1488
  describeDBClusterNode(request: $_model.DescribeDBClusterNodeRequest): Promise<$_model.DescribeDBClusterNodeResponse>;
1405
1489
  /**
1406
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
1490
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
1407
1491
  *
1408
1492
  * @remarks
1409
- * You can query monitoring information only within the last 30 days.
1493
+ * Monitoring information can only be queried for the last 30 days.
1410
1494
  *
1411
1495
  * @param request - DescribeDBClusterPerformanceRequest
1412
1496
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1414,24 +1498,24 @@ export default class Client extends OpenApi {
1414
1498
  */
1415
1499
  describeDBClusterPerformanceWithOptions(request: $_model.DescribeDBClusterPerformanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBClusterPerformanceResponse>;
1416
1500
  /**
1417
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
1501
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
1418
1502
  *
1419
1503
  * @remarks
1420
- * You can query monitoring information only within the last 30 days.
1504
+ * Monitoring information can only be queried for the last 30 days.
1421
1505
  *
1422
1506
  * @param request - DescribeDBClusterPerformanceRequest
1423
1507
  * @returns DescribeDBClusterPerformanceResponse
1424
1508
  */
1425
1509
  describeDBClusterPerformance(request: $_model.DescribeDBClusterPerformanceRequest): Promise<$_model.DescribeDBClusterPerformanceResponse>;
1426
1510
  /**
1427
- * Query detailed information about the instance.
1511
+ * Query the details of an AnalyticDB for PostgreSQL instance.
1428
1512
  *
1429
1513
  * @remarks
1430
- * ## Usage Instructions
1431
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
1432
- * ## QPS Limitation
1433
- * The default single-user QPS limit for this interface is 1000 times/second. If the limit is exceeded, API calls will be throttled, which may affect your business. Please use it reasonably.
1434
- * <props="china">The QPS in this document is only a default reference value. For accurate information, please refer to the [API Rate Quota List](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
1514
+ * ## How-To
1515
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
1516
+ * ## Queries per second (QPS) limit
1517
+ * 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.
1518
+ * <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).
1435
1519
  *
1436
1520
  * @param request - DescribeDBInstanceAttributeRequest
1437
1521
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1439,14 +1523,14 @@ export default class Client extends OpenApi {
1439
1523
  */
1440
1524
  describeDBInstanceAttributeWithOptions(request: $_model.DescribeDBInstanceAttributeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBInstanceAttributeResponse>;
1441
1525
  /**
1442
- * Query detailed information about the instance.
1526
+ * Query the details of an AnalyticDB for PostgreSQL instance.
1443
1527
  *
1444
1528
  * @remarks
1445
- * ## Usage Instructions
1446
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
1447
- * ## QPS Limitation
1448
- * The default single-user QPS limit for this interface is 1000 times/second. If the limit is exceeded, API calls will be throttled, which may affect your business. Please use it reasonably.
1449
- * <props="china">The QPS in this document is only a default reference value. For accurate information, please refer to the [API Rate Quota List](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
1529
+ * ## How-To
1530
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
1531
+ * ## Queries per second (QPS) limit
1532
+ * 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.
1533
+ * <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).
1450
1534
  *
1451
1535
  * @param request - DescribeDBInstanceAttributeRequest
1452
1536
  * @returns DescribeDBInstanceAttributeResponse
@@ -1682,13 +1766,15 @@ export default class Client extends OpenApi {
1682
1766
  */
1683
1767
  describeDBInstanceSupportMaxPerformance(request: $_model.DescribeDBInstanceSupportMaxPerformanceRequest): Promise<$_model.DescribeDBInstanceSupportMaxPerformanceResponse>;
1684
1768
  /**
1685
- * Queries a list of AnalyticDB for PostgreSQL instances.
1769
+ * Lists AnalyticDB for PostgreSQL instances.
1686
1770
  *
1687
1771
  * @remarks
1688
- * ##
1689
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
1690
- * ## Limits
1691
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
1772
+ * ## Usage
1773
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
1774
+ * ## QPS limit
1775
+ * The default QPS limit for this API is 1,000 requests per second per user. Calls exceeding this limit are throttled, which can impact your business. Plan your API calls accordingly.
1776
+ * <props="china">
1777
+ * The QPS limit specified in this document is for reference only. For the latest rate limits, see the [API rate quota list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
1692
1778
  *
1693
1779
  * @param tmpReq - DescribeDBInstancesRequest
1694
1780
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1696,20 +1782,22 @@ export default class Client extends OpenApi {
1696
1782
  */
1697
1783
  describeDBInstancesWithOptions(tmpReq: $_model.DescribeDBInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBInstancesResponse>;
1698
1784
  /**
1699
- * Queries a list of AnalyticDB for PostgreSQL instances.
1785
+ * Lists AnalyticDB for PostgreSQL instances.
1700
1786
  *
1701
1787
  * @remarks
1702
- * ##
1703
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
1704
- * ## Limits
1705
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
1788
+ * ## Usage
1789
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
1790
+ * ## QPS limit
1791
+ * The default QPS limit for this API is 1,000 requests per second per user. Calls exceeding this limit are throttled, which can impact your business. Plan your API calls accordingly.
1792
+ * <props="china">
1793
+ * The QPS limit specified in this document is for reference only. For the latest rate limits, see the [API rate quota list](https://quotas.console.aliyun.com/flow-control-products/gpdb/quotas).
1706
1794
  *
1707
1795
  * @param request - DescribeDBInstancesRequest
1708
1796
  * @returns DescribeDBInstancesResponse
1709
1797
  */
1710
1798
  describeDBInstances(request: $_model.DescribeDBInstancesRequest): Promise<$_model.DescribeDBInstancesResponse>;
1711
1799
  /**
1712
- * Queries the information about resource groups.
1800
+ * Retrieves the details of one or more resource groups.
1713
1801
  *
1714
1802
  * @param request - DescribeDBResourceGroupRequest
1715
1803
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1717,7 +1805,7 @@ export default class Client extends OpenApi {
1717
1805
  */
1718
1806
  describeDBResourceGroupWithOptions(request: $_model.DescribeDBResourceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDBResourceGroupResponse>;
1719
1807
  /**
1720
- * Queries the information about resource groups.
1808
+ * Retrieves the details of one or more resource groups.
1721
1809
  *
1722
1810
  * @param request - DescribeDBResourceGroupRequest
1723
1811
  * @returns DescribeDBResourceGroupResponse
@@ -1811,12 +1899,10 @@ export default class Client extends OpenApi {
1811
1899
  */
1812
1900
  describeDataShareInstances(request: $_model.DescribeDataShareInstancesRequest): Promise<$_model.DescribeDataShareInstancesResponse>;
1813
1901
  /**
1814
- * Queries the information about data sharing performance metrics.
1902
+ * Queries the performance metrics of data sharing.
1815
1903
  *
1816
1904
  * @remarks
1817
- * You can call this operation to query the details of data sharing performance metrics for an AnalyticDB for PostgreSQL instance in Serverless mode, such as the number of shared topics and the amount of data shared.
1818
- * ## Limits
1819
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
1905
+ * Only serverless instances support the data sharing feature.
1820
1906
  *
1821
1907
  * @param request - DescribeDataSharePerformanceRequest
1822
1908
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1824,12 +1910,10 @@ export default class Client extends OpenApi {
1824
1910
  */
1825
1911
  describeDataSharePerformanceWithOptions(request: $_model.DescribeDataSharePerformanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDataSharePerformanceResponse>;
1826
1912
  /**
1827
- * Queries the information about data sharing performance metrics.
1913
+ * Queries the performance metrics of data sharing.
1828
1914
  *
1829
1915
  * @remarks
1830
- * You can call this operation to query the details of data sharing performance metrics for an AnalyticDB for PostgreSQL instance in Serverless mode, such as the number of shared topics and the amount of data shared.
1831
- * ## Limits
1832
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
1916
+ * Only serverless instances support the data sharing feature.
1833
1917
  *
1834
1918
  * @param request - DescribeDataSharePerformanceRequest
1835
1919
  * @returns DescribeDataSharePerformanceResponse
@@ -1964,11 +2048,11 @@ export default class Client extends OpenApi {
1964
2048
  */
1965
2049
  describeDocument(request: $_model.DescribeDocumentRequest): Promise<$_model.DescribeDocumentResponse>;
1966
2050
  /**
1967
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
2051
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
1968
2052
  *
1969
2053
  * @remarks
1970
- * You must call the [DownloadDiagnosisRecords](https://help.aliyun.com/document_detail/447700.html) operation to download the query diagnostic information before you can call this operation to query the download records and download URLs.
1971
- * This operation is available only for instances of V6.3.10.1 or later in elastic storage mode. For information about how to view and update the minor version of an instance, see [View the minor engine version](https://help.aliyun.com/document_detail/277424.html) and [Update the minor engine version](https://help.aliyun.com/document_detail/139271.html).
2054
+ * To view download records, you must first call the [DownloadDiagnosisRecords](https://help.aliyun.com/document_detail/447700.html) operation to download the query diagnostic information.
2055
+ * This feature is available only for storage-elastic instances that run kernel minor version V6.3.10.1 or later. For more information about how to view and update the kernel minor version, see [View the kernel minor version](https://help.aliyun.com/document_detail/277424.html) and [Upgrade the kernel version](https://help.aliyun.com/document_detail/139271.html).
1972
2056
  *
1973
2057
  * @param request - DescribeDownloadRecordsRequest
1974
2058
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1976,11 +2060,11 @@ export default class Client extends OpenApi {
1976
2060
  */
1977
2061
  describeDownloadRecordsWithOptions(request: $_model.DescribeDownloadRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDownloadRecordsResponse>;
1978
2062
  /**
1979
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
2063
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
1980
2064
  *
1981
2065
  * @remarks
1982
- * You must call the [DownloadDiagnosisRecords](https://help.aliyun.com/document_detail/447700.html) operation to download the query diagnostic information before you can call this operation to query the download records and download URLs.
1983
- * This operation is available only for instances of V6.3.10.1 or later in elastic storage mode. For information about how to view and update the minor version of an instance, see [View the minor engine version](https://help.aliyun.com/document_detail/277424.html) and [Update the minor engine version](https://help.aliyun.com/document_detail/139271.html).
2066
+ * To view download records, you must first call the [DownloadDiagnosisRecords](https://help.aliyun.com/document_detail/447700.html) operation to download the query diagnostic information.
2067
+ * This feature is available only for storage-elastic instances that run kernel minor version V6.3.10.1 or later. For more information about how to view and update the kernel minor version, see [View the kernel minor version](https://help.aliyun.com/document_detail/277424.html) and [Upgrade the kernel version](https://help.aliyun.com/document_detail/139271.html).
1984
2068
  *
1985
2069
  * @param request - DescribeDownloadRecordsRequest
1986
2070
  * @returns DescribeDownloadRecordsResponse
@@ -2032,7 +2116,7 @@ export default class Client extends OpenApi {
2032
2116
  */
2033
2117
  describeExternalDataService(request: $_model.DescribeExternalDataServiceRequest): Promise<$_model.DescribeExternalDataServiceResponse>;
2034
2118
  /**
2035
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
2119
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
2036
2120
  *
2037
2121
  * @param request - DescribeHadoopClustersInSameNetRequest
2038
2122
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2040,7 +2124,7 @@ export default class Client extends OpenApi {
2040
2124
  */
2041
2125
  describeHadoopClustersInSameNetWithOptions(request: $_model.DescribeHadoopClustersInSameNetRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeHadoopClustersInSameNetResponse>;
2042
2126
  /**
2043
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
2127
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
2044
2128
  *
2045
2129
  * @param request - DescribeHadoopClustersInSameNetRequest
2046
2130
  * @returns DescribeHadoopClustersInSameNetResponse
@@ -2324,12 +2408,10 @@ export default class Client extends OpenApi {
2324
2408
  */
2325
2409
  describeRebalanceStatus(request: $_model.DescribeRebalanceStatusRequest): Promise<$_model.DescribeRebalanceStatusResponse>;
2326
2410
  /**
2327
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
2411
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
2328
2412
  *
2329
2413
  * @remarks
2330
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
2331
- * ## Limit
2332
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered and may affect your business. We recommend that you take note of the limit when you call this operation.
2414
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
2333
2415
  *
2334
2416
  * @param request - DescribeRegionsRequest
2335
2417
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2337,12 +2419,10 @@ export default class Client extends OpenApi {
2337
2419
  */
2338
2420
  describeRegionsWithOptions(request: $_model.DescribeRegionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRegionsResponse>;
2339
2421
  /**
2340
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
2422
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
2341
2423
  *
2342
2424
  * @remarks
2343
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
2344
- * ## Limit
2345
- * You can call this operation up to 1,000 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered and may affect your business. We recommend that you take note of the limit when you call this operation.
2425
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
2346
2426
  *
2347
2427
  * @param request - DescribeRegionsRequest
2348
2428
  * @returns DescribeRegionsResponse
@@ -2364,10 +2444,10 @@ export default class Client extends OpenApi {
2364
2444
  */
2365
2445
  describeRoles(request: $_model.DescribeRolesRequest): Promise<$_model.DescribeRolesResponse>;
2366
2446
  /**
2367
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
2447
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
2368
2448
  *
2369
2449
  * @remarks
2370
- * This operation is not available for instances in reserved storage mode.
2450
+ * This API does not support instances of the storage-reserved type.
2371
2451
  *
2372
2452
  * @param request - DescribeSQLLogCountRequest
2373
2453
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2375,10 +2455,10 @@ export default class Client extends OpenApi {
2375
2455
  */
2376
2456
  describeSQLLogCountWithOptions(request: $_model.DescribeSQLLogCountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeSQLLogCountResponse>;
2377
2457
  /**
2378
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
2458
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
2379
2459
  *
2380
2460
  * @remarks
2381
- * This operation is not available for instances in reserved storage mode.
2461
+ * This API does not support instances of the storage-reserved type.
2382
2462
  *
2383
2463
  * @param request - DescribeSQLLogCountRequest
2384
2464
  * @returns DescribeSQLLogCountResponse
@@ -2512,7 +2592,7 @@ export default class Client extends OpenApi {
2512
2592
  */
2513
2593
  describeSupportFeatures(request: $_model.DescribeSupportFeaturesRequest): Promise<$_model.DescribeSupportFeaturesResponse>;
2514
2594
  /**
2515
- * Queries the information about a table.
2595
+ * View table details.
2516
2596
  *
2517
2597
  * @param request - DescribeTableRequest
2518
2598
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2520,7 +2600,7 @@ export default class Client extends OpenApi {
2520
2600
  */
2521
2601
  describeTableWithOptions(request: $_model.DescribeTableRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTableResponse>;
2522
2602
  /**
2523
- * Queries the information about a table.
2603
+ * View table details.
2524
2604
  *
2525
2605
  * @param request - DescribeTableRequest
2526
2606
  * @returns DescribeTableResponse
@@ -2744,7 +2824,7 @@ export default class Client extends OpenApi {
2744
2824
  */
2745
2825
  enableDBResourceGroup(request: $_model.EnableDBResourceGroupRequest): Promise<$_model.EnableDBResourceGroupResponse>;
2746
2826
  /**
2747
- * Executes SQL statements.
2827
+ * Execute an SQL statement.
2748
2828
  *
2749
2829
  * @param tmpReq - ExecuteStatementRequest
2750
2830
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2752,7 +2832,7 @@ export default class Client extends OpenApi {
2752
2832
  */
2753
2833
  executeStatementWithOptions(tmpReq: $_model.ExecuteStatementRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ExecuteStatementResponse>;
2754
2834
  /**
2755
- * Executes SQL statements.
2835
+ * Execute an SQL statement.
2756
2836
  *
2757
2837
  * @param request - ExecuteStatementRequest
2758
2838
  * @returns ExecuteStatementResponse
@@ -2788,6 +2868,27 @@ export default class Client extends OpenApi {
2788
2868
  * @returns GetGraphRAGJobResponse
2789
2869
  */
2790
2870
  getGraphRAGJob(request: $_model.GetGraphRAGJobRequest): Promise<$_model.GetGraphRAGJobResponse>;
2871
+ /**
2872
+ * 获取SaaS服务信息
2873
+ *
2874
+ * @remarks
2875
+ * 删除模型服务。
2876
+ *
2877
+ * @param request - GetSaasServiceRequest
2878
+ * @param runtime - runtime options for this request RuntimeOptions
2879
+ * @returns GetSaasServiceResponse
2880
+ */
2881
+ getSaasServiceWithOptions(request: $_model.GetSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSaasServiceResponse>;
2882
+ /**
2883
+ * 获取SaaS服务信息
2884
+ *
2885
+ * @remarks
2886
+ * 删除模型服务。
2887
+ *
2888
+ * @param request - GetSaasServiceRequest
2889
+ * @returns GetSaasServiceResponse
2890
+ */
2891
+ getSaasService(request: $_model.GetSaasServiceRequest): Promise<$_model.GetSaasServiceResponse>;
2791
2892
  /**
2792
2893
  * Queries the information about an access credential.
2793
2894
  *
@@ -2803,6 +2904,33 @@ export default class Client extends OpenApi {
2803
2904
  * @returns GetSecretValueResponse
2804
2905
  */
2805
2906
  getSecretValue(request: $_model.GetSecretValueRequest): Promise<$_model.GetSecretValueResponse>;
2907
+ /**
2908
+ * 获取SaaS服务访问信息
2909
+ *
2910
+ * @remarks
2911
+ * ## 使用说明
2912
+ * 本接口用于查看所有模型服务信息。
2913
+ * ## QPS限制
2914
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
2915
+ *
2916
+ * @param request - GetServiceAccessInfoRequest
2917
+ * @param runtime - runtime options for this request RuntimeOptions
2918
+ * @returns GetServiceAccessInfoResponse
2919
+ */
2920
+ getServiceAccessInfoWithOptions(request: $_model.GetServiceAccessInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceAccessInfoResponse>;
2921
+ /**
2922
+ * 获取SaaS服务访问信息
2923
+ *
2924
+ * @remarks
2925
+ * ## 使用说明
2926
+ * 本接口用于查看所有模型服务信息。
2927
+ * ## QPS限制
2928
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
2929
+ *
2930
+ * @param request - GetServiceAccessInfoRequest
2931
+ * @returns GetServiceAccessInfoResponse
2932
+ */
2933
+ getServiceAccessInfo(request: $_model.GetServiceAccessInfoRequest): Promise<$_model.GetServiceAccessInfoResponse>;
2806
2934
  /**
2807
2935
  * Get Asynchronous SQL Execution Result
2808
2936
  *
@@ -2819,10 +2947,10 @@ export default class Client extends OpenApi {
2819
2947
  */
2820
2948
  getStatementResult(request: $_model.GetStatementResultRequest): Promise<$_model.GetStatementResultResponse>;
2821
2949
  /**
2822
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
2950
+ * Retrieves details of a Supabase instance.
2823
2951
  *
2824
2952
  * @remarks
2825
- * This interface is used to query the details of a Supabase instance.
2953
+ * Gets the details of a Supabase instance.
2826
2954
  *
2827
2955
  * @param request - GetSupabaseProjectRequest
2828
2956
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2830,20 +2958,20 @@ export default class Client extends OpenApi {
2830
2958
  */
2831
2959
  getSupabaseProjectWithOptions(request: $_model.GetSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSupabaseProjectResponse>;
2832
2960
  /**
2833
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
2961
+ * Retrieves details of a Supabase instance.
2834
2962
  *
2835
2963
  * @remarks
2836
- * This interface is used to query the details of a Supabase instance.
2964
+ * Gets the details of a Supabase instance.
2837
2965
  *
2838
2966
  * @param request - GetSupabaseProjectRequest
2839
2967
  * @returns GetSupabaseProjectResponse
2840
2968
  */
2841
2969
  getSupabaseProject(request: $_model.GetSupabaseProjectRequest): Promise<$_model.GetSupabaseProjectResponse>;
2842
2970
  /**
2843
- * Queries the API keys and JWT secrets of a Supabase instance.
2971
+ * Queries the API keys and JWT secrets for a Supabase instance.
2844
2972
  *
2845
2973
  * @remarks
2846
- * You can call this operation to query a list of API keys for a Supabase project.
2974
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
2847
2975
  *
2848
2976
  * @param request - GetSupabaseProjectApiKeysRequest
2849
2977
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2851,10 +2979,10 @@ export default class Client extends OpenApi {
2851
2979
  */
2852
2980
  getSupabaseProjectApiKeysWithOptions(request: $_model.GetSupabaseProjectApiKeysRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSupabaseProjectApiKeysResponse>;
2853
2981
  /**
2854
- * Queries the API keys and JWT secrets of a Supabase instance.
2982
+ * Queries the API keys and JWT secrets for a Supabase instance.
2855
2983
  *
2856
2984
  * @remarks
2857
- * You can call this operation to query a list of API keys for a Supabase project.
2985
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
2858
2986
  *
2859
2987
  * @param request - GetSupabaseProjectApiKeysRequest
2860
2988
  * @returns GetSupabaseProjectApiKeysResponse
@@ -2975,10 +3103,10 @@ export default class Client extends OpenApi {
2975
3103
  */
2976
3104
  initVectorDatabase(request: $_model.InitVectorDatabaseRequest): Promise<$_model.InitVectorDatabaseResponse>;
2977
3105
  /**
2978
- * Queries a list of AI nodes.
3106
+ * Queries a list of AINode resource pools.
2979
3107
  *
2980
3108
  * @remarks
2981
- * This operation queries a list of AI nodes.
3109
+ * - This operation lists the AINode resource pools for the specified instance.
2982
3110
  *
2983
3111
  * @param request - ListAINodePoolsRequest
2984
3112
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2986,17 +3114,17 @@ export default class Client extends OpenApi {
2986
3114
  */
2987
3115
  listAINodePoolsWithOptions(request: $_model.ListAINodePoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAINodePoolsResponse>;
2988
3116
  /**
2989
- * Queries a list of AI nodes.
3117
+ * Queries a list of AINode resource pools.
2990
3118
  *
2991
3119
  * @remarks
2992
- * This operation queries a list of AI nodes.
3120
+ * - This operation lists the AINode resource pools for the specified instance.
2993
3121
  *
2994
3122
  * @param request - ListAINodePoolsRequest
2995
3123
  * @returns ListAINodePoolsResponse
2996
3124
  */
2997
3125
  listAINodePools(request: $_model.ListAINodePoolsRequest): Promise<$_model.ListAINodePoolsResponse>;
2998
3126
  /**
2999
- * 获取 AI 服务列表
3127
+ * Lists AI services.
3000
3128
  *
3001
3129
  * @param request - ListAIServicesRequest
3002
3130
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3004,7 +3132,7 @@ export default class Client extends OpenApi {
3004
3132
  */
3005
3133
  listAIServicesWithOptions(request: $_model.ListAIServicesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAIServicesResponse>;
3006
3134
  /**
3007
- * 获取 AI 服务列表
3135
+ * Lists AI services.
3008
3136
  *
3009
3137
  * @param request - ListAIServicesRequest
3010
3138
  * @returns ListAIServicesResponse
@@ -3026,7 +3154,7 @@ export default class Client extends OpenApi {
3026
3154
  */
3027
3155
  listBackupJobs(request: $_model.ListBackupJobsRequest): Promise<$_model.ListBackupJobsResponse>;
3028
3156
  /**
3029
- * 获取文本块详情
3157
+ * Get document chunk details
3030
3158
  *
3031
3159
  * @param request - ListChunksRequest
3032
3160
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3034,7 +3162,7 @@ export default class Client extends OpenApi {
3034
3162
  */
3035
3163
  listChunksWithOptions(request: $_model.ListChunksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListChunksResponse>;
3036
3164
  /**
3037
- * 获取文本块详情
3165
+ * Get document chunk details
3038
3166
  *
3039
3167
  * @param request - ListChunksRequest
3040
3168
  * @returns ListChunksResponse
@@ -3086,7 +3214,7 @@ export default class Client extends OpenApi {
3086
3214
  */
3087
3215
  listDatabases(request: $_model.ListDatabasesRequest): Promise<$_model.ListDatabasesResponse>;
3088
3216
  /**
3089
- * Queries a list of document collections.
3217
+ * Lists document collections.
3090
3218
  *
3091
3219
  * @param request - ListDocumentCollectionsRequest
3092
3220
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3094,7 +3222,7 @@ export default class Client extends OpenApi {
3094
3222
  */
3095
3223
  listDocumentCollectionsWithOptions(request: $_model.ListDocumentCollectionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDocumentCollectionsResponse>;
3096
3224
  /**
3097
- * Queries a list of document collections.
3225
+ * Lists document collections.
3098
3226
  *
3099
3227
  * @param request - ListDocumentCollectionsRequest
3100
3228
  * @returns ListDocumentCollectionsResponse
@@ -3247,6 +3375,29 @@ export default class Client extends OpenApi {
3247
3375
  * @returns ListRemoteADBDataSourcesResponse
3248
3376
  */
3249
3377
  listRemoteADBDataSources(request: $_model.ListRemoteADBDataSourcesRequest): Promise<$_model.ListRemoteADBDataSourcesResponse>;
3378
+ /**
3379
+ * Query SaaS Service List
3380
+ *
3381
+ * @remarks
3382
+ * ## Usage Notes
3383
+ * This API operation is used to view information about all SaaS services.
3384
+ *
3385
+ * @param request - ListSaasServiceRequest
3386
+ * @param runtime - runtime options for this request RuntimeOptions
3387
+ * @returns ListSaasServiceResponse
3388
+ */
3389
+ listSaasServiceWithOptions(request: $_model.ListSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSaasServiceResponse>;
3390
+ /**
3391
+ * Query SaaS Service List
3392
+ *
3393
+ * @remarks
3394
+ * ## Usage Notes
3395
+ * This API operation is used to view information about all SaaS services.
3396
+ *
3397
+ * @param request - ListSaasServiceRequest
3398
+ * @returns ListSaasServiceResponse
3399
+ */
3400
+ listSaasService(request: $_model.ListSaasServiceRequest): Promise<$_model.ListSaasServiceResponse>;
3250
3401
  /**
3251
3402
  * Queries a list of schemas.
3252
3403
  *
@@ -3263,7 +3414,7 @@ export default class Client extends OpenApi {
3263
3414
  */
3264
3415
  listSchemas(request: $_model.ListSchemasRequest): Promise<$_model.ListSchemasResponse>;
3265
3416
  /**
3266
- * Queries a list of access credentials.
3417
+ * View the access credential list.
3267
3418
  *
3268
3419
  * @param request - ListSecretsRequest
3269
3420
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3271,7 +3422,7 @@ export default class Client extends OpenApi {
3271
3422
  */
3272
3423
  listSecretsWithOptions(request: $_model.ListSecretsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSecretsResponse>;
3273
3424
  /**
3274
- * Queries a list of access credentials.
3425
+ * View the access credential list.
3275
3426
  *
3276
3427
  * @param request - ListSecretsRequest
3277
3428
  * @returns ListSecretsResponse
@@ -3338,10 +3489,31 @@ export default class Client extends OpenApi {
3338
3489
  */
3339
3490
  listStreamingJobs(request: $_model.ListStreamingJobsRequest): Promise<$_model.ListStreamingJobsResponse>;
3340
3491
  /**
3341
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
3492
+ * Lists the tags of Supabase instances.
3342
3493
  *
3343
3494
  * @remarks
3344
- * You can call this operation to query Supabase instances.
3495
+ * - This operation queries the tags of Supabase instances.
3496
+ *
3497
+ * @param request - ListSupabaseProjectTagsRequest
3498
+ * @param runtime - runtime options for this request RuntimeOptions
3499
+ * @returns ListSupabaseProjectTagsResponse
3500
+ */
3501
+ listSupabaseProjectTagsWithOptions(request: $_model.ListSupabaseProjectTagsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSupabaseProjectTagsResponse>;
3502
+ /**
3503
+ * Lists the tags of Supabase instances.
3504
+ *
3505
+ * @remarks
3506
+ * - This operation queries the tags of Supabase instances.
3507
+ *
3508
+ * @param request - ListSupabaseProjectTagsRequest
3509
+ * @returns ListSupabaseProjectTagsResponse
3510
+ */
3511
+ listSupabaseProjectTags(request: $_model.ListSupabaseProjectTagsRequest): Promise<$_model.ListSupabaseProjectTagsResponse>;
3512
+ /**
3513
+ * Returns a list of Supabase instances.
3514
+ *
3515
+ * @remarks
3516
+ * - Lists Supabase instances.
3345
3517
  *
3346
3518
  * @param request - ListSupabaseProjectsRequest
3347
3519
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3349,10 +3521,10 @@ export default class Client extends OpenApi {
3349
3521
  */
3350
3522
  listSupabaseProjectsWithOptions(request: $_model.ListSupabaseProjectsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSupabaseProjectsResponse>;
3351
3523
  /**
3352
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
3524
+ * Returns a list of Supabase instances.
3353
3525
  *
3354
3526
  * @remarks
3355
- * You can call this operation to query Supabase instances.
3527
+ * - Lists Supabase instances.
3356
3528
  *
3357
3529
  * @param request - ListSupabaseProjectsRequest
3358
3530
  * @returns ListSupabaseProjectsResponse
@@ -3395,7 +3567,7 @@ export default class Client extends OpenApi {
3395
3567
  */
3396
3568
  listTables(request: $_model.ListTablesRequest): Promise<$_model.ListTablesResponse>;
3397
3569
  /**
3398
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
3570
+ * List all tag resources.
3399
3571
  *
3400
3572
  * @param request - ListTagResourcesRequest
3401
3573
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3403,14 +3575,37 @@ export default class Client extends OpenApi {
3403
3575
  */
3404
3576
  listTagResourcesWithOptions(request: $_model.ListTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagResourcesResponse>;
3405
3577
  /**
3406
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
3578
+ * List all tag resources.
3407
3579
  *
3408
3580
  * @param request - ListTagResourcesRequest
3409
3581
  * @returns ListTagResourcesResponse
3410
3582
  */
3411
3583
  listTagResources(request: $_model.ListTagResourcesRequest): Promise<$_model.ListTagResourcesResponse>;
3412
3584
  /**
3413
- * 修改 AI 服务白名单
3585
+ * Queries the list of SaaS workspaces.
3586
+ *
3587
+ * @remarks
3588
+ * ## Operation description
3589
+ * This operation is used to query information about all workspaces.
3590
+ *
3591
+ * @param request - ListWorkspacesRequest
3592
+ * @param runtime - runtime options for this request RuntimeOptions
3593
+ * @returns ListWorkspacesResponse
3594
+ */
3595
+ listWorkspacesWithOptions(request: $_model.ListWorkspacesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListWorkspacesResponse>;
3596
+ /**
3597
+ * Queries the list of SaaS workspaces.
3598
+ *
3599
+ * @remarks
3600
+ * ## Operation description
3601
+ * This operation is used to query information about all workspaces.
3602
+ *
3603
+ * @param request - ListWorkspacesRequest
3604
+ * @returns ListWorkspacesResponse
3605
+ */
3606
+ listWorkspaces(request: $_model.ListWorkspacesRequest): Promise<$_model.ListWorkspacesResponse>;
3607
+ /**
3608
+ * Modifies the IP address whitelist for an AI service.
3414
3609
  *
3415
3610
  * @param request - ModifyAIServiceSecurityIpsRequest
3416
3611
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3418,7 +3613,7 @@ export default class Client extends OpenApi {
3418
3613
  */
3419
3614
  modifyAIServiceSecurityIpsWithOptions(request: $_model.ModifyAIServiceSecurityIpsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAIServiceSecurityIpsResponse>;
3420
3615
  /**
3421
- * 修改 AI 服务白名单
3616
+ * Modifies the IP address whitelist for an AI service.
3422
3617
  *
3423
3618
  * @param request - ModifyAIServiceSecurityIpsRequest
3424
3619
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -3455,7 +3650,7 @@ export default class Client extends OpenApi {
3455
3650
  */
3456
3651
  modifyBackupPolicy(request: $_model.ModifyBackupPolicyRequest): Promise<$_model.ModifyBackupPolicyResponse>;
3457
3652
  /**
3458
- * Updates a collection.
3653
+ * Updates a vector collection.
3459
3654
  *
3460
3655
  * @param request - ModifyCollectionRequest
3461
3656
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3463,7 +3658,7 @@ export default class Client extends OpenApi {
3463
3658
  */
3464
3659
  modifyCollectionWithOptions(request: $_model.ModifyCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyCollectionResponse>;
3465
3660
  /**
3466
- * Updates a collection.
3661
+ * Updates a vector collection.
3467
3662
  *
3468
3663
  * @param request - ModifyCollectionRequest
3469
3664
  * @returns ModifyCollectionResponse
@@ -3814,7 +4009,7 @@ export default class Client extends OpenApi {
3814
4009
  */
3815
4010
  modifySecurityIps(request: $_model.ModifySecurityIpsRequest): Promise<$_model.ModifySecurityIpsResponse>;
3816
4011
  /**
3817
- * Modifies the configurations of an external data source.
4012
+ * Modify a real-time data service.
3818
4013
  *
3819
4014
  * @param request - ModifyStreamingDataServiceRequest
3820
4015
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3822,7 +4017,7 @@ export default class Client extends OpenApi {
3822
4017
  */
3823
4018
  modifyStreamingDataServiceWithOptions(request: $_model.ModifyStreamingDataServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyStreamingDataServiceResponse>;
3824
4019
  /**
3825
- * Modifies the configurations of an external data source.
4020
+ * Modify a real-time data service.
3826
4021
  *
3827
4022
  * @param request - ModifyStreamingDataServiceRequest
3828
4023
  * @returns ModifyStreamingDataServiceResponse
@@ -3859,7 +4054,10 @@ export default class Client extends OpenApi {
3859
4054
  */
3860
4055
  modifyStreamingJob(request: $_model.ModifyStreamingJobRequest): Promise<$_model.ModifyStreamingJobResponse>;
3861
4056
  /**
3862
- * Modify the auto pause/resume policy of Supabase.
4057
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
4058
+ *
4059
+ * @remarks
4060
+ * - This operation applies only to ADBPG Supabase instances.
3863
4061
  *
3864
4062
  * @param request - ModifySupabaseAutoScalePolicyRequest
3865
4063
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3867,14 +4065,41 @@ export default class Client extends OpenApi {
3867
4065
  */
3868
4066
  modifySupabaseAutoScalePolicyWithOptions(request: $_model.ModifySupabaseAutoScalePolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
3869
4067
  /**
3870
- * Modify the auto pause/resume policy of Supabase.
4068
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
4069
+ *
4070
+ * @remarks
4071
+ * - This operation applies only to ADBPG Supabase instances.
3871
4072
  *
3872
4073
  * @param request - ModifySupabaseAutoScalePolicyRequest
3873
4074
  * @returns ModifySupabaseAutoScalePolicyResponse
3874
4075
  */
3875
4076
  modifySupabaseAutoScalePolicy(request: $_model.ModifySupabaseAutoScalePolicyRequest): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
3876
4077
  /**
3877
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
4078
+ * Change the Supabase project description
4079
+ *
4080
+ * @remarks
4081
+ * *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)**.
4082
+ *
4083
+ * @param request - ModifySupabaseProjectDescriptionRequest
4084
+ * @param runtime - runtime options for this request RuntimeOptions
4085
+ * @returns ModifySupabaseProjectDescriptionResponse
4086
+ */
4087
+ modifySupabaseProjectDescriptionWithOptions(request: $_model.ModifySupabaseProjectDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
4088
+ /**
4089
+ * Change the Supabase project description
4090
+ *
4091
+ * @remarks
4092
+ * *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)**.
4093
+ *
4094
+ * @param request - ModifySupabaseProjectDescriptionRequest
4095
+ * @returns ModifySupabaseProjectDescriptionResponse
4096
+ */
4097
+ modifySupabaseProjectDescription(request: $_model.ModifySupabaseProjectDescriptionRequest): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
4098
+ /**
4099
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
4100
+ *
4101
+ * @remarks
4102
+ * *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.**
3878
4103
  *
3879
4104
  * @param request - ModifySupabaseProjectResourceRequest
3880
4105
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3882,17 +4107,20 @@ export default class Client extends OpenApi {
3882
4107
  */
3883
4108
  modifySupabaseProjectResourceWithOptions(request: $_model.ModifySupabaseProjectResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectResourceResponse>;
3884
4109
  /**
3885
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
4110
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
4111
+ *
4112
+ * @remarks
4113
+ * *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.**
3886
4114
  *
3887
4115
  * @param request - ModifySupabaseProjectResourceRequest
3888
4116
  * @returns ModifySupabaseProjectResourceResponse
3889
4117
  */
3890
4118
  modifySupabaseProjectResource(request: $_model.ModifySupabaseProjectResourceRequest): Promise<$_model.ModifySupabaseProjectResourceResponse>;
3891
4119
  /**
3892
- * Sets or replaces the IP address whitelist for a specified Supabase project.
4120
+ * Modifies the IP address whitelist for a Supabase project.
3893
4121
  *
3894
4122
  * @remarks
3895
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
4123
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
3896
4124
  *
3897
4125
  * @param request - ModifySupabaseProjectSecurityIpsRequest
3898
4126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3900,10 +4128,10 @@ export default class Client extends OpenApi {
3900
4128
  */
3901
4129
  modifySupabaseProjectSecurityIpsWithOptions(request: $_model.ModifySupabaseProjectSecurityIpsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectSecurityIpsResponse>;
3902
4130
  /**
3903
- * Sets or replaces the IP address whitelist for a specified Supabase project.
4131
+ * Modifies the IP address whitelist for a Supabase project.
3904
4132
  *
3905
4133
  * @remarks
3906
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
4134
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
3907
4135
  *
3908
4136
  * @param request - ModifySupabaseProjectSecurityIpsRequest
3909
4137
  * @returns ModifySupabaseProjectSecurityIpsResponse
@@ -3969,7 +4197,10 @@ export default class Client extends OpenApi {
3969
4197
  */
3970
4198
  pauseInstance(request: $_model.PauseInstanceRequest): Promise<$_model.PauseInstanceResponse>;
3971
4199
  /**
3972
- * 暂停Supabase实例
4200
+ * Pauses a Supabase instance.
4201
+ *
4202
+ * @remarks
4203
+ * This operation pauses a Supabase instance.
3973
4204
  *
3974
4205
  * @param request - PauseSupabaseProjectRequest
3975
4206
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3977,14 +4208,17 @@ export default class Client extends OpenApi {
3977
4208
  */
3978
4209
  pauseSupabaseProjectWithOptions(request: $_model.PauseSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PauseSupabaseProjectResponse>;
3979
4210
  /**
3980
- * 暂停Supabase实例
4211
+ * Pauses a Supabase instance.
4212
+ *
4213
+ * @remarks
4214
+ * This operation pauses a Supabase instance.
3981
4215
  *
3982
4216
  * @param request - PauseSupabaseProjectRequest
3983
4217
  * @returns PauseSupabaseProjectResponse
3984
4218
  */
3985
4219
  pauseSupabaseProject(request: $_model.PauseSupabaseProjectRequest): Promise<$_model.PauseSupabaseProjectResponse>;
3986
4220
  /**
3987
- * Query Vector Data
4221
+ * Retrieving vector data.
3988
4222
  *
3989
4223
  * @param tmpReq - QueryCollectionDataRequest
3990
4224
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3992,14 +4226,14 @@ export default class Client extends OpenApi {
3992
4226
  */
3993
4227
  queryCollectionDataWithOptions(tmpReq: $_model.QueryCollectionDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryCollectionDataResponse>;
3994
4228
  /**
3995
- * Query Vector Data
4229
+ * Retrieving vector data.
3996
4230
  *
3997
4231
  * @param request - QueryCollectionDataRequest
3998
4232
  * @returns QueryCollectionDataResponse
3999
4233
  */
4000
4234
  queryCollectionData(request: $_model.QueryCollectionDataRequest): Promise<$_model.QueryCollectionDataResponse>;
4001
4235
  /**
4002
- * Retrieves vector data and metadata from a document collection by using natural statements.
4236
+ * Query a document collection with natural language to retrieve vectors and metadata.
4003
4237
  *
4004
4238
  * @param tmpReq - QueryContentRequest
4005
4239
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4007,7 +4241,7 @@ export default class Client extends OpenApi {
4007
4241
  */
4008
4242
  queryContentWithOptions(tmpReq: $_model.QueryContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryContentResponse>;
4009
4243
  /**
4010
- * Retrieves vector data and metadata from a document collection by using natural statements.
4244
+ * Query a document collection with natural language to retrieve vectors and metadata.
4011
4245
  *
4012
4246
  * @param request - QueryContentRequest
4013
4247
  * @returns QueryContentResponse
@@ -4015,7 +4249,7 @@ export default class Client extends OpenApi {
4015
4249
  queryContent(request: $_model.QueryContentRequest): Promise<$_model.QueryContentResponse>;
4016
4250
  queryContentAdvance(request: $_model.QueryContentAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryContentResponse>;
4017
4251
  /**
4018
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
4252
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
4019
4253
  *
4020
4254
  * @param tmpReq - QueryKnowledgeBasesContentRequest
4021
4255
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4023,7 +4257,7 @@ export default class Client extends OpenApi {
4023
4257
  */
4024
4258
  queryKnowledgeBasesContentWithOptions(tmpReq: $_model.QueryKnowledgeBasesContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryKnowledgeBasesContentResponse>;
4025
4259
  /**
4026
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
4260
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
4027
4261
  *
4028
4262
  * @param request - QueryKnowledgeBasesContentRequest
4029
4263
  * @returns QueryKnowledgeBasesContentResponse
@@ -4195,7 +4429,10 @@ export default class Client extends OpenApi {
4195
4429
  */
4196
4430
  resumeInstance(request: $_model.ResumeInstanceRequest): Promise<$_model.ResumeInstanceResponse>;
4197
4431
  /**
4198
- * 恢复Supabase实例
4432
+ * Resumes a Supabase instance.
4433
+ *
4434
+ * @remarks
4435
+ * This operation retrieves details about a Supabase instance.
4199
4436
  *
4200
4437
  * @param request - ResumeSupabaseProjectRequest
4201
4438
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4203,7 +4440,10 @@ export default class Client extends OpenApi {
4203
4440
  */
4204
4441
  resumeSupabaseProjectWithOptions(request: $_model.ResumeSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeSupabaseProjectResponse>;
4205
4442
  /**
4206
- * 恢复Supabase实例
4443
+ * Resumes a Supabase instance.
4444
+ *
4445
+ * @remarks
4446
+ * This operation retrieves details about a Supabase instance.
4207
4447
  *
4208
4448
  * @param request - ResumeSupabaseProjectRequest
4209
4449
  * @returns ResumeSupabaseProjectResponse
@@ -4235,12 +4475,10 @@ export default class Client extends OpenApi {
4235
4475
  */
4236
4476
  setDBInstancePlanStatus(request: $_model.SetDBInstancePlanStatusRequest): Promise<$_model.SetDBInstancePlanStatusResponse>;
4237
4477
  /**
4238
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
4478
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
4239
4479
  *
4240
4480
  * @remarks
4241
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
4242
- * ## Limits
4243
- * 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.
4481
+ * Only Serverless instances support the data sharing feature.
4244
4482
  *
4245
4483
  * @param tmpReq - SetDataShareInstanceRequest
4246
4484
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4248,12 +4486,10 @@ export default class Client extends OpenApi {
4248
4486
  */
4249
4487
  setDataShareInstanceWithOptions(tmpReq: $_model.SetDataShareInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDataShareInstanceResponse>;
4250
4488
  /**
4251
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
4489
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
4252
4490
  *
4253
4491
  * @remarks
4254
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
4255
- * ## Limits
4256
- * 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.
4492
+ * Only Serverless instances support the data sharing feature.
4257
4493
  *
4258
4494
  * @param request - SetDataShareInstanceRequest
4259
4495
  * @returns SetDataShareInstanceResponse
@@ -4281,7 +4517,7 @@ export default class Client extends OpenApi {
4281
4517
  */
4282
4518
  switchDBInstanceNetType(request: $_model.SwitchDBInstanceNetTypeRequest): Promise<$_model.SwitchDBInstanceNetTypeResponse>;
4283
4519
  /**
4284
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
4520
+ * Create and attach tags.
4285
4521
  *
4286
4522
  * @param request - TagResourcesRequest
4287
4523
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4289,12 +4525,33 @@ export default class Client extends OpenApi {
4289
4525
  */
4290
4526
  tagResourcesWithOptions(request: $_model.TagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
4291
4527
  /**
4292
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
4528
+ * Create and attach tags.
4293
4529
  *
4294
4530
  * @param request - TagResourcesRequest
4295
4531
  * @returns TagResourcesResponse
4296
4532
  */
4297
4533
  tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
4534
+ /**
4535
+ * Adds tags to Supabase project instances.
4536
+ *
4537
+ * @remarks
4538
+ * 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.
4539
+ *
4540
+ * @param request - TagSupabaseProjectRequest
4541
+ * @param runtime - runtime options for this request RuntimeOptions
4542
+ * @returns TagSupabaseProjectResponse
4543
+ */
4544
+ tagSupabaseProjectWithOptions(request: $_model.TagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagSupabaseProjectResponse>;
4545
+ /**
4546
+ * Adds tags to Supabase project instances.
4547
+ *
4548
+ * @remarks
4549
+ * 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.
4550
+ *
4551
+ * @param request - TagSupabaseProjectRequest
4552
+ * @returns TagSupabaseProjectResponse
4553
+ */
4554
+ tagSupabaseProject(request: $_model.TagSupabaseProjectRequest): Promise<$_model.TagSupabaseProjectResponse>;
4298
4555
  /**
4299
4556
  * Generates text embeddings using an embedding model.
4300
4557
  *
@@ -4365,6 +4622,27 @@ export default class Client extends OpenApi {
4365
4622
  * @returns UntagResourcesResponse
4366
4623
  */
4367
4624
  untagResources(request: $_model.UntagResourcesRequest): Promise<$_model.UntagResourcesResponse>;
4625
+ /**
4626
+ * Removes tags from one or more Supabase instances.
4627
+ *
4628
+ * @remarks
4629
+ * This operation removes one or more specified tags from Supabase instances.
4630
+ *
4631
+ * @param request - UntagSupabaseProjectRequest
4632
+ * @param runtime - runtime options for this request RuntimeOptions
4633
+ * @returns UntagSupabaseProjectResponse
4634
+ */
4635
+ untagSupabaseProjectWithOptions(request: $_model.UntagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagSupabaseProjectResponse>;
4636
+ /**
4637
+ * Removes tags from one or more Supabase instances.
4638
+ *
4639
+ * @remarks
4640
+ * This operation removes one or more specified tags from Supabase instances.
4641
+ *
4642
+ * @param request - UntagSupabaseProjectRequest
4643
+ * @returns UntagSupabaseProjectResponse
4644
+ */
4645
+ untagSupabaseProject(request: $_model.UntagSupabaseProjectRequest): Promise<$_model.UntagSupabaseProjectResponse>;
4368
4646
  /**
4369
4647
  * Update Metadata of Collection Data
4370
4648
  *
@@ -4406,11 +4684,11 @@ export default class Client extends OpenApi {
4406
4684
  */
4407
4685
  updateDBInstancePlan(request: $_model.UpdateDBInstancePlanRequest): Promise<$_model.UpdateDBInstancePlanResponse>;
4408
4686
  /**
4409
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
4687
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
4410
4688
  *
4411
4689
  * @remarks
4412
- * This operation is not available for instances in reserved storage mode.
4413
- * Before you call this operation, make sure that you are familiar with the billing of AnalyticDB for PostgreSQL. For more information, see [Billing methods](https://help.aliyun.com/document_detail/35406.html) and [AnalyticDB for PostgreSQL pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing).
4690
+ * This operation does not support modifying instances in storage-reserved mode.
4691
+ * 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.
4414
4692
  *
4415
4693
  * @param request - UpgradeDBInstanceRequest
4416
4694
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4418,11 +4696,11 @@ export default class Client extends OpenApi {
4418
4696
  */
4419
4697
  upgradeDBInstanceWithOptions(request: $_model.UpgradeDBInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpgradeDBInstanceResponse>;
4420
4698
  /**
4421
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
4699
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
4422
4700
  *
4423
4701
  * @remarks
4424
- * This operation is not available for instances in reserved storage mode.
4425
- * Before you call this operation, make sure that you are familiar with the billing of AnalyticDB for PostgreSQL. For more information, see [Billing methods](https://help.aliyun.com/document_detail/35406.html) and [AnalyticDB for PostgreSQL pricing](https://www.alibabacloud.com/zh/product/hybriddb-postgresql/pricing).
4702
+ * This operation does not support modifying instances in storage-reserved mode.
4703
+ * 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.
4426
4704
  *
4427
4705
  * @param request - UpgradeDBInstanceRequest
4428
4706
  * @returns UpgradeDBInstanceResponse
@@ -4518,6 +4796,14 @@ export default class Client extends OpenApi {
4518
4796
  /**
4519
4797
  * Uploads vector data to a vector collection.
4520
4798
  *
4799
+ * @remarks
4800
+ * >Notice:
4801
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
4802
+ * 请使用最新版SDK或不低于此版本:
4803
+ * - Java:1.2.1
4804
+ * - Go:v3.3.1
4805
+ * - Python:3.3.1
4806
+ *
4521
4807
  * @param tmpReq - UpsertCollectionDataRequest
4522
4808
  * @param runtime - runtime options for this request RuntimeOptions
4523
4809
  * @returns UpsertCollectionDataResponse
@@ -4526,6 +4812,14 @@ export default class Client extends OpenApi {
4526
4812
  /**
4527
4813
  * Uploads vector data to a vector collection.
4528
4814
  *
4815
+ * @remarks
4816
+ * >Notice:
4817
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
4818
+ * 请使用最新版SDK或不低于此版本:
4819
+ * - Java:1.2.1
4820
+ * - Go:v3.3.1
4821
+ * - Python:3.3.1
4822
+ *
4529
4823
  * @param request - UpsertCollectionDataRequest
4530
4824
  * @returns UpsertCollectionDataResponse
4531
4825
  */