@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.js CHANGED
@@ -80,6 +80,21 @@ class Client extends openapi_core_1.default {
80
80
  'cn-shenzhen-finance-1': "gpdb.aliyuncs.com",
81
81
  'cn-qingdao': "gpdb.aliyuncs.com",
82
82
  'cn-north-2-gov-1': "gpdb.aliyuncs.com",
83
+ 'me-east-1': "gpdb.me-east-1.aliyuncs.com",
84
+ 'me-central-1': "gpdb.me-central-1.aliyuncs.com",
85
+ 'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
86
+ 'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
87
+ 'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
88
+ 'cn-huhehaote': "gpdb.cn-huhehaote.aliyuncs.com",
89
+ 'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
90
+ 'cn-beijing-finance-1': "gpdb.aliyuncs.com",
91
+ 'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
92
+ 'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
93
+ 'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
94
+ 'ap-southeast-2': "gpdb.ap-southeast-2.aliyuncs.com",
95
+ 'ap-south-1': "gpdb.ap-south-1.aliyuncs.com",
96
+ 'ap-northeast-2': "gpdb.ap-northeast-2.aliyuncs.com",
97
+ 'ap-northeast-1': "gpdb.ap-northeast-1.aliyuncs.com",
83
98
  };
84
99
  this.checkConfig(config);
