@alicloud/gpdb20160503 3.5.0 → 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 (550) hide show
  1. package/dist/client.d.ts +436 -202
  2. package/dist/client.js +706 -202
  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 +35 -1
  246. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  247. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +20 -1
  248. package/dist/models/ListSupabaseProjectTagsResponseBody.js.map +1 -1
  249. package/dist/models/ListSupabaseProjectsRequest.d.ts +11 -5
  250. package/dist/models/ListSupabaseProjectsRequest.js.map +1 -1
  251. package/dist/models/ListSupabaseProjectsResponseBody.d.ts +50 -28
  252. package/dist/models/ListSupabaseProjectsResponseBody.js.map +1 -1
  253. package/dist/models/ListWorkspacesRequest.d.ts +59 -0
  254. package/dist/models/ListWorkspacesRequest.js +66 -0
  255. package/dist/models/ListWorkspacesRequest.js.map +1 -0
  256. package/dist/models/ListWorkspacesResponse.d.ts +19 -0
  257. package/dist/models/ListWorkspacesResponse.js +69 -0
  258. package/dist/models/ListWorkspacesResponse.js.map +1 -0
  259. package/dist/models/ListWorkspacesResponseBody.d.ts +299 -0
  260. package/dist/models/ListWorkspacesResponseBody.js +194 -0
  261. package/dist/models/ListWorkspacesResponseBody.js.map +1 -0
  262. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +14 -0
  263. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  264. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +3 -0
  265. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.js.map +1 -1
  266. package/dist/models/ModifyBackupPolicyRequest.d.ts +1 -1
  267. package/dist/models/ModifyCollectionRequest.d.ts +18 -18
  268. package/dist/models/ModifyCollectionResponseBody.d.ts +8 -9
  269. package/dist/models/ModifyCollectionResponseBody.js.map +1 -1
  270. package/dist/models/ModifyDbinstanceDescriptionRequest.d.ts +1 -1
  271. package/dist/models/ModifyDbinstanceMaintainTimeRequest.d.ts +1 -1
  272. package/dist/models/ModifyDbinstancePayTypeResponseBody.d.ts +1 -1
  273. package/dist/models/ModifyDbresourceGroupRequest.d.ts +1 -1
  274. package/dist/models/ModifyHadoopDataSourceRequest.d.ts +55 -5
  275. package/dist/models/ModifyHadoopDataSourceRequest.js.map +1 -1
  276. package/dist/models/ModifyJdbcdataSourceRequest.d.ts +3 -3
  277. package/dist/models/ModifySecurityIpsRequest.d.ts +1 -1
  278. package/dist/models/ModifySqlcollectorPolicyRequest.d.ts +1 -1
  279. package/dist/models/ModifySqlcollectorPolicyResponseBody.d.ts +1 -1
  280. package/dist/models/ModifyStreamingDataServiceRequest.d.ts +5 -0
  281. package/dist/models/ModifyStreamingDataServiceRequest.js.map +1 -1
  282. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +11 -0
  283. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  284. package/dist/models/ModifySupabaseAutoScalePolicyResponseBody.d.ts +3 -0
  285. package/dist/models/ModifySupabaseAutoScalePolicyResponseBody.js.map +1 -1
  286. package/dist/models/ModifySupabaseProjectDescriptionRequest.d.ts +9 -0
  287. package/dist/models/ModifySupabaseProjectDescriptionRequest.js.map +1 -1
  288. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +13 -0
  289. package/dist/models/ModifySupabaseProjectResourceRequest.js.map +1 -1
  290. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +9 -0
  291. package/dist/models/ModifySupabaseProjectResourceResponseBody.js.map +1 -1
  292. package/dist/models/ModifySupabaseProjectSecurityIpsRequest.d.ts +15 -6
  293. package/dist/models/ModifySupabaseProjectSecurityIpsRequest.js.map +1 -1
  294. package/dist/models/ModifySupabaseProjectSecurityIpsResponseBody.d.ts +1 -1
  295. package/dist/models/PauseSupabaseProjectRequest.d.ts +7 -0
  296. package/dist/models/PauseSupabaseProjectRequest.js.map +1 -1
  297. package/dist/models/PauseSupabaseProjectResponseBody.d.ts +3 -0
  298. package/dist/models/PauseSupabaseProjectResponseBody.js.map +1 -1
  299. package/dist/models/QueryCollectionDataRequest.d.ts +108 -68
  300. package/dist/models/QueryCollectionDataRequest.js.map +1 -1
  301. package/dist/models/QueryCollectionDataResponseBody.d.ts +12 -6
  302. package/dist/models/QueryCollectionDataResponseBody.js.map +1 -1
  303. package/dist/models/QueryCollectionDataShrinkRequest.d.ts +91 -61
  304. package/dist/models/QueryCollectionDataShrinkRequest.js.map +1 -1
  305. package/dist/models/QueryContentAdvanceRequest.d.ts +117 -76
  306. package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
  307. package/dist/models/QueryContentRequest.d.ts +117 -76
  308. package/dist/models/QueryContentRequest.js.map +1 -1
  309. package/dist/models/QueryContentResponseBody.d.ts +12 -10
  310. package/dist/models/QueryContentResponseBody.js.map +1 -1
  311. package/dist/models/QueryContentShrinkRequest.d.ts +109 -75
  312. package/dist/models/QueryContentShrinkRequest.js.map +1 -1
  313. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +137 -77
  314. package/dist/models/QueryKnowledgeBasesContentRequest.js.map +1 -1
  315. package/dist/models/QueryKnowledgeBasesContentResponseBody.d.ts +25 -12
  316. package/dist/models/QueryKnowledgeBasesContentResponseBody.js.map +1 -1
  317. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +21 -15
  318. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.js.map +1 -1
  319. package/dist/models/ReleaseInstancePublicConnectionRequest.d.ts +1 -1
  320. package/dist/models/RerankRequest.d.ts +3 -0
  321. package/dist/models/RerankRequest.js.map +1 -1
  322. package/dist/models/RerankShrinkRequest.d.ts +3 -0
  323. package/dist/models/RerankShrinkRequest.js.map +1 -1
  324. package/dist/models/ResumeSupabaseProjectRequest.d.ts +2 -0
  325. package/dist/models/ResumeSupabaseProjectRequest.js.map +1 -1
  326. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +3 -0
  327. package/dist/models/ResumeSupabaseProjectResponseBody.js.map +1 -1
  328. package/dist/models/SwitchDbinstanceNetTypeRequest.d.ts +3 -3
  329. package/dist/models/TagSupabaseProjectRequest.d.ts +20 -0
  330. package/dist/models/TagSupabaseProjectRequest.js.map +1 -1
  331. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  332. package/dist/models/TextEmbeddingRequest.d.ts +4 -1
  333. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  334. package/dist/models/TextEmbeddingShrinkRequest.d.ts +4 -1
  335. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  336. package/dist/models/UntagSupabaseProjectRequest.d.ts +27 -0
  337. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  338. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  339. package/dist/models/UpgradeDbinstanceRequest.d.ts +69 -32
  340. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  341. package/dist/models/UpgradeDbversionResponseBody.d.ts +1 -1
  342. package/dist/models/UpsertChunksRequest.d.ts +1 -1
  343. package/dist/models/UpsertCollectionDataRequest.d.ts +2 -2
  344. package/dist/models/UpsertCollectionDataResponseBody.d.ts +1 -1
  345. package/dist/models/UpsertCollectionDataShrinkRequest.d.ts +1 -1
  346. package/dist/models/model.d.ts +29 -0
  347. package/dist/models/model.js +77 -18
  348. package/dist/models/model.js.map +1 -1
  349. package/package.json +1 -1
  350. package/src/client.ts +751 -202
  351. package/src/models/ChatWithKnowledgeBaseRequest.ts +141 -87
  352. package/src/models/ChatWithKnowledgeBaseResponseBody.ts +62 -52
  353. package/src/models/ChatWithKnowledgeBaseShrinkRequest.ts +10 -7
  354. package/src/models/ChatWithKnowledgeBaseStreamRequest.ts +120 -90
  355. package/src/models/ChatWithKnowledgeBaseStreamResponseBody.ts +61 -51
  356. package/src/models/ChatWithKnowledgeBaseStreamShrinkRequest.ts +10 -7
  357. package/src/models/CreateAiserviceRequest.ts +36 -0
  358. package/src/models/CreateAiserviceResponseBody.ts +6 -0
  359. package/src/models/CreateCollectionRequest.ts +161 -46
  360. package/src/models/CreateCollectionResponseBody.ts +4 -3
  361. package/src/models/CreateCollectionShrinkRequest.ts +102 -46
  362. package/src/models/CreateDbinstancePlanRequest.ts +2 -2
  363. package/src/models/CreateDbinstanceRequest.ts +215 -141
  364. package/src/models/CreateDbinstanceResponseBody.ts +7 -7
  365. package/src/models/CreateDbresourceGroupRequest.ts +1 -1
  366. package/src/models/CreateDocumentCollectionRequest.ts +259 -66
  367. package/src/models/CreateDocumentCollectionResponseBody.ts +5 -3
  368. package/src/models/CreateDocumentCollectionShrinkRequest.ts +200 -66
  369. package/src/models/CreateIndexRequest.ts +3 -0
  370. package/src/models/CreateJdbcdataSourceRequest.ts +3 -3
  371. package/src/models/CreateModelServiceRequest.ts +20 -10
  372. package/src/models/CreateModelServiceResponseBody.ts +2 -2
  373. package/src/models/CreateModelServiceShrinkRequest.ts +20 -10
  374. package/src/models/CreateNamespaceRequest.ts +1 -1
  375. package/src/models/CreateNamespaceResponseBody.ts +1 -1
  376. package/src/models/CreateSaasServiceRequest.ts +125 -0
  377. package/src/models/CreateSaasServiceResponse.ts +40 -0
  378. package/src/models/CreateSaasServiceResponseBody.ts +54 -0
  379. package/src/models/CreateStreamingJobRequest.ts +1 -1
  380. package/src/models/CreateStreamingJobShrinkRequest.ts +1 -1
  381. package/src/models/CreateSupabaseProjectRequest.ts +59 -27
  382. package/src/models/CreateSupabaseProjectResponseBody.ts +8 -1
  383. package/src/models/CreateVectorIndexRequest.ts +105 -29
  384. package/src/models/CreateVectorIndexResponseBody.ts +7 -5
  385. package/src/models/CreateWorkspaceRequest.ts +48 -0
  386. package/src/models/CreateWorkspaceResponse.ts +40 -0
  387. package/src/models/CreateWorkspaceResponseBody.ts +44 -0
  388. package/src/models/DeleteAiserviceRequest.ts +8 -0
  389. package/src/models/DeleteAiserviceResponseBody.ts +3 -0
  390. package/src/models/DeleteChunksRequest.ts +21 -0
  391. package/src/models/DeleteChunksResponseBody.ts +3 -0
  392. package/src/models/DeleteChunksShrinkRequest.ts +21 -0
  393. package/src/models/DeleteDatabaseRequest.ts +1 -1
  394. package/src/models/DeleteDbinstanceRequest.ts +1 -1
  395. package/src/models/DeleteHadoopDataSourceRequest.ts +5 -0
  396. package/src/models/DeleteNamespaceRequest.ts +1 -1
  397. package/src/models/DeleteNamespaceResponseBody.ts +1 -1
  398. package/src/models/DeleteSaasServiceRequest.ts +46 -0
  399. package/src/models/DeleteSaasServiceResponse.ts +40 -0
  400. package/src/models/DeleteSaasServiceResponseBody.ts +44 -0
  401. package/src/models/DeleteStreamingDataServiceRequest.ts +3 -0
  402. package/src/models/DeleteStreamingDataSourceRequest.ts +5 -0
  403. package/src/models/DeleteStreamingJobRequest.ts +5 -0
  404. package/src/models/DeleteVectorIndexRequest.ts +1 -1
  405. package/src/models/DeleteVectorIndexResponseBody.ts +1 -1
  406. package/src/models/DeleteWorkspaceRequest.ts +41 -0
  407. package/src/models/DeleteWorkspaceResponse.ts +40 -0
  408. package/src/models/DeleteWorkspaceResponseBody.ts +38 -0
  409. package/src/models/DescribeActiveSqlrecordsResponseBody.ts +2 -2
  410. package/src/models/DescribeAiserviceRequest.ts +8 -0
  411. package/src/models/DescribeAiserviceResponseBody.ts +37 -0
  412. package/src/models/DescribeAvailableResourcesRequest.ts +6 -5
  413. package/src/models/DescribeAvailableResourcesResponseBody.ts +30 -26
  414. package/src/models/DescribeCollectionRequest.ts +1 -1
  415. package/src/models/DescribeCollectionResponseBody.ts +2 -2
  416. package/src/models/DescribeDataSharePerformanceRequest.ts +10 -9
  417. package/src/models/DescribeDataSharePerformanceResponseBody.ts +8 -8
  418. package/src/models/DescribeDbinstanceAttributeRequest.ts +2 -2
  419. package/src/models/DescribeDbinstanceDataSkewRequest.ts +2 -2
  420. package/src/models/DescribeDbinstanceDiagnosisSummaryRequest.ts +1 -1
  421. package/src/models/DescribeDbinstanceIndexUsageRequest.ts +2 -2
  422. package/src/models/DescribeDbinstanceIparrayListRequest.ts +1 -1
  423. package/src/models/DescribeDbinstanceNetInfoRequest.ts +1 -1
  424. package/src/models/DescribeDbinstanceNetInfoResponseBody.ts +1 -1
  425. package/src/models/DescribeDbinstancePerformanceRequest.ts +1 -1
  426. package/src/models/DescribeDbinstancesRequest.ts +23 -20
  427. package/src/models/DescribeDbinstancesResponseBody.ts +6 -2
  428. package/src/models/DescribeDbinstancesShrinkRequest.ts +23 -20
  429. package/src/models/DescribeDbresourceGroupRequest.ts +2 -2
  430. package/src/models/DescribeDbversionInfosRequest.ts +1 -1
  431. package/src/models/DescribeDownloadRecordsRequest.ts +12 -1
  432. package/src/models/DescribeDownloadRecordsResponseBody.ts +10 -8
  433. package/src/models/DescribeExternalDataServiceRequest.ts +1 -1
  434. package/src/models/DescribeExternalDataServiceResponseBody.ts +3 -3
  435. package/src/models/DescribeHadoopConfigsResponseBody.ts +9 -1
  436. package/src/models/DescribeHadoopDataSourceResponseBody.ts +67 -8
  437. package/src/models/DescribeJdbcdataSourceResponseBody.ts +5 -5
  438. package/src/models/DescribeModelServiceResponseBody.ts +3 -0
  439. package/src/models/DescribeModifyParameterLogRequest.ts +3 -3
  440. package/src/models/DescribeModifyParameterLogResponseBody.ts +2 -2
  441. package/src/models/DescribeNamespaceRequest.ts +1 -1
  442. package/src/models/DescribeNamespaceResponseBody.ts +1 -1
  443. package/src/models/DescribeParametersResponseBody.ts +1 -1
  444. package/src/models/DescribeRdsVpcsRequest.ts +1 -1
  445. package/src/models/DescribeRdsVswitchsRequest.ts +1 -1
  446. package/src/models/DescribeRebalanceStatusRequest.ts +1 -1
  447. package/src/models/DescribeRebalanceStatusResponseBody.ts +2 -2
  448. package/src/models/DescribeRegionsRequest.ts +2 -2
  449. package/src/models/DescribeRegionsResponseBody.ts +1 -1
  450. package/src/models/DescribeSqllogCountRequest.ts +1 -1
  451. package/src/models/DescribeSqllogsRequest.ts +1 -1
  452. package/src/models/DescribeSqllogsV2request.ts +4 -4
  453. package/src/models/DescribeSqllogsV2responseBody.ts +1 -1
  454. package/src/models/DescribeTableRequest.ts +7 -0
  455. package/src/models/DescribeTagsRequest.ts +1 -1
  456. package/src/models/DescribeUserEncryptionKeyListRequest.ts +2 -2
  457. package/src/models/DescribeUserEncryptionKeyListResponseBody.ts +1 -1
  458. package/src/models/DownloadDiagnosisRecordsRequest.ts +1 -1
  459. package/src/models/EnableCollectionGraphRagrequest.ts +6 -0
  460. package/src/models/EnableCollectionGraphRagshrinkRequest.ts +6 -0
  461. package/src/models/ExecuteStatementRequest.ts +30 -0
  462. package/src/models/ExecuteStatementShrinkRequest.ts +12 -0
  463. package/src/models/GetSaasServiceRequest.ts +41 -0
  464. package/src/models/GetSaasServiceResponse.ts +40 -0
  465. package/src/models/GetSaasServiceResponseBody.ts +87 -0
  466. package/src/models/GetServiceAccessInfoRequest.ts +41 -0
  467. package/src/models/GetServiceAccessInfoResponse.ts +40 -0
  468. package/src/models/GetServiceAccessInfoResponseBody.ts +45 -0
  469. package/src/models/GetSupabaseProjectApiKeysRequest.ts +2 -2
  470. package/src/models/GetSupabaseProjectApiKeysResponseBody.ts +3 -3
  471. package/src/models/GetSupabaseProjectRequest.ts +3 -3
  472. package/src/models/GetSupabaseProjectResponseBody.ts +62 -25
  473. package/src/models/ListAinodePoolsRequest.ts +2 -2
  474. package/src/models/ListAinodePoolsResponseBody.ts +49 -36
  475. package/src/models/ListAiservicesRequest.ts +20 -0
  476. package/src/models/ListAiservicesResponseBody.ts +50 -0
  477. package/src/models/ListChunksRequest.ts +50 -0
  478. package/src/models/ListChunksResponseBody.ts +12 -0
  479. package/src/models/ListDocumentCollectionsRequest.ts +7 -7
  480. package/src/models/ListDocumentCollectionsResponseBody.ts +7 -6
  481. package/src/models/ListExternalDataServicesResponseBody.ts +3 -3
  482. package/src/models/ListExternalDataSourcesResponseBody.ts +1 -1
  483. package/src/models/ListModelServicesResponseBody.ts +3 -0
  484. package/src/models/ListNamespacesRequest.ts +1 -1
  485. package/src/models/ListNamespacesResponseBody.ts +1 -1
  486. package/src/models/ListSaasServiceRequest.ts +81 -0
  487. package/src/models/ListSaasServiceResponse.ts +40 -0
  488. package/src/models/ListSaasServiceResponseBody.ts +193 -0
  489. package/src/models/ListSecretsRequest.ts +7 -0
  490. package/src/models/ListStreamingJobsResponseBody.ts +1 -1
  491. package/src/models/ListSupabaseProjectTagsRequest.ts +35 -1
  492. package/src/models/ListSupabaseProjectTagsResponseBody.ts +20 -1
  493. package/src/models/ListSupabaseProjectsRequest.ts +11 -5
  494. package/src/models/ListSupabaseProjectsResponseBody.ts +50 -28
  495. package/src/models/ListWorkspacesRequest.ts +80 -0
  496. package/src/models/ListWorkspacesResponse.ts +40 -0
  497. package/src/models/ListWorkspacesResponseBody.ts +412 -0
  498. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +14 -0
  499. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +3 -0
  500. package/src/models/ModifyBackupPolicyRequest.ts +1 -1
  501. package/src/models/ModifyCollectionRequest.ts +18 -18
  502. package/src/models/ModifyCollectionResponseBody.ts +9 -10
  503. package/src/models/ModifyDbinstanceDescriptionRequest.ts +1 -1
  504. package/src/models/ModifyDbinstanceMaintainTimeRequest.ts +1 -1
  505. package/src/models/ModifyDbinstancePayTypeResponseBody.ts +1 -1
  506. package/src/models/ModifyDbresourceGroupRequest.ts +1 -1
  507. package/src/models/ModifyHadoopDataSourceRequest.ts +55 -5
  508. package/src/models/ModifyJdbcdataSourceRequest.ts +3 -3
  509. package/src/models/ModifySecurityIpsRequest.ts +1 -1
  510. package/src/models/ModifySqlcollectorPolicyRequest.ts +1 -1
  511. package/src/models/ModifySqlcollectorPolicyResponseBody.ts +1 -1
  512. package/src/models/ModifyStreamingDataServiceRequest.ts +5 -0
  513. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +11 -0
  514. package/src/models/ModifySupabaseAutoScalePolicyResponseBody.ts +3 -0
  515. package/src/models/ModifySupabaseProjectDescriptionRequest.ts +9 -0
  516. package/src/models/ModifySupabaseProjectResourceRequest.ts +13 -0
  517. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +9 -0
  518. package/src/models/ModifySupabaseProjectSecurityIpsRequest.ts +15 -6
  519. package/src/models/ModifySupabaseProjectSecurityIpsResponseBody.ts +1 -1
  520. package/src/models/PauseSupabaseProjectRequest.ts +7 -0
  521. package/src/models/PauseSupabaseProjectResponseBody.ts +3 -0
  522. package/src/models/QueryCollectionDataRequest.ts +108 -68
  523. package/src/models/QueryCollectionDataResponseBody.ts +12 -6
  524. package/src/models/QueryCollectionDataShrinkRequest.ts +95 -65
  525. package/src/models/QueryContentAdvanceRequest.ts +117 -76
  526. package/src/models/QueryContentRequest.ts +117 -76
  527. package/src/models/QueryContentResponseBody.ts +12 -10
  528. package/src/models/QueryContentShrinkRequest.ts +109 -75
  529. package/src/models/QueryKnowledgeBasesContentRequest.ts +140 -80
  530. package/src/models/QueryKnowledgeBasesContentResponseBody.ts +25 -12
  531. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +22 -16
  532. package/src/models/ReleaseInstancePublicConnectionRequest.ts +1 -1
  533. package/src/models/RerankRequest.ts +3 -0
  534. package/src/models/RerankShrinkRequest.ts +3 -0
  535. package/src/models/ResumeSupabaseProjectRequest.ts +2 -0
  536. package/src/models/ResumeSupabaseProjectResponseBody.ts +3 -0
  537. package/src/models/SwitchDbinstanceNetTypeRequest.ts +3 -3
  538. package/src/models/TagSupabaseProjectRequest.ts +20 -0
  539. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  540. package/src/models/TextEmbeddingRequest.ts +4 -1
  541. package/src/models/TextEmbeddingShrinkRequest.ts +4 -1
  542. package/src/models/UntagSupabaseProjectRequest.ts +27 -0
  543. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  544. package/src/models/UpgradeDbinstanceRequest.ts +69 -32
  545. package/src/models/UpgradeDbversionResponseBody.ts +1 -1
  546. package/src/models/UpsertChunksRequest.ts +1 -1
  547. package/src/models/UpsertCollectionDataRequest.ts +2 -2
  548. package/src/models/UpsertCollectionDataResponseBody.ts +1 -1
  549. package/src/models/UpsertCollectionDataShrinkRequest.ts +1 -1
  550. package/src/models/model.ts +29 -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,7 +3489,10 @@ export default class Client extends OpenApi {
3338
3489
  */
3339
3490
  listStreamingJobs(request: $_model.ListStreamingJobsRequest): Promise<$_model.ListStreamingJobsResponse>;
3340
3491
  /**
3341
- * Query the label List of Supabase instances
3492
+ * Lists the tags of Supabase instances.
3493
+ *
3494
+ * @remarks
3495
+ * - This operation queries the tags of Supabase instances.
3342
3496
  *
3343
3497
  * @param request - ListSupabaseProjectTagsRequest
3344
3498
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3346,17 +3500,20 @@ export default class Client extends OpenApi {
3346
3500
  */
3347
3501
  listSupabaseProjectTagsWithOptions(request: $_model.ListSupabaseProjectTagsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSupabaseProjectTagsResponse>;
3348
3502
  /**
3349
- * Query the label List of Supabase instances
3503
+ * Lists the tags of Supabase instances.
3504
+ *
3505
+ * @remarks
3506
+ * - This operation queries the tags of Supabase instances.
3350
3507
  *
3351
3508
  * @param request - ListSupabaseProjectTagsRequest
3352
3509
  * @returns ListSupabaseProjectTagsResponse
3353
3510
  */
3354
3511
  listSupabaseProjectTags(request: $_model.ListSupabaseProjectTagsRequest): Promise<$_model.ListSupabaseProjectTagsResponse>;
3355
3512
  /**
3356
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
3513
+ * Returns a list of Supabase instances.
3357
3514
  *
3358
3515
  * @remarks
3359
- * You can call this operation to query Supabase instances.
3516
+ * - Lists Supabase instances.
3360
3517
  *
3361
3518
  * @param request - ListSupabaseProjectsRequest
3362
3519
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3364,10 +3521,10 @@ export default class Client extends OpenApi {
3364
3521
  */
3365
3522
  listSupabaseProjectsWithOptions(request: $_model.ListSupabaseProjectsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSupabaseProjectsResponse>;
3366
3523
  /**
3367
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
3524
+ * Returns a list of Supabase instances.
3368
3525
  *
3369
3526
  * @remarks
3370
- * You can call this operation to query Supabase instances.
3527
+ * - Lists Supabase instances.
3371
3528
  *
3372
3529
  * @param request - ListSupabaseProjectsRequest
3373
3530
  * @returns ListSupabaseProjectsResponse
@@ -3410,7 +3567,7 @@ export default class Client extends OpenApi {
3410
3567
  */
3411
3568
  listTables(request: $_model.ListTablesRequest): Promise<$_model.ListTablesResponse>;
3412
3569
  /**
3413
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
3570
+ * List all tag resources.
3414
3571
  *
3415
3572
  * @param request - ListTagResourcesRequest
3416
3573
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3418,14 +3575,37 @@ export default class Client extends OpenApi {
3418
3575
  */
3419
3576
  listTagResourcesWithOptions(request: $_model.ListTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagResourcesResponse>;
3420
3577
  /**
3421
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
3578
+ * List all tag resources.
3422
3579
  *
3423
3580
  * @param request - ListTagResourcesRequest
3424
3581
  * @returns ListTagResourcesResponse
3425
3582
  */
3426
3583
  listTagResources(request: $_model.ListTagResourcesRequest): Promise<$_model.ListTagResourcesResponse>;
3427
3584
  /**
3428
- * 修改 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.
3429
3609
  *
3430
3610
  * @param request - ModifyAIServiceSecurityIpsRequest
3431
3611
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3433,7 +3613,7 @@ export default class Client extends OpenApi {
3433
3613
  */
3434
3614
  modifyAIServiceSecurityIpsWithOptions(request: $_model.ModifyAIServiceSecurityIpsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyAIServiceSecurityIpsResponse>;
3435
3615
  /**
3436
- * 修改 AI 服务白名单
3616
+ * Modifies the IP address whitelist for an AI service.
3437
3617
  *
3438
3618
  * @param request - ModifyAIServiceSecurityIpsRequest
3439
3619
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -3470,7 +3650,7 @@ export default class Client extends OpenApi {
3470
3650
  */
3471
3651
  modifyBackupPolicy(request: $_model.ModifyBackupPolicyRequest): Promise<$_model.ModifyBackupPolicyResponse>;
3472
3652
  /**
3473
- * Updates a collection.
3653
+ * Updates a vector collection.
3474
3654
  *
3475
3655
  * @param request - ModifyCollectionRequest
3476
3656
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3478,7 +3658,7 @@ export default class Client extends OpenApi {
3478
3658
  */
3479
3659
  modifyCollectionWithOptions(request: $_model.ModifyCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyCollectionResponse>;
3480
3660
  /**
3481
- * Updates a collection.
3661
+ * Updates a vector collection.
3482
3662
  *
3483
3663
  * @param request - ModifyCollectionRequest
3484
3664
  * @returns ModifyCollectionResponse
@@ -3829,7 +4009,7 @@ export default class Client extends OpenApi {
3829
4009
  */
3830
4010
  modifySecurityIps(request: $_model.ModifySecurityIpsRequest): Promise<$_model.ModifySecurityIpsResponse>;
3831
4011
  /**
3832
- * Modifies the configurations of an external data source.
4012
+ * Modify a real-time data service.
3833
4013
  *
3834
4014
  * @param request - ModifyStreamingDataServiceRequest
3835
4015
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3837,7 +4017,7 @@ export default class Client extends OpenApi {
3837
4017
  */
3838
4018
  modifyStreamingDataServiceWithOptions(request: $_model.ModifyStreamingDataServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyStreamingDataServiceResponse>;
3839
4019
  /**
3840
- * Modifies the configurations of an external data source.
4020
+ * Modify a real-time data service.
3841
4021
  *
3842
4022
  * @param request - ModifyStreamingDataServiceRequest
3843
4023
  * @returns ModifyStreamingDataServiceResponse
@@ -3874,7 +4054,10 @@ export default class Client extends OpenApi {
3874
4054
  */
3875
4055
  modifyStreamingJob(request: $_model.ModifyStreamingJobRequest): Promise<$_model.ModifyStreamingJobResponse>;
3876
4056
  /**
3877
- * 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.
3878
4061
  *
3879
4062
  * @param request - ModifySupabaseAutoScalePolicyRequest
3880
4063
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3882,14 +4065,20 @@ export default class Client extends OpenApi {
3882
4065
  */
3883
4066
  modifySupabaseAutoScalePolicyWithOptions(request: $_model.ModifySupabaseAutoScalePolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
3884
4067
  /**
3885
- * 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.
3886
4072
  *
3887
4073
  * @param request - ModifySupabaseAutoScalePolicyRequest
3888
4074
  * @returns ModifySupabaseAutoScalePolicyResponse
3889
4075
  */
3890
4076
  modifySupabaseAutoScalePolicy(request: $_model.ModifySupabaseAutoScalePolicyRequest): Promise<$_model.ModifySupabaseAutoScalePolicyResponse>;
3891
4077
  /**
3892
- * Modify the Supabase project description
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)**.
3893
4082
  *
3894
4083
  * @param request - ModifySupabaseProjectDescriptionRequest
3895
4084
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3897,14 +4086,20 @@ export default class Client extends OpenApi {
3897
4086
  */
3898
4087
  modifySupabaseProjectDescriptionWithOptions(request: $_model.ModifySupabaseProjectDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
3899
4088
  /**
3900
- * Modify the Supabase project description
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)**.
3901
4093
  *
3902
4094
  * @param request - ModifySupabaseProjectDescriptionRequest
3903
4095
  * @returns ModifySupabaseProjectDescriptionResponse
3904
4096
  */
3905
4097
  modifySupabaseProjectDescription(request: $_model.ModifySupabaseProjectDescriptionRequest): Promise<$_model.ModifySupabaseProjectDescriptionResponse>;
3906
4098
  /**
3907
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
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.**
3908
4103
  *
3909
4104
  * @param request - ModifySupabaseProjectResourceRequest
3910
4105
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3912,17 +4107,20 @@ export default class Client extends OpenApi {
3912
4107
  */
3913
4108
  modifySupabaseProjectResourceWithOptions(request: $_model.ModifySupabaseProjectResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectResourceResponse>;
3914
4109
  /**
3915
- * 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.**
3916
4114
  *
3917
4115
  * @param request - ModifySupabaseProjectResourceRequest
3918
4116
  * @returns ModifySupabaseProjectResourceResponse
3919
4117
  */
3920
4118
  modifySupabaseProjectResource(request: $_model.ModifySupabaseProjectResourceRequest): Promise<$_model.ModifySupabaseProjectResourceResponse>;
3921
4119
  /**
3922
- * Sets or replaces the IP address whitelist for a specified Supabase project.
4120
+ * Modifies the IP address whitelist for a Supabase project.
3923
4121
  *
3924
4122
  * @remarks
3925
- * 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.
3926
4124
  *
3927
4125
  * @param request - ModifySupabaseProjectSecurityIpsRequest
3928
4126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3930,10 +4128,10 @@ export default class Client extends OpenApi {
3930
4128
  */
3931
4129
  modifySupabaseProjectSecurityIpsWithOptions(request: $_model.ModifySupabaseProjectSecurityIpsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifySupabaseProjectSecurityIpsResponse>;
3932
4130
  /**
3933
- * Sets or replaces the IP address whitelist for a specified Supabase project.
4131
+ * Modifies the IP address whitelist for a Supabase project.
3934
4132
  *
3935
4133
  * @remarks
3936
- * 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.
3937
4135
  *
3938
4136
  * @param request - ModifySupabaseProjectSecurityIpsRequest
3939
4137
  * @returns ModifySupabaseProjectSecurityIpsResponse
@@ -3999,7 +4197,10 @@ export default class Client extends OpenApi {
3999
4197
  */
4000
4198
  pauseInstance(request: $_model.PauseInstanceRequest): Promise<$_model.PauseInstanceResponse>;
4001
4199
  /**
4002
- * 暂停Supabase实例
4200
+ * Pauses a Supabase instance.
4201
+ *
4202
+ * @remarks
4203
+ * This operation pauses a Supabase instance.
4003
4204
  *
4004
4205
  * @param request - PauseSupabaseProjectRequest
4005
4206
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4007,14 +4208,17 @@ export default class Client extends OpenApi {
4007
4208
  */
4008
4209
  pauseSupabaseProjectWithOptions(request: $_model.PauseSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PauseSupabaseProjectResponse>;
4009
4210
  /**
4010
- * 暂停Supabase实例
4211
+ * Pauses a Supabase instance.
4212
+ *
4213
+ * @remarks
4214
+ * This operation pauses a Supabase instance.
4011
4215
  *
4012
4216
  * @param request - PauseSupabaseProjectRequest
4013
4217
  * @returns PauseSupabaseProjectResponse
4014
4218
  */
4015
4219
  pauseSupabaseProject(request: $_model.PauseSupabaseProjectRequest): Promise<$_model.PauseSupabaseProjectResponse>;
4016
4220
  /**
4017
- * Query Vector Data
4221
+ * Retrieving vector data.
4018
4222
  *
4019
4223
  * @param tmpReq - QueryCollectionDataRequest
4020
4224
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4022,14 +4226,14 @@ export default class Client extends OpenApi {
4022
4226
  */
4023
4227
  queryCollectionDataWithOptions(tmpReq: $_model.QueryCollectionDataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryCollectionDataResponse>;
4024
4228
  /**
4025
- * Query Vector Data
4229
+ * Retrieving vector data.
4026
4230
  *
4027
4231
  * @param request - QueryCollectionDataRequest
4028
4232
  * @returns QueryCollectionDataResponse
4029
4233
  */
4030
4234
  queryCollectionData(request: $_model.QueryCollectionDataRequest): Promise<$_model.QueryCollectionDataResponse>;
4031
4235
  /**
4032
- * 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.
4033
4237
  *
4034
4238
  * @param tmpReq - QueryContentRequest
4035
4239
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4037,7 +4241,7 @@ export default class Client extends OpenApi {
4037
4241
  */
4038
4242
  queryContentWithOptions(tmpReq: $_model.QueryContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryContentResponse>;
4039
4243
  /**
4040
- * 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.
4041
4245
  *
4042
4246
  * @param request - QueryContentRequest
4043
4247
  * @returns QueryContentResponse
@@ -4045,7 +4249,7 @@ export default class Client extends OpenApi {
4045
4249
  queryContent(request: $_model.QueryContentRequest): Promise<$_model.QueryContentResponse>;
4046
4250
  queryContentAdvance(request: $_model.QueryContentAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryContentResponse>;
4047
4251
  /**
4048
- * 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.
4049
4253
  *
4050
4254
  * @param tmpReq - QueryKnowledgeBasesContentRequest
4051
4255
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4053,7 +4257,7 @@ export default class Client extends OpenApi {
4053
4257
  */
4054
4258
  queryKnowledgeBasesContentWithOptions(tmpReq: $_model.QueryKnowledgeBasesContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.QueryKnowledgeBasesContentResponse>;
4055
4259
  /**
4056
- * 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.
4057
4261
  *
4058
4262
  * @param request - QueryKnowledgeBasesContentRequest
4059
4263
  * @returns QueryKnowledgeBasesContentResponse
@@ -4225,7 +4429,10 @@ export default class Client extends OpenApi {
4225
4429
  */
4226
4430
  resumeInstance(request: $_model.ResumeInstanceRequest): Promise<$_model.ResumeInstanceResponse>;
4227
4431
  /**
4228
- * 恢复Supabase实例
4432
+ * Resumes a Supabase instance.
4433
+ *
4434
+ * @remarks
4435
+ * This operation retrieves details about a Supabase instance.
4229
4436
  *
4230
4437
  * @param request - ResumeSupabaseProjectRequest
4231
4438
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4233,7 +4440,10 @@ export default class Client extends OpenApi {
4233
4440
  */
4234
4441
  resumeSupabaseProjectWithOptions(request: $_model.ResumeSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResumeSupabaseProjectResponse>;
4235
4442
  /**
4236
- * 恢复Supabase实例
4443
+ * Resumes a Supabase instance.
4444
+ *
4445
+ * @remarks
4446
+ * This operation retrieves details about a Supabase instance.
4237
4447
  *
4238
4448
  * @param request - ResumeSupabaseProjectRequest
4239
4449
  * @returns ResumeSupabaseProjectResponse
@@ -4265,12 +4475,10 @@ export default class Client extends OpenApi {
4265
4475
  */
4266
4476
  setDBInstancePlanStatus(request: $_model.SetDBInstancePlanStatusRequest): Promise<$_model.SetDBInstancePlanStatusResponse>;
4267
4477
  /**
4268
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
4478
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
4269
4479
  *
4270
4480
  * @remarks
4271
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
4272
- * ## Limits
4273
- * 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.
4274
4482
  *
4275
4483
  * @param tmpReq - SetDataShareInstanceRequest
4276
4484
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4278,12 +4486,10 @@ export default class Client extends OpenApi {
4278
4486
  */
4279
4487
  setDataShareInstanceWithOptions(tmpReq: $_model.SetDataShareInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDataShareInstanceResponse>;
4280
4488
  /**
4281
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
4489
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
4282
4490
  *
4283
4491
  * @remarks
4284
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
4285
- * ## Limits
4286
- * 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.
4287
4493
  *
4288
4494
  * @param request - SetDataShareInstanceRequest
4289
4495
  * @returns SetDataShareInstanceResponse
@@ -4311,7 +4517,7 @@ export default class Client extends OpenApi {
4311
4517
  */
4312
4518
  switchDBInstanceNetType(request: $_model.SwitchDBInstanceNetTypeRequest): Promise<$_model.SwitchDBInstanceNetTypeResponse>;
4313
4519
  /**
4314
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
4520
+ * Create and attach tags.
4315
4521
  *
4316
4522
  * @param request - TagResourcesRequest
4317
4523
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4319,14 +4525,17 @@ export default class Client extends OpenApi {
4319
4525
  */
4320
4526
  tagResourcesWithOptions(request: $_model.TagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
4321
4527
  /**
4322
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
4528
+ * Create and attach tags.
4323
4529
  *
4324
4530
  * @param request - TagResourcesRequest
4325
4531
  * @returns TagResourcesResponse
4326
4532
  */
4327
4533
  tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
4328
4534
  /**
4329
- * Supabase project labeling
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.
4330
4539
  *
4331
4540
  * @param request - TagSupabaseProjectRequest
4332
4541
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4334,7 +4543,10 @@ export default class Client extends OpenApi {
4334
4543
  */
4335
4544
  tagSupabaseProjectWithOptions(request: $_model.TagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagSupabaseProjectResponse>;
4336
4545
  /**
4337
- * Supabase project labeling
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.
4338
4550
  *
4339
4551
  * @param request - TagSupabaseProjectRequest
4340
4552
  * @returns TagSupabaseProjectResponse
@@ -4411,7 +4623,10 @@ export default class Client extends OpenApi {
4411
4623
  */
4412
4624
  untagResources(request: $_model.UntagResourcesRequest): Promise<$_model.UntagResourcesResponse>;
4413
4625
  /**
4414
- * Detach labels from a Supabase instance
4626
+ * Removes tags from one or more Supabase instances.
4627
+ *
4628
+ * @remarks
4629
+ * This operation removes one or more specified tags from Supabase instances.
4415
4630
  *
4416
4631
  * @param request - UntagSupabaseProjectRequest
4417
4632
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4419,7 +4634,10 @@ export default class Client extends OpenApi {
4419
4634
  */
4420
4635
  untagSupabaseProjectWithOptions(request: $_model.UntagSupabaseProjectRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagSupabaseProjectResponse>;
4421
4636
  /**
4422
- * Detach labels from a Supabase instance
4637
+ * Removes tags from one or more Supabase instances.
4638
+ *
4639
+ * @remarks
4640
+ * This operation removes one or more specified tags from Supabase instances.
4423
4641
  *
4424
4642
  * @param request - UntagSupabaseProjectRequest
4425
4643
  * @returns UntagSupabaseProjectResponse
@@ -4466,11 +4684,11 @@ export default class Client extends OpenApi {
4466
4684
  */
4467
4685
  updateDBInstancePlan(request: $_model.UpdateDBInstancePlanRequest): Promise<$_model.UpdateDBInstancePlanResponse>;
4468
4686
  /**
4469
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
4687
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
4470
4688
  *
4471
4689
  * @remarks
4472
- * This operation is not available for instances in reserved storage mode.
4473
- * 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.
4474
4692
  *
4475
4693
  * @param request - UpgradeDBInstanceRequest
4476
4694
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4478,11 +4696,11 @@ export default class Client extends OpenApi {
4478
4696
  */
4479
4697
  upgradeDBInstanceWithOptions(request: $_model.UpgradeDBInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpgradeDBInstanceResponse>;
4480
4698
  /**
4481
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
4699
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
4482
4700
  *
4483
4701
  * @remarks
4484
- * This operation is not available for instances in reserved storage mode.
4485
- * 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.
4486
4704
  *
4487
4705
  * @param request - UpgradeDBInstanceRequest
4488
4706
  * @returns UpgradeDBInstanceResponse
@@ -4578,6 +4796,14 @@ export default class Client extends OpenApi {
4578
4796
  /**
4579
4797
  * Uploads vector data to a vector collection.
4580
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
+ *
4581
4807
  * @param tmpReq - UpsertCollectionDataRequest
4582
4808
  * @param runtime - runtime options for this request RuntimeOptions
4583
4809
  * @returns UpsertCollectionDataResponse
@@ -4586,6 +4812,14 @@ export default class Client extends OpenApi {
4586
4812
  /**
4587
4813
  * Uploads vector data to a vector collection.
4588
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
+ *
4589
4823
  * @param request - UpsertCollectionDataRequest
4590
4824
  * @returns UpsertCollectionDataResponse
4591
4825
  */