85
100
  this._endpoint = this.getEndpoint("gpdb", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -546,14 +561,14 @@ class Client extends openapi_core_1.default {
546
561
  return await this.cancelUpsertCollectionDataJobWithOptions(request, runtime);
547
562
  }
548
563
  /**
549
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
564
+ * Combines a knowledge base with a large language model for intelligent Q&A.
550
565
  *
551
566
  * @remarks
552
- * 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.
553
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
554
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
555
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
556
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
567
+ * 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.
568
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
569
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
570
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
571
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
557
572
  *
558
573
  * @param tmpReq - ChatWithKnowledgeBaseRequest
559
574
  * @param runtime - runtime options for this request RuntimeOptions
@@ -608,14 +623,14 @@ class Client extends openapi_core_1.default {
608
623
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ChatWithKnowledgeBaseResponse({}));
609
624
  }
610
625
  /**
611
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
626
+ * Combines a knowledge base with a large language model for intelligent Q&A.
612
627
  *
613
628
  * @remarks
614
- * 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.
615
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
616
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
617
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
618
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
629
+ * 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.
630
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
631
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
632
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
633
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
619
634
  *
620
635
  * @param request - ChatWithKnowledgeBaseRequest
621
636
  * @returns ChatWithKnowledgeBaseResponse
@@ -625,14 +640,14 @@ class Client extends openapi_core_1.default {
625
640
  return await this.chatWithKnowledgeBaseWithOptions(request, runtime);
626
641
  }
627
642
  /**
628
- * 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.
643
+ * 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.
629
644
  *
630
645
  * @remarks
631
- * 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.
632
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
633
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
634
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
635
- * * PromptTemplate: optional. It is used to customize a system prompt template.
646
+ * 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.
647
+ * - DBInstanceId: Required. The ID of the database instance.
648
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
649
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
650
+ * - PromptTemplate: Optional. A custom system prompt template.
636
651
  *
637
652
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
638
653
  * @param runtime - runtime options for this request RuntimeOptions
@@ -714,14 +729,14 @@ class Client extends openapi_core_1.default {
714
729
  });
715
730
  }
716
731
  /**
717
- * 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.
732
+ * 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.
718
733
  *
719
734
  * @remarks
720
- * 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.
721
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
722
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
723
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
724
- * * PromptTemplate: optional. It is used to customize a system prompt template.
735
+ * 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.
736
+ * - DBInstanceId: Required. The ID of the database instance.
737
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
738
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
739
+ * - PromptTemplate: Optional. A custom system prompt template.
725
740
  *
726
741
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
727
742
  * @param runtime - runtime options for this request RuntimeOptions
@@ -776,14 +791,14 @@ class Client extends openapi_core_1.default {
776
791
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ChatWithKnowledgeBaseStreamResponse({}));
777
792
  }
778
793
  /**
779
- * 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.
794
+ * 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.
780
795
  *
781
796
  * @remarks
782
- * 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.
783
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
784
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
785
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
786
- * * PromptTemplate: optional. It is used to customize a system prompt template.
797
+ * 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.
798
+ * - DBInstanceId: Required. The ID of the database instance.
799
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
800
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
801
+ * - PromptTemplate: Optional. A custom system prompt template.
787
802
  *
788
803
  * @param request - ChatWithKnowledgeBaseStreamRequest
789
804
  * @returns ChatWithKnowledgeBaseStreamResponse
@@ -1021,7 +1036,7 @@ class Client extends openapi_core_1.default {
1021
1036
  return await this.cloneDBInstanceWithOptions(request, runtime);
1022
1037
  }
1023
1038
  /**
1024
- * 创建 AI 服务
1039
+ * Creates an AI service.
1025
1040
  *
1026
1041
  * @param request - CreateAIServiceRequest
1027
1042
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1065,7 +1080,7 @@ class Client extends openapi_core_1.default {
1065
1080
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAIServiceResponse({}));
1066
1081
  }
1067
1082
  /**
1068
- * 创建 AI 服务
1083
+ * Creates an AI service.
1069
1084
  *
1070
1085
  * @param request - CreateAIServiceRequest
1071
1086
  * @returns CreateAIServiceResponse
@@ -1183,7 +1198,7 @@ class Client extends openapi_core_1.default {
1183
1198
  return await this.createBackupWithOptions(request, runtime);
1184
1199
  }
1185
1200
  /**
1186
- * Creates a vector collection.
1201
+ * Create a vector dataset.
1187
1202
  *
1188
1203
  * @param tmpReq - CreateCollectionRequest
1189
1204
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1283,7 +1298,7 @@ class Client extends openapi_core_1.default {
1283
1298
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCollectionResponse({}));
1284
1299
  }
1285
1300
  /**
1286
- * Creates a vector collection.
1301
+ * Create a vector dataset.
1287
1302
  *
1288
1303
  * @param request - CreateCollectionRequest
1289
1304
  * @returns CreateCollectionResponse
@@ -1293,10 +1308,10 @@ class Client extends openapi_core_1.default {
1293
1308
  return await this.createCollectionWithOptions(request, runtime);
1294
1309
  }
1295
1310
  /**
1296
- * Create Instance
1311
+ * Create an AnalyticDB for PostgreSQL instance.
1297
1312
  *
1298
1313
  * @remarks
1299
- * 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.
1314
+ * 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.
1300
1315
  *
1301
1316
  * @param request - CreateDBInstanceRequest
1302
1317
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1460,10 +1475,10 @@ class Client extends openapi_core_1.default {
1460
1475
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDBInstanceResponse({}));
1461
1476
  }
1462
1477
  /**
1463
- * Create Instance
1478
+ * Create an AnalyticDB for PostgreSQL instance.
1464
1479
  *
1465
1480
  * @remarks
1466
- * 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.
1481
+ * 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.
1467
1482
  *
1468
1483
  * @param request - CreateDBInstanceRequest
1469
1484
  * @returns CreateDBInstanceResponse
@@ -1704,7 +1719,7 @@ class Client extends openapi_core_1.default {
1704
1719
  return await this.createDatabaseWithOptions(request, runtime);
1705
1720
  }
1706
1721
  /**
1707
- * Creates a document collection.
1722
+ * Create a knowledge base
1708
1723
  *
1709
1724
  * @param tmpReq - CreateDocumentCollectionRequest
1710
1725
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1828,7 +1843,7 @@ class Client extends openapi_core_1.default {
1828
1843
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDocumentCollectionResponse({}));
1829
1844
  }
1830
1845
  /**
1831
- * Creates a document collection.
1846
+ * Create a knowledge base
1832
1847
  *
1833
1848
  * @param request - CreateDocumentCollectionRequest
1834
1849
  * @returns CreateDocumentCollectionResponse
@@ -2141,7 +2156,7 @@ class Client extends openapi_core_1.default {
2141
2156
  * Creates a model service.
2142
2157
  *
2143
2158
  * @remarks
2144
- * 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.
2159
+ * 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.
2145
2160
  *
2146
2161
  * @param tmpReq - CreateModelServiceRequest
2147
2162
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2213,7 +2228,7 @@ class Client extends openapi_core_1.default {
2213
2228
  * Creates a model service.
2214
2229
  *
2215
2230
  * @remarks
2216
- * 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.
2231
+ * 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.
2217
2232
  *
2218
2233
  * @param request - CreateModelServiceRequest
2219
2234
  * @returns CreateModelServiceResponse
@@ -2348,6 +2363,72 @@ class Client extends openapi_core_1.default {
2348
2363
  let runtime = new $dara.RuntimeOptions({});
2349
2364
  return await this.createRemoteADBDataSourceWithOptions(request, runtime);
2350
2365
  }
2366
+ /**
2367
+ * Creates a SaaS service.
2368
+ *
2369
+ * @remarks
2370
+ * 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.
2371
+ *
2372
+ * @param request - CreateSaasServiceRequest
2373
+ * @param runtime - runtime options for this request RuntimeOptions
2374
+ * @returns CreateSaasServiceResponse
2375
+ */
2376
+ async createSaasServiceWithOptions(request, runtime) {
2377
+ request.validate();
2378
+ let query = {};
2379
+ if (!$dara.isNull(request.cu)) {
2380
+ query["Cu"] = request.cu;
2381
+ }
2382
+ if (!$dara.isNull(request.payType)) {
2383
+ query["PayType"] = request.payType;
2384
+ }
2385
+ if (!$dara.isNull(request.period)) {
2386
+ query["Period"] = request.period;
2387
+ }
2388
+ if (!$dara.isNull(request.plan)) {
2389
+ query["Plan"] = request.plan;
2390
+ }
2391
+ if (!$dara.isNull(request.regionId)) {
2392
+ query["RegionId"] = request.regionId;
2393
+ }
2394
+ if (!$dara.isNull(request.serviceType)) {
2395
+ query["ServiceType"] = request.serviceType;
2396
+ }
2397
+ if (!$dara.isNull(request.usedTime)) {
2398
+ query["UsedTime"] = request.usedTime;
2399
+ }
2400
+ if (!$dara.isNull(request.workspaceId)) {
2401
+ query["WorkspaceId"] = request.workspaceId;
2402
+ }
2403
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
2404
+ query: openapi_core_2.OpenApiUtil.query(query),
2405
+ });
2406
+ let params = new openapi_core_2.$OpenApiUtil.Params({
2407
+ action: "CreateSaasService",
2408
+ version: "2016-05-03",
2409
+ protocol: "HTTPS",
2410
+ pathname: "/",
2411
+ method: "POST",
2412
+ authType: "AK",
2413
+ style: "RPC",
2414
+ reqBodyType: "formData",
2415
+ bodyType: "json",
2416
+ });
2417
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSaasServiceResponse({}));
2418
+ }
2419
+ /**
2420
+ * Creates a SaaS service.
2421
+ *
2422
+ * @remarks
2423
+ * 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.
2424
+ *
2425
+ * @param request - CreateSaasServiceRequest
2426
+ * @returns CreateSaasServiceResponse
2427
+ */
2428
+ async createSaasService(request) {
2429
+ let runtime = new $dara.RuntimeOptions({});
2430
+ return await this.createSaasServiceWithOptions(request, runtime);
2431
+ }
2351
2432
  /**
2352
2433
  * Creates a sample dataset for an AnalyticDB for PostgreSQL instance.
2353
2434
  *
@@ -2733,7 +2814,7 @@ class Client extends openapi_core_1.default {
2733
2814
  * Creates a Supabase project.
2734
2815
  *
2735
2816
  * @remarks
2736
- * You can call this operation to create a Supabase project.
2817
+ * - This operation is used to create a Supabase instance.
2737
2818
  *
2738
2819
  * @param request - CreateSupabaseProjectRequest
2739
2820
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2754,6 +2835,9 @@ class Client extends openapi_core_1.default {
2754
2835
  if (!$dara.isNull(request.diskPerformanceLevel)) {
2755
2836
  query["DiskPerformanceLevel"] = request.diskPerformanceLevel;
2756
2837
  }
2838
+ if (!$dara.isNull(request.engineVersion)) {
2839
+ query["EngineVersion"] = request.engineVersion;
2840
+ }
2757
2841
  if (!$dara.isNull(request.payType)) {
2758
2842
  query["PayType"] = request.payType;
2759
2843
  }
@@ -2807,7 +2891,7 @@ class Client extends openapi_core_1.default {
2807
2891
  * Creates a Supabase project.
2808
2892
  *
2809
2893
  * @remarks
2810
- * You can call this operation to create a Supabase project.
2894
+ * - This operation is used to create a Supabase instance.
2811
2895
  *
2812
2896
  * @param request - CreateSupabaseProjectRequest
2813
2897
  * @returns CreateSupabaseProjectResponse
@@ -2817,7 +2901,7 @@ class Client extends openapi_core_1.default {
2817
2901
  return await this.createSupabaseProjectWithOptions(request, runtime);
2818
2902
  }
2819
2903
  /**
2820
- * Create Vector Index
2904
+ * Creates an index for a vector collection.
2821
2905
  *
2822
2906
  * @param request - CreateVectorIndexRequest
2823
2907
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2894,7 +2978,7 @@ class Client extends openapi_core_1.default {
2894
2978
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateVectorIndexResponse({}));
2895
2979
  }
2896
2980
  /**
2897
- * Create Vector Index
2981
+ * Creates an index for a vector collection.
2898
2982
  *
2899
2983
  * @param request - CreateVectorIndexRequest
2900
2984
  * @returns CreateVectorIndexResponse
@@ -2903,6 +2987,54 @@ class Client extends openapi_core_1.default {
2903
2987
  let runtime = new $dara.RuntimeOptions({});
2904
2988
  return await this.createVectorIndexWithOptions(request, runtime);
2905
2989
  }
2990
+ /**
2991
+ * Creates a SaaS workspace.
2992
+ *
2993
+ * @remarks
2994
+ * Creates a context service workspace.
2995
+ *
2996
+ * @param request - CreateWorkspaceRequest
2997
+ * @param runtime - runtime options for this request RuntimeOptions
2998
+ * @returns CreateWorkspaceResponse
2999
+ */
3000
+ async createWorkspaceWithOptions(request, runtime) {
3001
+ request.validate();
3002
+ let query = {};
3003
+ if (!$dara.isNull(request.regionId)) {
3004
+ query["RegionId"] = request.regionId;
3005
+ }
3006
+ if (!$dara.isNull(request.workspaceName)) {
3007
+ query["WorkspaceName"] = request.workspaceName;
3008
+ }
3009
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
3010
+ query: openapi_core_2.OpenApiUtil.query(query),
3011
+ });
3012
+ let params = new openapi_core_2.$OpenApiUtil.Params({
3013
+ action: "CreateWorkspace",
3014
+ version: "2016-05-03",
3015
+ protocol: "HTTPS",
3016
+ pathname: "/",
3017
+ method: "POST",
3018
+ authType: "AK",
3019
+ style: "RPC",
3020
+ reqBodyType: "formData",
3021
+ bodyType: "json",
3022
+ });
3023
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateWorkspaceResponse({}));
3024
+ }
3025
+ /**
3026
+ * Creates a SaaS workspace.
3027
+ *
3028
+ * @remarks
3029
+ * Creates a context service workspace.
3030
+ *
3031
+ * @param request - CreateWorkspaceRequest
3032
+ * @returns CreateWorkspaceResponse
3033
+ */
3034
+ async createWorkspace(request) {
3035
+ let runtime = new $dara.RuntimeOptions({});
3036
+ return await this.createWorkspaceWithOptions(request, runtime);
3037
+ }
2906
3038
  /**
2907
3039
  * Delete AI Node
2908
3040
  *
@@ -2960,7 +3092,7 @@ class Client extends openapi_core_1.default {
2960
3092
  return await this.deleteAINodeWithOptions(request, runtime);
2961
3093
  }
2962
3094
  /**
2963
- * 删除 AI 服务
3095
+ * Deletes an AI service.
2964
3096
  *
2965
3097
  * @param request - DeleteAIServiceRequest
2966
3098
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2995,7 +3127,7 @@ class Client extends openapi_core_1.default {
2995
3127
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAIServiceResponse({}));
2996
3128
  }
2997
3129
  /**
2998
- * 删除 AI 服务
3130
+ * Deletes an AI service.
2999
3131
  *
3000
3132
  * @param request - DeleteAIServiceRequest
3001
3133
  * @returns DeleteAIServiceResponse
@@ -3089,7 +3221,7 @@ class Client extends openapi_core_1.default {
3089
3221
  return await this.deleteBackupWithOptions(request, runtime);
3090
3222
  }
3091
3223
  /**
3092
- * 删除文本块
3224
+ * Deletes chunks from a document collection.
3093
3225
  *
3094
3226
  * @param tmpReq - DeleteChunksRequest
3095
3227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3138,7 +3270,7 @@ class Client extends openapi_core_1.default {
3138
3270
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteChunksResponse({}));
3139
3271
  }
3140
3272
  /**
3141
- * 删除文本块
3273
+ * Deletes chunks from a document collection.
3142
3274
  *
3143
3275
  * @param request - DeleteChunksRequest
3144
3276
  * @returns DeleteChunksResponse
@@ -3716,7 +3848,7 @@ class Client extends openapi_core_1.default {
3716
3848
  return await this.deleteExternalDataServiceWithOptions(request, runtime);
3717
3849
  }
3718
3850
  /**
3719
- * Deletes a Hadoop external data source.
3851
+ * Delete a Hadoop external data source.
3720
3852
  *
3721
3853
  * @param request - DeleteHadoopDataSourceRequest
3722
3854
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3751,7 +3883,7 @@ class Client extends openapi_core_1.default {
3751
3883
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteHadoopDataSourceResponse({}));
3752
3884
  }
3753
3885
  /**
3754
- * Deletes a Hadoop external data source.
3886
+ * Delete a Hadoop external data source.
3755
3887
  *
3756
3888
  * @param request - DeleteHadoopDataSourceRequest
3757
3889
  * @returns DeleteHadoopDataSourceResponse
@@ -4054,6 +4186,54 @@ class Client extends openapi_core_1.default {
4054
4186
  let runtime = new $dara.RuntimeOptions({});
4055
4187
  return await this.deleteRemoteADBDataSourceWithOptions(request, runtime);
4056
4188
  }
4189
+ /**
4190
+ * Deletes a SaaS service.
4191
+ *
4192
+ * @remarks
4193
+ * Deletes a SaaS service.
4194
+ *
4195
+ * @param request - DeleteSaasServiceRequest
4196
+ * @param runtime - runtime options for this request RuntimeOptions
4197
+ * @returns DeleteSaasServiceResponse
4198
+ */
4199
+ async deleteSaasServiceWithOptions(request, runtime) {
4200
+ request.validate();
4201
+ let query = {};
4202
+ if (!$dara.isNull(request.regionId)) {
4203
+ query["RegionId"] = request.regionId;
4204
+ }
4205
+ if (!$dara.isNull(request.serviceId)) {
4206
+ query["ServiceId"] = request.serviceId;
4207
+ }
4208
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
4209
+ query: openapi_core_2.OpenApiUtil.query(query),
4210
+ });
4211
+ let params = new openapi_core_2.$OpenApiUtil.Params({
4212
+ action: "DeleteSaasService",
4213
+ version: "2016-05-03",
4214
+ protocol: "HTTPS",
4215
+ pathname: "/",
4216
+ method: "POST",
4217
+ authType: "AK",
4218
+ style: "RPC",
4219
+ reqBodyType: "formData",
4220
+ bodyType: "json",
4221
+ });
4222
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSaasServiceResponse({}));
4223
+ }
4224
+ /**
4225
+ * Deletes a SaaS service.
4226
+ *
4227
+ * @remarks
4228
+ * Deletes a SaaS service.
4229
+ *
4230
+ * @param request - DeleteSaasServiceRequest
4231
+ * @returns DeleteSaasServiceResponse
4232
+ */
4233
+ async deleteSaasService(request) {
4234
+ let runtime = new $dara.RuntimeOptions({});
4235
+ return await this.deleteSaasServiceWithOptions(request, runtime);
4236
+ }
4057
4237
  /**
4058
4238
  * Deletes the access credentials of an AnalyticDB for PostgreSQL instance.
4059
4239
  *
@@ -4109,7 +4289,7 @@ class Client extends openapi_core_1.default {
4109
4289
  return await this.deleteSecretWithOptions(request, runtime);
4110
4290
  }
4111
4291
  /**
4112
- * Deletes the configurations of an external data source.
4292
+ * Delete a real-time data service.
4113
4293
  *
4114
4294
  * @param request - DeleteStreamingDataServiceRequest
4115
4295
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4144,7 +4324,7 @@ class Client extends openapi_core_1.default {
4144
4324
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteStreamingDataServiceResponse({}));
4145
4325
  }
4146
4326
  /**
4147
- * Deletes the configurations of an external data source.
4327
+ * Delete a real-time data service.
4148
4328
  *
4149
4329
  * @param request - DeleteStreamingDataServiceRequest
4150
4330
  * @returns DeleteStreamingDataServiceResponse
@@ -4154,7 +4334,7 @@ class Client extends openapi_core_1.default {
4154
4334
  return await this.deleteStreamingDataServiceWithOptions(request, runtime);
4155
4335
  }
4156
4336
  /**
4157
- * Deletes a real-time data source.
4337
+ * Delete a real-time data source.
4158
4338
  *
4159
4339
  * @param request - DeleteStreamingDataSourceRequest
4160
4340
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4189,7 +4369,7 @@ class Client extends openapi_core_1.default {
4189
4369
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteStreamingDataSourceResponse({}));
4190
4370
  }
4191
4371
  /**
4192
- * Deletes a real-time data source.
4372
+ * Delete a real-time data source.
4193
4373
  *
4194
4374
  * @param request - DeleteStreamingDataSourceRequest
4195
4375
  * @returns DeleteStreamingDataSourceResponse
@@ -4199,7 +4379,7 @@ class Client extends openapi_core_1.default {
4199
4379
  return await this.deleteStreamingDataSourceWithOptions(request, runtime);
4200
4380
  }
4201
4381
  /**
4202
- * Deletes a real-time data synchronization job.
4382
+ * Delete a real-time data synchronization task.
4203
4383
  *
4204
4384
  * @param request - DeleteStreamingJobRequest
4205
4385
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4234,7 +4414,7 @@ class Client extends openapi_core_1.default {
4234
4414
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteStreamingJobResponse({}));
4235
4415
  }
4236
4416
  /**
4237
- * Deletes a real-time data synchronization job.
4417
+ * Delete a real-time data synchronization task.
4238
4418
  *
4239
4419
  * @param request - DeleteStreamingJobRequest
4240
4420
  * @returns DeleteStreamingJobResponse
@@ -4351,12 +4531,60 @@ class Client extends openapi_core_1.default {
4351
4531
  let runtime = new $dara.RuntimeOptions({});
4352
4532
  return await this.deleteVectorIndexWithOptions(request, runtime);
4353
4533
  }
4534
+ /**
4535
+ * 删除SaaS工作空间
4536
+ *
4537
+ * @remarks
4538
+ * 此接口为删除上下文服务工作空间
4539
+ *
4540
+ * @param request - DeleteWorkspaceRequest
4541
+ * @param runtime - runtime options for this request RuntimeOptions
4542
+ * @returns DeleteWorkspaceResponse
4543
+ */
4544
+ async deleteWorkspaceWithOptions(request, runtime) {
4545
+ request.validate();
4546
+ let query = {};
4547
+ if (!$dara.isNull(request.regionId)) {
4548
+ query["RegionId"] = request.regionId;
4549
+ }
4550
+ if (!$dara.isNull(request.workspaceId)) {
4551
+ query["WorkspaceId"] = request.workspaceId;
4552
+ }
4553
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
4554
+ query: openapi_core_2.OpenApiUtil.query(query),
4555
+ });
4556
+ let params = new openapi_core_2.$OpenApiUtil.Params({
4557
+ action: "DeleteWorkspace",
4558
+ version: "2016-05-03",
4559
+ protocol: "HTTPS",
4560
+ pathname: "/",
4561
+ method: "POST",
4562
+ authType: "AK",
4563
+ style: "RPC",
4564
+ reqBodyType: "formData",
4565
+ bodyType: "json",
4566
+ });
4567
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteWorkspaceResponse({}));
4568
+ }
4569
+ /**
4570
+ * 删除SaaS工作空间
4571
+ *
4572
+ * @remarks
4573
+ * 此接口为删除上下文服务工作空间
4574
+ *
4575
+ * @param request - DeleteWorkspaceRequest
4576
+ * @returns DeleteWorkspaceResponse
4577
+ */
4578
+ async deleteWorkspace(request) {
4579
+ let runtime = new $dara.RuntimeOptions({});
4580
+ return await this.deleteWorkspaceWithOptions(request, runtime);
4581
+ }
4354
4582
  /**
4355
4583
  * Deploy a private RAG service.
4356
4584
  *
4357
4585
  * @remarks
4358
- * 1. Before you deploy the private RAG service, create an initial account.
4359
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
4586
+ * 1. 部署私有RAG服务前,请先创建初始账号。
4587
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
4360
4588
  *
4361
4589
  * @param request - DeployPrivateRAGServiceRequest
4362
4590
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4394,8 +4622,8 @@ class Client extends openapi_core_1.default {
4394
4622
  * Deploy a private RAG service.
4395
4623
  *
4396
4624
  * @remarks
4397
- * 1. Before you deploy the private RAG service, create an initial account.
4398
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
4625
+ * 1. 部署私有RAG服务前,请先创建初始账号。
4626
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
4399
4627
  *
4400
4628
  * @param request - DeployPrivateRAGServiceRequest
4401
4629
  * @returns DeployPrivateRAGServiceResponse
@@ -4405,7 +4633,7 @@ class Client extends openapi_core_1.default {
4405
4633
  return await this.deployPrivateRAGServiceWithOptions(request, runtime);
4406
4634
  }
4407
4635
  /**
4408
- * 获取 AI 服务详情
4636
+ * Retrieves the details of an AI service.
4409
4637
  *
4410
4638
  * @param request - DescribeAIServiceRequest
4411
4639
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4440,7 +4668,7 @@ class Client extends openapi_core_1.default {
4440
4668
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAIServiceResponse({}));
4441
4669
  }
4442
4670
  /**
4443
- * 获取 AI 服务详情
4671
+ * Retrieves the details of an AI service.
4444
4672
  *
4445
4673
  * @param request - DescribeAIServiceRequest
4446
4674
  * @returns DescribeAIServiceResponse
@@ -4568,10 +4796,10 @@ class Client extends openapi_core_1.default {
4568
4796
  return await this.describeActiveSQLRecordsWithOptions(request, runtime);
4569
4797
  }
4570
4798
  /**
4571
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
4799
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
4572
4800
  *
4573
4801
  * @remarks
4574
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
4802
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
4575
4803
  *
4576
4804
  * @param request - DescribeAvailableResourcesRequest
4577
4805
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4606,10 +4834,10 @@ class Client extends openapi_core_1.default {
4606
4834
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAvailableResourcesResponse({}));
4607
4835
  }
4608
4836
  /**
4609
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
4837
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
4610
4838
  *
4611
4839
  * @remarks
4612
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
4840
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
4613
4841
  *
4614
4842
  * @param request - DescribeAvailableResourcesRequest
4615
4843
  * @returns DescribeAvailableResourcesResponse
@@ -4881,10 +5109,10 @@ class Client extends openapi_core_1.default {
4881
5109
  return await this.describeDBClusterNodeWithOptions(request, runtime);
4882
5110
  }
4883
5111
  /**
4884
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
5112
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
4885
5113
  *
4886
5114
  * @remarks
4887
- * You can query monitoring information only within the last 30 days.
5115
+ * Monitoring information can only be queried for the last 30 days.
4888
5116
  *
4889
5117
  * @param request - DescribeDBClusterPerformanceRequest
4890
5118
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4931,10 +5159,10 @@ class Client extends openapi_core_1.default {
4931
5159
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBClusterPerformanceResponse({}));
4932
5160
  }
4933
5161
  /**
4934
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
5162
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
4935
5163
  *
4936
5164
  * @remarks
4937
- * You can query monitoring information only within the last 30 days.
5165
+ * Monitoring information can only be queried for the last 30 days.
4938
5166
  *
4939
5167
  * @param request - DescribeDBClusterPerformanceRequest
4940
5168
  * @returns DescribeDBClusterPerformanceResponse
@@ -4944,14 +5172,14 @@ class Client extends openapi_core_1.default {
4944
5172
  return await this.describeDBClusterPerformanceWithOptions(request, runtime);
4945
5173
  }
4946
5174
  /**
4947
- * Query detailed information about the instance.
5175
+ * Query the details of an AnalyticDB for PostgreSQL instance.
4948
5176
  *
4949
5177
  * @remarks
4950
- * ## Usage Instructions
4951
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
4952
- * ## QPS Limitation
4953
- * 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.
4954
- * <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).
5178
+ * ## How-To
5179
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
5180
+ * ## Queries per second (QPS) limit
5181
+ * 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.
5182
+ * <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).
4955
5183
  *
4956
5184
  * @param request - DescribeDBInstanceAttributeRequest
4957
5185
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4986,14 +5214,14 @@ class Client extends openapi_core_1.default {
4986
5214
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstanceAttributeResponse({}));
4987
5215
  }
4988
5216
  /**
4989
- * Query detailed information about the instance.
5217
+ * Query the details of an AnalyticDB for PostgreSQL instance.
4990
5218
  *
4991
5219
  * @remarks
4992
- * ## Usage Instructions
4993
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
4994
- * ## QPS Limitation
4995
- * 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.
4996
- * <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).
5220
+ * ## How-To
5221
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
5222
+ * ## Queries per second (QPS) limit
5223
+ * 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.
5224
+ * <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).
4997
5225
  *
4998
5226
  * @param request - DescribeDBInstanceAttributeRequest
4999
5227
  * @returns DescribeDBInstanceAttributeResponse
@@ -5616,13 +5844,15 @@ class Client extends openapi_core_1.default {
5616
5844
  return await this.describeDBInstanceSupportMaxPerformanceWithOptions(request, runtime);
5617
5845
  }
5618
5846
  /**
5619
- * Queries a list of AnalyticDB for PostgreSQL instances.
5847
+ * Lists AnalyticDB for PostgreSQL instances.
5620
5848
  *
5621
5849
  * @remarks
5622
- * ##
5623
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
5624
- * ## Limits
5625
- * 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.
5850
+ * ## Usage
5851
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
5852
+ * ## QPS limit
5853
+ * 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.
5854
+ * <props="china">
5855
+ * 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).
5626
5856
  *
5627
5857
  * @param tmpReq - DescribeDBInstancesRequest
5628
5858
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5704,13 +5934,15 @@ class Client extends openapi_core_1.default {
5704
5934
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBInstancesResponse({}));
5705
5935
  }
5706
5936
  /**
5707
- * Queries a list of AnalyticDB for PostgreSQL instances.
5937
+ * Lists AnalyticDB for PostgreSQL instances.
5708
5938
  *
5709
5939
  * @remarks
5710
- * ##
5711
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
5712
- * ## Limits
5713
- * 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.
5940
+ * ## Usage
5941
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
5942
+ * ## QPS limit
5943
+ * 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.
5944
+ * <props="china">
5945
+ * 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).
5714
5946
  *
5715
5947
  * @param request - DescribeDBInstancesRequest
5716
5948
  * @returns DescribeDBInstancesResponse
@@ -5720,7 +5952,7 @@ class Client extends openapi_core_1.default {
5720
5952
  return await this.describeDBInstancesWithOptions(request, runtime);
5721
5953
  }
5722
5954
  /**
5723
- * Queries the information about resource groups.
5955
+ * Retrieves the details of one or more resource groups.
5724
5956
  *
5725
5957
  * @param request - DescribeDBResourceGroupRequest
5726
5958
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5755,7 +5987,7 @@ class Client extends openapi_core_1.default {
5755
5987
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDBResourceGroupResponse({}));
5756
5988
  }
5757
5989
  /**
5758
- * Queries the information about resource groups.
5990
+ * Retrieves the details of one or more resource groups.
5759
5991
  *
5760
5992
  * @param request - DescribeDBResourceGroupRequest
5761
5993
  * @returns DescribeDBResourceGroupResponse
@@ -6029,12 +6261,10 @@ class Client extends openapi_core_1.default {
6029
6261
  return await this.describeDataShareInstancesWithOptions(request, runtime);
6030
6262
  }
6031
6263
  /**
6032
- * Queries the information about data sharing performance metrics.
6264
+ * Queries the performance metrics of data sharing.
6033
6265
  *
6034
6266
  * @remarks
6035
- * 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.
6036
- * ## Limits
6037
- * 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.
6267
+ * Only serverless instances support the data sharing feature.
6038
6268
  *
6039
6269
  * @param request - DescribeDataSharePerformanceRequest
6040
6270
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6075,12 +6305,10 @@ class Client extends openapi_core_1.default {
6075
6305
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSharePerformanceResponse({}));
6076
6306
  }
6077
6307
  /**
6078
- * Queries the information about data sharing performance metrics.
6308
+ * Queries the performance metrics of data sharing.
6079
6309
  *
6080
6310
  * @remarks
6081
- * 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.
6082
- * ## Limits
6083
- * 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.
6311
+ * Only serverless instances support the data sharing feature.
6084
6312
  *
6085
6313
  * @param request - DescribeDataSharePerformanceRequest
6086
6314
  * @returns DescribeDataSharePerformanceResponse
@@ -6431,11 +6659,11 @@ class Client extends openapi_core_1.default {
6431
6659
  return await this.describeDocumentWithOptions(request, runtime);
6432
6660
  }
6433
6661
  /**
6434
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
6662
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
6435
6663
  *
6436
6664
  * @remarks
6437
- * 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.
6438
- * 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).
6665
+ * 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.
6666
+ * 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).
6439
6667
  *
6440
6668
  * @param request - DescribeDownloadRecordsRequest
6441
6669
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6467,11 +6695,11 @@ class Client extends openapi_core_1.default {
6467
6695
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDownloadRecordsResponse({}));
6468
6696
  }
6469
6697
  /**
6470
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
6698
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
6471
6699
  *
6472
6700
  * @remarks
6473
- * 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.
6474
- * 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).
6701
+ * 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.
6702
+ * 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).
6475
6703
  *
6476
6704
  * @param request - DescribeDownloadRecordsRequest
6477
6705
  * @returns DescribeDownloadRecordsResponse
@@ -6610,7 +6838,7 @@ class Client extends openapi_core_1.default {
6610
6838
  return await this.describeExternalDataServiceWithOptions(request, runtime);
6611
6839
  }
6612
6840
  /**
6613
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
6841
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
6614
6842
  *
6615
6843
  * @param request - DescribeHadoopClustersInSameNetRequest
6616
6844
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6642,7 +6870,7 @@ class Client extends openapi_core_1.default {
6642
6870
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHadoopClustersInSameNetResponse({}));
6643
6871
  }
6644
6872
  /**
6645
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
6873
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
6646
6874
  *
6647
6875
  * @param request - DescribeHadoopClustersInSameNetRequest
6648
6876
  * @returns DescribeHadoopClustersInSameNetResponse
@@ -7421,12 +7649,10 @@ class Client extends openapi_core_1.default {
7421
7649
  return await this.describeRebalanceStatusWithOptions(request, runtime);
7422
7650
  }
7423
7651
  /**
7424
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
7652
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
7425
7653
  *
7426
7654
  * @remarks
7427
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
7428
- * ## Limit
7429
- * 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.
7655
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
7430
7656
  *
7431
7657
  * @param request - DescribeRegionsRequest
7432
7658
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7455,12 +7681,10 @@ class Client extends openapi_core_1.default {
7455
7681
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
7456
7682
  }
7457
7683
  /**
7458
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
7684
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
7459
7685
  *
7460
7686
  * @remarks
7461
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
7462
- * ## Limit
7463
- * 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.
7687
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
7464
7688
  *
7465
7689
  * @param request - DescribeRegionsRequest
7466
7690
  * @returns DescribeRegionsResponse
@@ -7512,10 +7736,10 @@ class Client extends openapi_core_1.default {
7512
7736
  return await this.describeRolesWithOptions(request, runtime);
7513
7737
  }
7514
7738
  /**
7515
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
7739
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
7516
7740
  *
7517
7741
  * @remarks
7518
- * This operation is not available for instances in reserved storage mode.
7742
+ * This API does not support instances of the storage-reserved type.
7519
7743
  *
7520
7744
  * @param request - DescribeSQLLogCountRequest
7521
7745
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7580,10 +7804,10 @@ class Client extends openapi_core_1.default {
7580
7804
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSQLLogCountResponse({}));
7581
7805
  }
7582
7806
  /**
7583
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
7807
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
7584
7808
  *
7585
7809
  * @remarks
7586
- * This operation is not available for instances in reserved storage mode.
7810
+ * This API does not support instances of the storage-reserved type.
7587
7811
  *
7588
7812
  * @param request - DescribeSQLLogCountRequest
7589
7813
  * @returns DescribeSQLLogCountResponse
@@ -8002,7 +8226,7 @@ class Client extends openapi_core_1.default {
8002
8226
  return await this.describeSupportFeaturesWithOptions(request, runtime);
8003
8227
  }
8004
8228
  /**
8005
- * Queries the information about a table.
8229
+ * View table details.
8006
8230
  *
8007
8231
  * @param request - DescribeTableRequest
8008
8232
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8052,7 +8276,7 @@ class Client extends openapi_core_1.default {
8052
8276
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTableResponse({}));
8053
8277
  }
8054
8278
  /**
8055
- * Queries the information about a table.
8279
+ * View table details.
8056
8280
  *
8057
8281
  * @param request - DescribeTableRequest
8058
8282
  * @returns DescribeTableResponse
@@ -8743,7 +8967,7 @@ class Client extends openapi_core_1.default {
8743
8967
  return await this.enableDBResourceGroupWithOptions(request, runtime);
8744
8968
  }
8745
8969
  /**
8746
- * Executes SQL statements.
8970
+ * Execute an SQL statement.
8747
8971
  *
8748
8972
  * @param tmpReq - ExecuteStatementRequest
8749
8973
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8818,7 +9042,7 @@ class Client extends openapi_core_1.default {
8818
9042
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExecuteStatementResponse({}));
8819
9043
  }
8820
9044
  /**
8821
- * Executes SQL statements.
9045
+ * Execute an SQL statement.
8822
9046
  *
8823
9047
  * @param request - ExecuteStatementRequest
8824
9048
  * @returns ExecuteStatementResponse
@@ -8926,6 +9150,54 @@ class Client extends openapi_core_1.default {
8926
9150
  let runtime = new $dara.RuntimeOptions({});
8927
9151
  return await this.getGraphRAGJobWithOptions(request, runtime);
8928
9152
  }
9153
+ /**
9154
+ * 获取SaaS服务信息
9155
+ *
9156
+ * @remarks
9157
+ * 删除模型服务。
9158
+ *
9159
+ * @param request - GetSaasServiceRequest
9160
+ * @param runtime - runtime options for this request RuntimeOptions
9161
+ * @returns GetSaasServiceResponse
9162
+ */
9163
+ async getSaasServiceWithOptions(request, runtime) {
9164
+ request.validate();
9165
+ let query = {};
9166
+ if (!$dara.isNull(request.regionId)) {
9167
+ query["RegionId"] = request.regionId;
9168
+ }
9169
+ if (!$dara.isNull(request.serviceId)) {
9170
+ query["ServiceId"] = request.serviceId;
9171
+ }
9172
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
9173
+ query: openapi_core_2.OpenApiUtil.query(query),
9174
+ });
9175
+ let params = new openapi_core_2.$OpenApiUtil.Params({
9176
+ action: "GetSaasService",
9177
+ version: "2016-05-03",
9178
+ protocol: "HTTPS",
9179
+ pathname: "/",
9180
+ method: "POST",
9181
+ authType: "AK",
9182
+ style: "RPC",
9183
+ reqBodyType: "formData",
9184
+ bodyType: "json",
9185
+ });
9186
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSaasServiceResponse({}));
9187
+ }
9188
+ /**
9189
+ * 获取SaaS服务信息
9190
+ *
9191
+ * @remarks
9192
+ * 删除模型服务。
9193
+ *
9194
+ * @param request - GetSaasServiceRequest
9195
+ * @returns GetSaasServiceResponse
9196
+ */
9197
+ async getSaasService(request) {
9198
+ let runtime = new $dara.RuntimeOptions({});
9199
+ return await this.getSaasServiceWithOptions(request, runtime);
9200
+ }
8929
9201
  /**
8930
9202
  * Queries the information about an access credential.
8931
9203
  *
@@ -8980,6 +9252,60 @@ class Client extends openapi_core_1.default {
8980
9252
  let runtime = new $dara.RuntimeOptions({});
8981
9253
  return await this.getSecretValueWithOptions(request, runtime);
8982
9254
  }
9255
+ /**
9256
+ * 获取SaaS服务访问信息
9257
+ *
9258
+ * @remarks
9259
+ * ## 使用说明
9260
+ * 本接口用于查看所有模型服务信息。
9261
+ * ## QPS限制
9262
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
9263
+ *
9264
+ * @param request - GetServiceAccessInfoRequest
9265
+ * @param runtime - runtime options for this request RuntimeOptions
9266
+ * @returns GetServiceAccessInfoResponse
9267
+ */
9268
+ async getServiceAccessInfoWithOptions(request, runtime) {
9269
+ request.validate();
9270
+ let query = {};
9271
+ if (!$dara.isNull(request.regionId)) {
9272
+ query["RegionId"] = request.regionId;
9273
+ }
9274
+ if (!$dara.isNull(request.serviceId)) {
9275
+ query["ServiceId"] = request.serviceId;
9276
+ }
9277
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
9278
+ query: openapi_core_2.OpenApiUtil.query(query),
9279
+ });
9280
+ let params = new openapi_core_2.$OpenApiUtil.Params({
9281
+ action: "GetServiceAccessInfo",
9282
+ version: "2016-05-03",
9283
+ protocol: "HTTPS",
9284
+ pathname: "/",
9285
+ method: "POST",
9286
+ authType: "AK",
9287
+ style: "RPC",
9288
+ reqBodyType: "formData",
9289
+ bodyType: "json",
9290
+ });
9291
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetServiceAccessInfoResponse({}));
9292
+ }
9293
+ /**
9294
+ * 获取SaaS服务访问信息
9295
+ *
9296
+ * @remarks
9297
+ * ## 使用说明
9298
+ * 本接口用于查看所有模型服务信息。
9299
+ * ## QPS限制
9300
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
9301
+ *
9302
+ * @param request - GetServiceAccessInfoRequest
9303
+ * @returns GetServiceAccessInfoResponse
9304
+ */
9305
+ async getServiceAccessInfo(request) {
9306
+ let runtime = new $dara.RuntimeOptions({});
9307
+ return await this.getServiceAccessInfoWithOptions(request, runtime);
9308
+ }
8983
9309
  /**
8984
9310
  * Get Asynchronous SQL Execution Result
8985
9311
  *
@@ -9035,10 +9361,10 @@ class Client extends openapi_core_1.default {
9035
9361
  return await this.getStatementResultWithOptions(request, runtime);
9036
9362
  }
9037
9363
  /**
9038
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
9364
+ * Retrieves details of a Supabase instance.
9039
9365
  *
9040
9366
  * @remarks
9041
- * This interface is used to query the details of a Supabase instance.
9367
+ * Gets the details of a Supabase instance.
9042
9368
  *
9043
9369
  * @param request - GetSupabaseProjectRequest
9044
9370
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9070,10 +9396,10 @@ class Client extends openapi_core_1.default {
9070
9396
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSupabaseProjectResponse({}));
9071
9397
  }
9072
9398
  /**
9073
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
9399
+ * Retrieves details of a Supabase instance.
9074
9400
  *
9075
9401
  * @remarks
9076
- * This interface is used to query the details of a Supabase instance.
9402
+ * Gets the details of a Supabase instance.
9077
9403
  *
9078
9404
  * @param request - GetSupabaseProjectRequest
9079
9405
  * @returns GetSupabaseProjectResponse
@@ -9083,10 +9409,10 @@ class Client extends openapi_core_1.default {
9083
9409
  return await this.getSupabaseProjectWithOptions(request, runtime);
9084
9410
  }
9085
9411
  /**
9086
- * Queries the API keys and JWT secrets of a Supabase instance.
9412
+ * Queries the API keys and JWT secrets for a Supabase instance.
9087
9413
  *
9088
9414
  * @remarks
9089
- * You can call this operation to query a list of API keys for a Supabase project.
9415
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
9090
9416
  *
9091
9417
  * @param request - GetSupabaseProjectApiKeysRequest
9092
9418
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9118,10 +9444,10 @@ class Client extends openapi_core_1.default {
9118
9444
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSupabaseProjectApiKeysResponse({}));
9119
9445
  }
9120
9446
  /**
9121
- * Queries the API keys and JWT secrets of a Supabase instance.
9447
+ * Queries the API keys and JWT secrets for a Supabase instance.
9122
9448
  *
9123
9449
  * @remarks
9124
- * You can call this operation to query a list of API keys for a Supabase project.
9450
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
9125
9451
  *
9126
9452
  * @param request - GetSupabaseProjectApiKeysRequest
9127
9453
  * @returns GetSupabaseProjectApiKeysResponse
@@ -9480,10 +9806,10 @@ class Client extends openapi_core_1.default {
9480
9806
  return await this.initVectorDatabaseWithOptions(request, runtime);
9481
9807
  }
9482
9808
  /**
9483
- * Queries a list of AI nodes.
9809
+ * Queries a list of AINode resource pools.
9484
9810
  *
9485
9811
  * @remarks
9486
- * This operation queries a list of AI nodes.
9812
+ * - This operation lists the AINode resource pools for the specified instance.
9487
9813
  *
9488
9814
  * @param request - ListAINodePoolsRequest
9489
9815
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9515,10 +9841,10 @@ class Client extends openapi_core_1.default {
9515
9841
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAINodePoolsResponse({}));
9516
9842
  }
9517
9843
  /**
9518
- * Queries a list of AI nodes.
9844
+ * Queries a list of AINode resource pools.
9519
9845
  *
9520
9846
  * @remarks
9521
- * This operation queries a list of AI nodes.
9847
+ * - This operation lists the AINode resource pools for the specified instance.
9522
9848
  *
9523
9849
  * @param request - ListAINodePoolsRequest
9524
9850
  * @returns ListAINodePoolsResponse
@@ -9528,7 +9854,7 @@ class Client extends openapi_core_1.default {
9528
9854
  return await this.listAINodePoolsWithOptions(request, runtime);
9529
9855
  }
9530
9856
  /**
9531
- * 获取 AI 服务列表
9857
+ * Lists AI services.
9532
9858
  *
9533
9859
  * @param request - ListAIServicesRequest
9534
9860
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9566,7 +9892,7 @@ class Client extends openapi_core_1.default {
9566
9892
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAIServicesResponse({}));
9567
9893
  }
9568
9894
  /**
9569
- * 获取 AI 服务列表
9895
+ * Lists AI services.
9570
9896
  *
9571
9897
  * @param request - ListAIServicesRequest
9572
9898
  * @returns ListAIServicesResponse
@@ -9618,7 +9944,7 @@ class Client extends openapi_core_1.default {
9618
9944
  return await this.listBackupJobsWithOptions(request, runtime);
9619
9945
  }
9620
9946
  /**
9621
- * 获取文本块详情
9947
+ * Get document chunk details
9622
9948
  *
9623
9949
  * @param request - ListChunksRequest
9624
9950
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9674,7 +10000,7 @@ class Client extends openapi_core_1.default {
9674
10000
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListChunksResponse({}));
9675
10001
  }
9676
10002
  /**
9677
- * 获取文本块详情
10003
+ * Get document chunk details
9678
10004
  *
9679
10005
  * @param request - ListChunksRequest
9680
10006
  * @returns ListChunksResponse
@@ -9837,7 +10163,7 @@ class Client extends openapi_core_1.default {
9837
10163
  return await this.listDatabasesWithOptions(request, runtime);
9838
10164
  }
9839
10165
  /**
9840
- * Queries a list of document collections.
10166
+ * Lists document collections.
9841
10167
  *
9842
10168
  * @param request - ListDocumentCollectionsRequest
9843
10169
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9878,7 +10204,7 @@ class Client extends openapi_core_1.default {
9878
10204
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDocumentCollectionsResponse({}));
9879
10205
  }
9880
10206
  /**
9881
- * Queries a list of document collections.
10207
+ * Lists document collections.
9882
10208
  *
9883
10209
  * @param request - ListDocumentCollectionsRequest
9884
10210
  * @returns ListDocumentCollectionsResponse
@@ -10358,6 +10684,65 @@ class Client extends openapi_core_1.default {
10358
10684
  let runtime = new $dara.RuntimeOptions({});
10359
10685
  return await this.listRemoteADBDataSourcesWithOptions(request, runtime);
10360
10686
  }
10687
+ /**
10688
+ * Query SaaS Service List
10689
+ *
10690
+ * @remarks
10691
+ * ## Usage Notes
10692
+ * This API operation is used to view information about all SaaS services.
10693
+ *
10694
+ * @param request - ListSaasServiceRequest
10695
+ * @param runtime - runtime options for this request RuntimeOptions
10696
+ * @returns ListSaasServiceResponse
10697
+ */
10698
+ async listSaasServiceWithOptions(request, runtime) {
10699
+ request.validate();
10700
+ let query = {};
10701
+ if (!$dara.isNull(request.maxResults)) {
10702
+ query["MaxResults"] = request.maxResults;
10703
+ }
10704
+ if (!$dara.isNull(request.nextToken)) {
10705
+ query["NextToken"] = request.nextToken;
10706
+ }
10707
+ if (!$dara.isNull(request.regionId)) {
10708
+ query["RegionId"] = request.regionId;
10709
+ }
10710
+ if (!$dara.isNull(request.serviceType)) {
10711
+ query["ServiceType"] = request.serviceType;
10712
+ }
10713
+ if (!$dara.isNull(request.workspaceId)) {
10714
+ query["WorkspaceId"] = request.workspaceId;
10715
+ }
10716
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
10717
+ query: openapi_core_2.OpenApiUtil.query(query),
10718
+ });
10719
+ let params = new openapi_core_2.$OpenApiUtil.Params({
10720
+ action: "ListSaasService",
10721
+ version: "2016-05-03",
10722
+ protocol: "HTTPS",
10723
+ pathname: "/",
10724
+ method: "POST",
10725
+ authType: "AK",
10726
+ style: "RPC",
10727
+ reqBodyType: "formData",
10728
+ bodyType: "json",
10729
+ });
10730
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSaasServiceResponse({}));
10731
+ }
10732
+ /**
10733
+ * Query SaaS Service List
10734
+ *
10735
+ * @remarks
10736
+ * ## Usage Notes
10737
+ * This API operation is used to view information about all SaaS services.
10738
+ *
10739
+ * @param request - ListSaasServiceRequest
10740
+ * @returns ListSaasServiceResponse
10741
+ */
10742
+ async listSaasService(request) {
10743
+ let runtime = new $dara.RuntimeOptions({});
10744
+ return await this.listSaasServiceWithOptions(request, runtime);
10745
+ }
10361
10746
  /**
10362
10747
  * Queries a list of schemas.
10363
10748
  *
@@ -10419,7 +10804,7 @@ class Client extends openapi_core_1.default {
10419
10804
  return await this.listSchemasWithOptions(request, runtime);
10420
10805
  }
10421
10806
  /**
10422
- * Queries a list of access credentials.
10807
+ * View the access credential list.
10423
10808
  *
10424
10809
  * @param request - ListSecretsRequest
10425
10810
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10457,7 +10842,7 @@ class Client extends openapi_core_1.default {
10457
10842
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSecretsResponse({}));
10458
10843
  }
10459
10844
  /**
10460
- * Queries a list of access credentials.
10845
+ * View the access credential list.
10461
10846
  *
10462
10847
  * @param request - ListSecretsRequest
10463
10848
  * @returns ListSecretsResponse
@@ -10683,7 +11068,10 @@ class Client extends openapi_core_1.default {
10683
11068
  return await this.listStreamingJobsWithOptions(request, runtime);
10684
11069
  }
10685
11070
  /**
10686
- * Query the label List of Supabase instances
11071
+ * Lists the tags of Supabase instances.
11072
+ *
11073
+ * @remarks
11074
+ * - This operation queries the tags of Supabase instances.
10687
11075
  *
10688
11076
  * @param request - ListSupabaseProjectTagsRequest
10689
11077
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10724,7 +11112,10 @@ class Client extends openapi_core_1.default {
10724
11112
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSupabaseProjectTagsResponse({}));
10725
11113
  }
10726
11114
  /**
10727
- * Query the label List of Supabase instances
11115
+ * Lists the tags of Supabase instances.
11116
+ *
11117
+ * @remarks
11118
+ * - This operation queries the tags of Supabase instances.
10728
11119
  *
10729
11120
  * @param request - ListSupabaseProjectTagsRequest
10730
11121
  * @returns ListSupabaseProjectTagsResponse
@@ -10734,10 +11125,10 @@ class Client extends openapi_core_1.default {
10734
11125
  return await this.listSupabaseProjectTagsWithOptions(request, runtime);
10735
11126
  }
10736
11127
  /**
10737
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
11128
+ * Returns a list of Supabase instances.
10738
11129
  *
10739
11130
  * @remarks
10740
- * You can call this operation to query Supabase instances.
11131
+ * - Lists Supabase instances.
10741
11132
  *
10742
11133
  * @param request - ListSupabaseProjectsRequest
10743
11134
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10790,10 +11181,10 @@ class Client extends openapi_core_1.default {
10790
11181
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSupabaseProjectsResponse({}));
10791
11182
  }
10792
11183
  /**
10793
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
11184
+ * Returns a list of Supabase instances.
10794
11185
  *
10795
11186
  * @remarks
10796
- * You can call this operation to query Supabase instances.
11187
+ * - Lists Supabase instances.
10797
11188
  *
10798
11189
  * @param request - ListSupabaseProjectsRequest
10799
11190
  * @returns ListSupabaseProjectsResponse
@@ -10911,7 +11302,7 @@ class Client extends openapi_core_1.default {
10911
11302
  return await this.listTablesWithOptions(request, runtime);
10912
11303
  }
10913
11304
  /**
10914
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
11305
+ * List all tag resources.
10915
11306
  *
10916
11307
  * @param request - ListTagResourcesRequest
10917
11308
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10964,7 +11355,7 @@ class Client extends openapi_core_1.default {
10964
11355
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTagResourcesResponse({}));
10965
11356
  }
10966
11357
  /**
10967
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
11358
+ * List all tag resources.
10968
11359
  *
10969
11360
  * @param request - ListTagResourcesRequest
10970
11361
  * @returns ListTagResourcesResponse
@@ -10974,7 +11365,66 @@ class Client extends openapi_core_1.default {
10974
11365
  return await this.listTagResourcesWithOptions(request, runtime);
10975
11366
  }
10976
11367
  /**
10977
- * 修改 AI 服务白名单
11368
+ * Queries the list of SaaS workspaces.
11369
+ *
11370
+ * @remarks
11371
+ * ## Operation description
11372
+ * This operation is used to query information about all workspaces.
11373
+ *
11374
+ * @param request - ListWorkspacesRequest
11375
+ * @param runtime - runtime options for this request RuntimeOptions
11376
+ * @returns ListWorkspacesResponse
11377
+ */
11378
+ async listWorkspacesWithOptions(request, runtime) {
11379
+ request.validate();
11380
+ let query = {};
11381
+ if (!$dara.isNull(request.maxResults)) {
11382
+ query["MaxResults"] = request.maxResults;
11383
+ }
11384
+ if (!$dara.isNull(request.nextToken)) {
11385
+ query["NextToken"] = request.nextToken;
11386
+ }
11387
+ if (!$dara.isNull(request.pageNumber)) {
11388
+ query["PageNumber"] = request.pageNumber;
11389
+ }
11390
+ if (!$dara.isNull(request.pageSize)) {
11391
+ query["PageSize"] = request.pageSize;
11392
+ }
11393
+ if (!$dara.isNull(request.regionId)) {
11394
+ query["RegionId"] = request.regionId;
11395
+ }
11396
+ let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
11397
+ query: openapi_core_2.OpenApiUtil.query(query),
11398
+ });
11399
+ let params = new openapi_core_2.$OpenApiUtil.Params({
11400
+ action: "ListWorkspaces",
11401
+ version: "2016-05-03",
11402
+ protocol: "HTTPS",
11403
+ pathname: "/",
11404
+ method: "POST",
11405
+ authType: "AK",
11406
+ style: "RPC",
11407
+ reqBodyType: "formData",
11408
+ bodyType: "json",
11409
+ });
11410
+ return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListWorkspacesResponse({}));
11411
+ }
11412
+ /**
11413
+ * Queries the list of SaaS workspaces.
11414
+ *
11415
+ * @remarks
11416
+ * ## Operation description
11417
+ * This operation is used to query information about all workspaces.
11418
+ *
11419
+ * @param request - ListWorkspacesRequest
11420
+ * @returns ListWorkspacesResponse
11421
+ */
11422
+ async listWorkspaces(request) {
11423
+ let runtime = new $dara.RuntimeOptions({});
11424
+ return await this.listWorkspacesWithOptions(request, runtime);
11425
+ }
11426
+ /**
11427
+ * Modifies the IP address whitelist for an AI service.
10978
11428
  *
10979
11429
  * @param request - ModifyAIServiceSecurityIpsRequest
10980
11430
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11012,7 +11462,7 @@ class Client extends openapi_core_1.default {
11012
11462
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAIServiceSecurityIpsResponse({}));
11013
11463
  }
11014
11464
  /**
11015
- * 修改 AI 服务白名单
11465
+ * Modifies the IP address whitelist for an AI service.
11016
11466
  *
11017
11467
  * @param request - ModifyAIServiceSecurityIpsRequest
11018
11468
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -11124,7 +11574,7 @@ class Client extends openapi_core_1.default {
11124
11574
  return await this.modifyBackupPolicyWithOptions(request, runtime);
11125
11575
  }
11126
11576
  /**
11127
- * Updates a collection.
11577
+ * Updates a vector collection.
11128
11578
  *
11129
11579
  * @param request - ModifyCollectionRequest
11130
11580
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11174,7 +11624,7 @@ class Client extends openapi_core_1.default {
11174
11624
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCollectionResponse({}));
11175
11625
  }
11176
11626
  /**
11177
- * Updates a collection.
11627
+ * Updates a vector collection.
11178
11628
  *
11179
11629
  * @param request - ModifyCollectionRequest
11180
11630
  * @returns ModifyCollectionResponse
@@ -12184,7 +12634,7 @@ class Client extends openapi_core_1.default {
12184
12634
  return await this.modifySecurityIpsWithOptions(request, runtime);
12185
12635
  }
12186
12636
  /**
12187
- * Modifies the configurations of an external data source.
12637
+ * Modify a real-time data service.
12188
12638
  *
12189
12639
  * @param request - ModifyStreamingDataServiceRequest
12190
12640
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12225,7 +12675,7 @@ class Client extends openapi_core_1.default {
12225
12675
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyStreamingDataServiceResponse({}));
12226
12676
  }
12227
12677
  /**
12228
- * Modifies the configurations of an external data source.
12678
+ * Modify a real-time data service.
12229
12679
  *
12230
12680
  * @param request - ModifyStreamingDataServiceRequest
12231
12681
  * @returns ModifyStreamingDataServiceResponse
@@ -12396,7 +12846,10 @@ class Client extends openapi_core_1.default {
12396
12846
  return await this.modifyStreamingJobWithOptions(request, runtime);
12397
12847
  }
12398
12848
  /**
12399
- * Modify the auto pause/resume policy of Supabase.
12849
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
12850
+ *
12851
+ * @remarks
12852
+ * - This operation applies only to ADBPG Supabase instances.
12400
12853
  *
12401
12854
  * @param request - ModifySupabaseAutoScalePolicyRequest
12402
12855
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12431,7 +12884,10 @@ class Client extends openapi_core_1.default {
12431
12884
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseAutoScalePolicyResponse({}));
12432
12885
  }
12433
12886
  /**
12434
- * Modify the auto pause/resume policy of Supabase.
12887
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
12888
+ *
12889
+ * @remarks
12890
+ * - This operation applies only to ADBPG Supabase instances.
12435
12891
  *
12436
12892
  * @param request - ModifySupabaseAutoScalePolicyRequest
12437
12893
  * @returns ModifySupabaseAutoScalePolicyResponse
@@ -12441,7 +12897,10 @@ class Client extends openapi_core_1.default {
12441
12897
  return await this.modifySupabaseAutoScalePolicyWithOptions(request, runtime);
12442
12898
  }
12443
12899
  /**
12444
- * Modify the Supabase project description
12900
+ * Change the Supabase project description
12901
+ *
12902
+ * @remarks
12903
+ * *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)**.
12445
12904
  *
12446
12905
  * @param request - ModifySupabaseProjectDescriptionRequest
12447
12906
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12476,7 +12935,10 @@ class Client extends openapi_core_1.default {
12476
12935
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectDescriptionResponse({}));
12477
12936
  }
12478
12937
  /**
12479
- * Modify the Supabase project description
12938
+ * Change the Supabase project description
12939
+ *
12940
+ * @remarks
12941
+ * *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)**.
12480
12942
  *
12481
12943
  * @param request - ModifySupabaseProjectDescriptionRequest
12482
12944
  * @returns ModifySupabaseProjectDescriptionResponse
@@ -12486,7 +12948,10 @@ class Client extends openapi_core_1.default {
12486
12948
  return await this.modifySupabaseProjectDescriptionWithOptions(request, runtime);
12487
12949
  }
12488
12950
  /**
12489
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
12951
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
12952
+ *
12953
+ * @remarks
12954
+ * *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.**
12490
12955
  *
12491
12956
  * @param request - ModifySupabaseProjectResourceRequest
12492
12957
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12527,7 +12992,10 @@ class Client extends openapi_core_1.default {
12527
12992
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectResourceResponse({}));
12528
12993
  }
12529
12994
  /**
12530
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
12995
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
12996
+ *
12997
+ * @remarks
12998
+ * *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.**
12531
12999
  *
12532
13000
  * @param request - ModifySupabaseProjectResourceRequest
12533
13001
  * @returns ModifySupabaseProjectResourceResponse
@@ -12537,10 +13005,10 @@ class Client extends openapi_core_1.default {
12537
13005
  return await this.modifySupabaseProjectResourceWithOptions(request, runtime);
12538
13006
  }
12539
13007
  /**
12540
- * Sets or replaces the IP address whitelist for a specified Supabase project.
13008
+ * Modifies the IP address whitelist for a Supabase project.
12541
13009
  *
12542
13010
  * @remarks
12543
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
13011
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
12544
13012
  *
12545
13013
  * @param request - ModifySupabaseProjectSecurityIpsRequest
12546
13014
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12581,10 +13049,10 @@ class Client extends openapi_core_1.default {
12581
13049
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifySupabaseProjectSecurityIpsResponse({}));
12582
13050
  }
12583
13051
  /**
12584
- * Sets or replaces the IP address whitelist for a specified Supabase project.
13052
+ * Modifies the IP address whitelist for a Supabase project.
12585
13053
  *
12586
13054
  * @remarks
12587
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
13055
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
12588
13056
  *
12589
13057
  * @param request - ModifySupabaseProjectSecurityIpsRequest
12590
13058
  * @returns ModifySupabaseProjectSecurityIpsResponse
@@ -12737,7 +13205,10 @@ class Client extends openapi_core_1.default {
12737
13205
  return await this.pauseInstanceWithOptions(request, runtime);
12738
13206
  }
12739
13207
  /**
12740
- * 暂停Supabase实例
13208
+ * Pauses a Supabase instance.
13209
+ *
13210
+ * @remarks
13211
+ * This operation pauses a Supabase instance.
12741
13212
  *
12742
13213
  * @param request - PauseSupabaseProjectRequest
12743
13214
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12769,7 +13240,10 @@ class Client extends openapi_core_1.default {
12769
13240
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.PauseSupabaseProjectResponse({}));
12770
13241
  }
12771
13242
  /**
12772
- * 暂停Supabase实例
13243
+ * Pauses a Supabase instance.
13244
+ *
13245
+ * @remarks
13246
+ * This operation pauses a Supabase instance.
12773
13247
  *
12774
13248
  * @param request - PauseSupabaseProjectRequest
12775
13249
  * @returns PauseSupabaseProjectResponse
@@ -12779,7 +13253,7 @@ class Client extends openapi_core_1.default {
12779
13253
  return await this.pauseSupabaseProjectWithOptions(request, runtime);
12780
13254
  }
12781
13255
  /**
12782
- * Query Vector Data
13256
+ * Retrieving vector data.
12783
13257
  *
12784
13258
  * @param tmpReq - QueryCollectionDataRequest
12785
13259
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12884,7 +13358,7 @@ class Client extends openapi_core_1.default {
12884
13358
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryCollectionDataResponse({}));
12885
13359
  }
12886
13360
  /**
12887
- * Query Vector Data
13361
+ * Retrieving vector data.
12888
13362
  *
12889
13363
  * @param request - QueryCollectionDataRequest
12890
13364
  * @returns QueryCollectionDataResponse
@@ -12894,7 +13368,7 @@ class Client extends openapi_core_1.default {
12894
13368
  return await this.queryCollectionDataWithOptions(request, runtime);
12895
13369
  }
12896
13370
  /**
12897
- * Retrieves vector data and metadata from a document collection by using natural statements.
13371
+ * Query a document collection with natural language to retrieve vectors and metadata.
12898
13372
  *
12899
13373
  * @param tmpReq - QueryContentRequest
12900
13374
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13014,7 +13488,7 @@ class Client extends openapi_core_1.default {
13014
13488
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryContentResponse({}));
13015
13489
  }
13016
13490
  /**
13017
- * Retrieves vector data and metadata from a document collection by using natural statements.
13491
+ * Query a document collection with natural language to retrieve vectors and metadata.
13018
13492
  *
13019
13493
  * @param request - QueryContentRequest
13020
13494
  * @returns QueryContentResponse
@@ -13105,7 +13579,7 @@ class Client extends openapi_core_1.default {
13105
13579
  return queryContentResp;
13106
13580
  }
13107
13581
  /**
13108
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
13582
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
13109
13583
  *
13110
13584
  * @param tmpReq - QueryKnowledgeBasesContentRequest
13111
13585
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13172,7 +13646,7 @@ class Client extends openapi_core_1.default {
13172
13646
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryKnowledgeBasesContentResponse({}));
13173
13647
  }
13174
13648
  /**
13175
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
13649
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
13176
13650
  *
13177
13651
  * @param request - QueryKnowledgeBasesContentRequest
13178
13652
  * @returns QueryKnowledgeBasesContentResponse
@@ -13630,7 +14104,10 @@ class Client extends openapi_core_1.default {
13630
14104
  return await this.resumeInstanceWithOptions(request, runtime);
13631
14105
  }
13632
14106
  /**
13633
- * 恢复Supabase实例
14107
+ * Resumes a Supabase instance.
14108
+ *
14109
+ * @remarks
14110
+ * This operation retrieves details about a Supabase instance.
13634
14111
  *
13635
14112
  * @param request - ResumeSupabaseProjectRequest
13636
14113
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13662,7 +14139,10 @@ class Client extends openapi_core_1.default {
13662
14139
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ResumeSupabaseProjectResponse({}));
13663
14140
  }
13664
14141
  /**
13665
- * 恢复Supabase实例
14142
+ * Resumes a Supabase instance.
14143
+ *
14144
+ * @remarks
14145
+ * This operation retrieves details about a Supabase instance.
13666
14146
  *
13667
14147
  * @param request - ResumeSupabaseProjectRequest
13668
14148
  * @returns ResumeSupabaseProjectResponse
@@ -13730,12 +14210,10 @@ class Client extends openapi_core_1.default {
13730
14210
  return await this.setDBInstancePlanStatusWithOptions(request, runtime);
13731
14211
  }
13732
14212
  /**
13733
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
14213
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
13734
14214
  *
13735
14215
  * @remarks
13736
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
13737
- * ## Limits
13738
- * 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.
14216
+ * Only Serverless instances support the data sharing feature.
13739
14217
  *
13740
14218
  * @param tmpReq - SetDataShareInstanceRequest
13741
14219
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13778,12 +14256,10 @@ class Client extends openapi_core_1.default {
13778
14256
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetDataShareInstanceResponse({}));
13779
14257
  }
13780
14258
  /**
13781
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
14259
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
13782
14260
  *
13783
14261
  * @remarks
13784
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
13785
- * ## Limits
13786
- * 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.
14262
+ * Only Serverless instances support the data sharing feature.
13787
14263
  *
13788
14264
  * @param request - SetDataShareInstanceRequest
13789
14265
  * @returns SetDataShareInstanceResponse
@@ -13844,7 +14320,7 @@ class Client extends openapi_core_1.default {
13844
14320
  return await this.switchDBInstanceNetTypeWithOptions(request, runtime);
13845
14321
  }
13846
14322
  /**
13847
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
14323
+ * Create and attach tags.
13848
14324
  *
13849
14325
  * @param request - TagResourcesRequest
13850
14326
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13894,7 +14370,7 @@ class Client extends openapi_core_1.default {
13894
14370
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagResourcesResponse({}));
13895
14371
  }
13896
14372
  /**
13897
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
14373
+ * Create and attach tags.
13898
14374
  *
13899
14375
  * @param request - TagResourcesRequest
13900
14376
  * @returns TagResourcesResponse
@@ -13904,7 +14380,10 @@ class Client extends openapi_core_1.default {
13904
14380
  return await this.tagResourcesWithOptions(request, runtime);
13905
14381
  }
13906
14382
  /**
13907
- * Supabase project labeling
14383
+ * Adds tags to Supabase project instances.
14384
+ *
14385
+ * @remarks
14386
+ * 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.
13908
14387
  *
13909
14388
  * @param request - TagSupabaseProjectRequest
13910
14389
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13942,7 +14421,10 @@ class Client extends openapi_core_1.default {
13942
14421
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.TagSupabaseProjectResponse({}));
13943
14422
  }
13944
14423
  /**
13945
- * Supabase project labeling
14424
+ * Adds tags to Supabase project instances.
14425
+ *
14426
+ * @remarks
14427
+ * 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.
13946
14428
  *
13947
14429
  * @param request - TagSupabaseProjectRequest
13948
14430
  * @returns TagSupabaseProjectResponse
@@ -14181,7 +14663,10 @@ class Client extends openapi_core_1.default {
14181
14663
  return await this.untagResourcesWithOptions(request, runtime);
14182
14664
  }
14183
14665
  /**
14184
- * Detach labels from a Supabase instance
14666
+ * Removes tags from one or more Supabase instances.
14667
+ *
14668
+ * @remarks
14669
+ * This operation removes one or more specified tags from Supabase instances.
14185
14670
  *
14186
14671
  * @param request - UntagSupabaseProjectRequest
14187
14672
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14222,7 +14707,10 @@ class Client extends openapi_core_1.default {
14222
14707
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UntagSupabaseProjectResponse({}));
14223
14708
  }
14224
14709
  /**
14225
- * Detach labels from a Supabase instance
14710
+ * Removes tags from one or more Supabase instances.
14711
+ *
14712
+ * @remarks
14713
+ * This operation removes one or more specified tags from Supabase instances.
14226
14714
  *
14227
14715
  * @param request - UntagSupabaseProjectRequest
14228
14716
  * @returns UntagSupabaseProjectResponse
@@ -14376,11 +14864,11 @@ class Client extends openapi_core_1.default {
14376
14864
  return await this.updateDBInstancePlanWithOptions(request, runtime);
14377
14865
  }
14378
14866
  /**
14379
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
14867
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
14380
14868
  *
14381
14869
  * @remarks
14382
- * This operation is not available for instances in reserved storage mode.
14383
- * 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).
14870
+ * This operation does not support modifying instances in storage-reserved mode.
14871
+ * 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.
14384
14872
  *
14385
14873
  * @param request - UpgradeDBInstanceRequest
14386
14874
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14454,11 +14942,11 @@ class Client extends openapi_core_1.default {
14454
14942
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpgradeDBInstanceResponse({}));
14455
14943
  }
14456
14944
  /**
14457
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
14945
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
14458
14946
  *
14459
14947
  * @remarks
14460
- * This operation is not available for instances in reserved storage mode.
14461
- * 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).
14948
+ * This operation does not support modifying instances in storage-reserved mode.
14949
+ * 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.
14462
14950
  *
14463
14951
  * @param request - UpgradeDBInstanceRequest
14464
14952
  * @returns UpgradeDBInstanceResponse
@@ -14855,6 +15343,14 @@ class Client extends openapi_core_1.default {
14855
15343
  /**
14856
15344
  * Uploads vector data to a vector collection.
14857
15345
  *
15346
+ * @remarks
15347
+ * >Notice:
15348
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
15349
+ * 请使用最新版SDK或不低于此版本:
15350
+ * - Java:1.2.1
15351
+ * - Go:v3.3.1
15352
+ * - Python:3.3.1
15353
+ *
14858
15354
  * @param tmpReq - UpsertCollectionDataRequest
14859
15355
  * @param runtime - runtime options for this request RuntimeOptions
14860
15356
  * @returns UpsertCollectionDataResponse
@@ -14912,6 +15408,14 @@ class Client extends openapi_core_1.default {
14912
15408
  /**
14913
15409
  * Uploads vector data to a vector collection.
14914
15410
  *
15411
+ * @remarks
15412
+ * >Notice:
15413
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
15414
+ * 请使用最新版SDK或不低于此版本:
15415
+ * - Java:1.2.1
15416
+ * - Go:v3.3.1
15417
+ * - Python:3.3.1
15418
+ *
14915
15419
  * @param request - UpsertCollectionDataRequest
14916
15420
  * @returns UpsertCollectionDataResponse
14917
15421
  */