@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/src/client.ts CHANGED
@@ -26,6 +26,21 @@ export default class Client extends OpenApi {
26
26
  'cn-shenzhen-finance-1': "gpdb.aliyuncs.com",
27
27
  'cn-qingdao': "gpdb.aliyuncs.com",
28
28
  'cn-north-2-gov-1': "gpdb.aliyuncs.com",
29
+ 'me-east-1': "gpdb.me-east-1.aliyuncs.com",
30
+ 'me-central-1': "gpdb.me-central-1.aliyuncs.com",
31
+ 'eu-west-1': "gpdb.eu-west-1.aliyuncs.com",
32
+ 'eu-central-1': "gpdb.eu-central-1.aliyuncs.com",
33
+ 'cn-zhangjiakou': "gpdb.cn-zhangjiakou.aliyuncs.com",
34
+ 'cn-huhehaote': "gpdb.cn-huhehaote.aliyuncs.com",
35
+ 'cn-chengdu': "gpdb.cn-chengdu.aliyuncs.com",
36
+ 'cn-beijing-finance-1': "gpdb.aliyuncs.com",
37
+ 'ap-southeast-7': "gpdb.ap-southeast-7.aliyuncs.com",
38
+ 'ap-southeast-5': "gpdb.ap-southeast-5.aliyuncs.com",
39
+ 'ap-southeast-3': "gpdb.ap-southeast-3.aliyuncs.com",
40
+ 'ap-southeast-2': "gpdb.ap-southeast-2.aliyuncs.com",
41
+ 'ap-south-1': "gpdb.ap-south-1.aliyuncs.com",
42
+ 'ap-northeast-2': "gpdb.ap-northeast-2.aliyuncs.com",
43
+ 'ap-northeast-1': "gpdb.ap-northeast-1.aliyuncs.com",
29
44
  };
30
45
  this.checkConfig(config);
31
46
  this._endpoint = this.getEndpoint("gpdb", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -553,14 +568,14 @@ export default class Client extends OpenApi {
553
568
  }
554
569
 
555
570
  /**
556
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
571
+ * Combines a knowledge base with a large language model for intelligent Q&A.
557
572
  *
558
573
  * @remarks
559
- * 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.
560
- * * **DBInstanceId**: Required. This parameter specifies the ID of the database instance.
561
- * * **KnowledgeParams**: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
562
- * * **ModelParams**: required. It contains parameters related to model inference, such as the message list and the name of the model.
563
- * * **PromptTemplate**: optional. It is used to customize the system prompt template.
574
+ * 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.
575
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
576
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
577
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
578
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
564
579
  *
565
580
  * @param tmpReq - ChatWithKnowledgeBaseRequest
566
581
  * @param runtime - runtime options for this request RuntimeOptions
@@ -625,14 +640,14 @@ export default class Client extends OpenApi {
625
640
  }
626
641
 
627
642
  /**
628
- * Provides intelligent question-and-answer services by combining a knowledge base with a large language model.
643
+ * Combines a knowledge base with a large language model for intelligent Q&A.
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 the system prompt template.
646
+ * 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.
647
+ * - **DBInstanceId**: Required. Specifies the ID of the database instance.
648
+ * - **KnowledgeParams**: Optional. Contains parameters for knowledge retrieval, such as retrieval content and merge policies.
649
+ * - **ModelParams**: Required. Contains parameters for model inference, such as the message list and the model name.
650
+ * - **PromptTemplate**: Optional. Specifies a custom system prompt template.
636
651
  *
637
652
  * @param request - ChatWithKnowledgeBaseRequest
638
653
  * @returns ChatWithKnowledgeBaseResponse
@@ -643,14 +658,14 @@ export default class Client extends OpenApi {
643
658
  }
644
659
 
645
660
  /**
646
- * 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.
661
+ * 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.
647
662
  *
648
663
  * @remarks
649
- * 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.
650
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
651
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
652
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
653
- * * PromptTemplate: optional. It is used to customize a system prompt template.
664
+ * 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.
665
+ * - DBInstanceId: Required. The ID of the database instance.
666
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
667
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
668
+ * - PromptTemplate: Optional. A custom system prompt template.
654
669
  *
655
670
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
656
671
  * @param runtime - runtime options for this request RuntimeOptions
@@ -729,14 +744,14 @@ export default class Client extends OpenApi {
729
744
  }
730
745
 
731
746
  /**
732
- * 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.
747
+ * 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.
733
748
  *
734
749
  * @remarks
735
- * 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.
736
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
737
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
738
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
739
- * * PromptTemplate: optional. It is used to customize a system prompt template.
750
+ * 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.
751
+ * - DBInstanceId: Required. The ID of the database instance.
752
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
753
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
754
+ * - PromptTemplate: Optional. A custom system prompt template.
740
755
  *
741
756
  * @param tmpReq - ChatWithKnowledgeBaseStreamRequest
742
757
  * @param runtime - runtime options for this request RuntimeOptions
@@ -801,14 +816,14 @@ export default class Client extends OpenApi {
801
816
  }
802
817
 
803
818
  /**
804
- * 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.
819
+ * 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.
805
820
  *
806
821
  * @remarks
807
- * 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.
808
- * * DBInstanceId: required. This parameter specifies the ID of the database instance.
809
- * * KnowledgeParams: optional. It contains parameters related to knowledge retrieval, such as retrieval content and merge policy.
810
- * * ModelParams: required. It contains parameters related to model inference, such as the message list and the name of the model.
811
- * * PromptTemplate: optional. It is used to customize a system prompt template.
822
+ * 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.
823
+ * - DBInstanceId: Required. The ID of the database instance.
824
+ * - KnowledgeParams: Optional. Parameters for knowledge retrieval, such as retrieval content and the merge policy.
825
+ * - ModelParams: Required. Parameters for model inference, such as the message list and the model name.
826
+ * - PromptTemplate: Optional. A custom system prompt template.
812
827
  *
813
828
  * @param request - ChatWithKnowledgeBaseStreamRequest
814
829
  * @returns ChatWithKnowledgeBaseStreamResponse
@@ -1073,7 +1088,7 @@ export default class Client extends OpenApi {
1073
1088
  }
1074
1089
 
1075
1090
  /**
1076
- * 创建 AI 服务
1091
+ * Creates an AI service.
1077
1092
  *
1078
1093
  * @param request - CreateAIServiceRequest
1079
1094
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1124,7 +1139,7 @@ export default class Client extends OpenApi {
1124
1139
  }
1125
1140
 
1126
1141
  /**
1127
- * 创建 AI 服务
1142
+ * Creates an AI service.
1128
1143
  *
1129
1144
  * @param request - CreateAIServiceRequest
1130
1145
  * @returns CreateAIServiceResponse
@@ -1255,7 +1270,7 @@ export default class Client extends OpenApi {
1255
1270
  }
1256
1271
 
1257
1272
  /**
1258
- * Creates a vector collection.
1273
+ * Create a vector dataset.
1259
1274
  *
1260
1275
  * @param tmpReq - CreateCollectionRequest
1261
1276
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1380,7 +1395,7 @@ export default class Client extends OpenApi {
1380
1395
  }
1381
1396
 
1382
1397
  /**
1383
- * Creates a vector collection.
1398
+ * Create a vector dataset.
1384
1399
  *
1385
1400
  * @param request - CreateCollectionRequest
1386
1401
  * @returns CreateCollectionResponse
@@ -1391,10 +1406,10 @@ export default class Client extends OpenApi {
1391
1406
  }
1392
1407
 
1393
1408
  /**
1394
- * Create Instance
1409
+ * Create an AnalyticDB for PostgreSQL instance.
1395
1410
  *
1396
1411
  * @remarks
1397
- * 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.
1412
+ * 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.
1398
1413
  *
1399
1414
  * @param request - CreateDBInstanceRequest
1400
1415
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1605,10 +1620,10 @@ export default class Client extends OpenApi {
1605
1620
  }
1606
1621
 
1607
1622
  /**
1608
- * Create Instance
1623
+ * Create an AnalyticDB for PostgreSQL instance.
1609
1624
  *
1610
1625
  * @remarks
1611
- * 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.
1626
+ * 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.
1612
1627
  *
1613
1628
  * @param request - CreateDBInstanceRequest
1614
1629
  * @returns CreateDBInstanceResponse
@@ -1883,7 +1898,7 @@ export default class Client extends OpenApi {
1883
1898
  }
1884
1899
 
1885
1900
  /**
1886
- * Creates a document collection.
1901
+ * Create a knowledge base
1887
1902
  *
1888
1903
  * @param tmpReq - CreateDocumentCollectionRequest
1889
1904
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2040,7 +2055,7 @@ export default class Client extends OpenApi {
2040
2055
  }
2041
2056
 
2042
2057
  /**
2043
- * Creates a document collection.
2058
+ * Create a knowledge base
2044
2059
  *
2045
2060
  * @param request - CreateDocumentCollectionRequest
2046
2061
  * @returns CreateDocumentCollectionResponse
@@ -2404,7 +2419,7 @@ export default class Client extends OpenApi {
2404
2419
  * Creates a model service.
2405
2420
  *
2406
2421
  * @remarks
2407
- * 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.
2422
+ * 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.
2408
2423
  *
2409
2424
  * @param tmpReq - CreateModelServiceRequest
2410
2425
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2490,7 +2505,7 @@ export default class Client extends OpenApi {
2490
2505
  * Creates a model service.
2491
2506
  *
2492
2507
  * @remarks
2493
- * 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.
2508
+ * 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.
2494
2509
  *
2495
2510
  * @param request - CreateModelServiceRequest
2496
2511
  * @returns CreateModelServiceResponse
@@ -2648,6 +2663,82 @@ export default class Client extends OpenApi {
2648
2663
  return await this.createRemoteADBDataSourceWithOptions(request, runtime);
2649
2664
  }
2650
2665
 
2666
+ /**
2667
+ * Creates a SaaS service.
2668
+ *
2669
+ * @remarks
2670
+ * 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.
2671
+ *
2672
+ * @param request - CreateSaasServiceRequest
2673
+ * @param runtime - runtime options for this request RuntimeOptions
2674
+ * @returns CreateSaasServiceResponse
2675
+ */
2676
+ async createSaasServiceWithOptions(request: $_model.CreateSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateSaasServiceResponse> {
2677
+ request.validate();
2678
+ let query = { };
2679
+ if (!$dara.isNull(request.cu)) {
2680
+ query["Cu"] = request.cu;
2681
+ }
2682
+
2683
+ if (!$dara.isNull(request.payType)) {
2684
+ query["PayType"] = request.payType;
2685
+ }
2686
+
2687
+ if (!$dara.isNull(request.period)) {
2688
+ query["Period"] = request.period;
2689
+ }
2690
+
2691
+ if (!$dara.isNull(request.plan)) {
2692
+ query["Plan"] = request.plan;
2693
+ }
2694
+
2695
+ if (!$dara.isNull(request.regionId)) {
2696
+ query["RegionId"] = request.regionId;
2697
+ }
2698
+
2699
+ if (!$dara.isNull(request.serviceType)) {
2700
+ query["ServiceType"] = request.serviceType;
2701
+ }
2702
+
2703
+ if (!$dara.isNull(request.usedTime)) {
2704
+ query["UsedTime"] = request.usedTime;
2705
+ }
2706
+
2707
+ if (!$dara.isNull(request.workspaceId)) {
2708
+ query["WorkspaceId"] = request.workspaceId;
2709
+ }
2710
+
2711
+ let req = new $OpenApiUtil.OpenApiRequest({
2712
+ query: OpenApiUtil.query(query),
2713
+ });
2714
+ let params = new $OpenApiUtil.Params({
2715
+ action: "CreateSaasService",
2716
+ version: "2016-05-03",
2717
+ protocol: "HTTPS",
2718
+ pathname: "/",
2719
+ method: "POST",
2720
+ authType: "AK",
2721
+ style: "RPC",
2722
+ reqBodyType: "formData",
2723
+ bodyType: "json",
2724
+ });
2725
+ return $dara.cast<$_model.CreateSaasServiceResponse>(await this.callApi(params, req, runtime), new $_model.CreateSaasServiceResponse({}));
2726
+ }
2727
+
2728
+ /**
2729
+ * Creates a SaaS service.
2730
+ *
2731
+ * @remarks
2732
+ * 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.
2733
+ *
2734
+ * @param request - CreateSaasServiceRequest
2735
+ * @returns CreateSaasServiceResponse
2736
+ */
2737
+ async createSaasService(request: $_model.CreateSaasServiceRequest): Promise<$_model.CreateSaasServiceResponse> {
2738
+ let runtime = new $dara.RuntimeOptions({ });
2739
+ return await this.createSaasServiceWithOptions(request, runtime);
2740
+ }
2741
+
2651
2742
  /**
2652
2743
  * Creates a sample dataset for an AnalyticDB for PostgreSQL instance.
2653
2744
  *
@@ -3096,7 +3187,7 @@ export default class Client extends OpenApi {
3096
3187
  * Creates a Supabase project.
3097
3188
  *
3098
3189
  * @remarks
3099
- * You can call this operation to create a Supabase project.
3190
+ * - This operation is used to create a Supabase instance.
3100
3191
  *
3101
3192
  * @param request - CreateSupabaseProjectRequest
3102
3193
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3121,6 +3212,10 @@ export default class Client extends OpenApi {
3121
3212
  query["DiskPerformanceLevel"] = request.diskPerformanceLevel;
3122
3213
  }
3123
3214
 
3215
+ if (!$dara.isNull(request.engineVersion)) {
3216
+ query["EngineVersion"] = request.engineVersion;
3217
+ }
3218
+
3124
3219
  if (!$dara.isNull(request.payType)) {
3125
3220
  query["PayType"] = request.payType;
3126
3221
  }
@@ -3186,7 +3281,7 @@ export default class Client extends OpenApi {
3186
3281
  * Creates a Supabase project.
3187
3282
  *
3188
3283
  * @remarks
3189
- * You can call this operation to create a Supabase project.
3284
+ * - This operation is used to create a Supabase instance.
3190
3285
  *
3191
3286
  * @param request - CreateSupabaseProjectRequest
3192
3287
  * @returns CreateSupabaseProjectResponse
@@ -3197,7 +3292,7 @@ export default class Client extends OpenApi {
3197
3292
  }
3198
3293
 
3199
3294
  /**
3200
- * Create Vector Index
3295
+ * Creates an index for a vector collection.
3201
3296
  *
3202
3297
  * @param request - CreateVectorIndexRequest
3203
3298
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3292,7 +3387,7 @@ export default class Client extends OpenApi {
3292
3387
  }
3293
3388
 
3294
3389
  /**
3295
- * Create Vector Index
3390
+ * Creates an index for a vector collection.
3296
3391
  *
3297
3392
  * @param request - CreateVectorIndexRequest
3298
3393
  * @returns CreateVectorIndexResponse
@@ -3302,6 +3397,58 @@ export default class Client extends OpenApi {
3302
3397
  return await this.createVectorIndexWithOptions(request, runtime);
3303
3398
  }
3304
3399
 
3400
+ /**
3401
+ * Creates a SaaS workspace.
3402
+ *
3403
+ * @remarks
3404
+ * Creates a context service workspace.
3405
+ *
3406
+ * @param request - CreateWorkspaceRequest
3407
+ * @param runtime - runtime options for this request RuntimeOptions
3408
+ * @returns CreateWorkspaceResponse
3409
+ */
3410
+ async createWorkspaceWithOptions(request: $_model.CreateWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateWorkspaceResponse> {
3411
+ request.validate();
3412
+ let query = { };
3413
+ if (!$dara.isNull(request.regionId)) {
3414
+ query["RegionId"] = request.regionId;
3415
+ }
3416
+
3417
+ if (!$dara.isNull(request.workspaceName)) {
3418
+ query["WorkspaceName"] = request.workspaceName;
3419
+ }
3420
+
3421
+ let req = new $OpenApiUtil.OpenApiRequest({
3422
+ query: OpenApiUtil.query(query),
3423
+ });
3424
+ let params = new $OpenApiUtil.Params({
3425
+ action: "CreateWorkspace",
3426
+ version: "2016-05-03",
3427
+ protocol: "HTTPS",
3428
+ pathname: "/",
3429
+ method: "POST",
3430
+ authType: "AK",
3431
+ style: "RPC",
3432
+ reqBodyType: "formData",
3433
+ bodyType: "json",
3434
+ });
3435
+ return $dara.cast<$_model.CreateWorkspaceResponse>(await this.callApi(params, req, runtime), new $_model.CreateWorkspaceResponse({}));
3436
+ }
3437
+
3438
+ /**
3439
+ * Creates a SaaS workspace.
3440
+ *
3441
+ * @remarks
3442
+ * Creates a context service workspace.
3443
+ *
3444
+ * @param request - CreateWorkspaceRequest
3445
+ * @returns CreateWorkspaceResponse
3446
+ */
3447
+ async createWorkspace(request: $_model.CreateWorkspaceRequest): Promise<$_model.CreateWorkspaceResponse> {
3448
+ let runtime = new $dara.RuntimeOptions({ });
3449
+ return await this.createWorkspaceWithOptions(request, runtime);
3450
+ }
3451
+
3305
3452
  /**
3306
3453
  * Delete AI Node
3307
3454
  *
@@ -3365,7 +3512,7 @@ export default class Client extends OpenApi {
3365
3512
  }
3366
3513
 
3367
3514
  /**
3368
- * 删除 AI 服务
3515
+ * Deletes an AI service.
3369
3516
  *
3370
3517
  * @param request - DeleteAIServiceRequest
3371
3518
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3404,7 +3551,7 @@ export default class Client extends OpenApi {
3404
3551
  }
3405
3552
 
3406
3553
  /**
3407
- * 删除 AI 服务
3554
+ * Deletes an AI service.
3408
3555
  *
3409
3556
  * @param request - DeleteAIServiceRequest
3410
3557
  * @returns DeleteAIServiceResponse
@@ -3507,7 +3654,7 @@ export default class Client extends OpenApi {
3507
3654
  }
3508
3655
 
3509
3656
  /**
3510
- * 删除文本块
3657
+ * Deletes chunks from a document collection.
3511
3658
  *
3512
3659
  * @param tmpReq - DeleteChunksRequest
3513
3660
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3564,7 +3711,7 @@ export default class Client extends OpenApi {
3564
3711
  }
3565
3712
 
3566
3713
  /**
3567
- * 删除文本块
3714
+ * Deletes chunks from a document collection.
3568
3715
  *
3569
3716
  * @param request - DeleteChunksRequest
3570
3717
  * @returns DeleteChunksResponse
@@ -4215,7 +4362,7 @@ export default class Client extends OpenApi {
4215
4362
  }
4216
4363
 
4217
4364
  /**
4218
- * Deletes a Hadoop external data source.
4365
+ * Delete a Hadoop external data source.
4219
4366
  *
4220
4367
  * @param request - DeleteHadoopDataSourceRequest
4221
4368
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4254,7 +4401,7 @@ export default class Client extends OpenApi {
4254
4401
  }
4255
4402
 
4256
4403
  /**
4257
- * Deletes a Hadoop external data source.
4404
+ * Delete a Hadoop external data source.
4258
4405
  *
4259
4406
  * @param request - DeleteHadoopDataSourceRequest
4260
4407
  * @returns DeleteHadoopDataSourceResponse
@@ -4594,6 +4741,58 @@ export default class Client extends OpenApi {
4594
4741
  return await this.deleteRemoteADBDataSourceWithOptions(request, runtime);
4595
4742
  }
4596
4743
 
4744
+ /**
4745
+ * Deletes a SaaS service.
4746
+ *
4747
+ * @remarks
4748
+ * Deletes a SaaS service.
4749
+ *
4750
+ * @param request - DeleteSaasServiceRequest
4751
+ * @param runtime - runtime options for this request RuntimeOptions
4752
+ * @returns DeleteSaasServiceResponse
4753
+ */
4754
+ async deleteSaasServiceWithOptions(request: $_model.DeleteSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSaasServiceResponse> {
4755
+ request.validate();
4756
+ let query = { };
4757
+ if (!$dara.isNull(request.regionId)) {
4758
+ query["RegionId"] = request.regionId;
4759
+ }
4760
+
4761
+ if (!$dara.isNull(request.serviceId)) {
4762
+ query["ServiceId"] = request.serviceId;
4763
+ }
4764
+
4765
+ let req = new $OpenApiUtil.OpenApiRequest({
4766
+ query: OpenApiUtil.query(query),
4767
+ });
4768
+ let params = new $OpenApiUtil.Params({
4769
+ action: "DeleteSaasService",
4770
+ version: "2016-05-03",
4771
+ protocol: "HTTPS",
4772
+ pathname: "/",
4773
+ method: "POST",
4774
+ authType: "AK",
4775
+ style: "RPC",
4776
+ reqBodyType: "formData",
4777
+ bodyType: "json",
4778
+ });
4779
+ return $dara.cast<$_model.DeleteSaasServiceResponse>(await this.callApi(params, req, runtime), new $_model.DeleteSaasServiceResponse({}));
4780
+ }
4781
+
4782
+ /**
4783
+ * Deletes a SaaS service.
4784
+ *
4785
+ * @remarks
4786
+ * Deletes a SaaS service.
4787
+ *
4788
+ * @param request - DeleteSaasServiceRequest
4789
+ * @returns DeleteSaasServiceResponse
4790
+ */
4791
+ async deleteSaasService(request: $_model.DeleteSaasServiceRequest): Promise<$_model.DeleteSaasServiceResponse> {
4792
+ let runtime = new $dara.RuntimeOptions({ });
4793
+ return await this.deleteSaasServiceWithOptions(request, runtime);
4794
+ }
4795
+
4597
4796
  /**
4598
4797
  * Deletes the access credentials of an AnalyticDB for PostgreSQL instance.
4599
4798
  *
@@ -4657,7 +4856,7 @@ export default class Client extends OpenApi {
4657
4856
  }
4658
4857
 
4659
4858
  /**
4660
- * Deletes the configurations of an external data source.
4859
+ * Delete a real-time data service.
4661
4860
  *
4662
4861
  * @param request - DeleteStreamingDataServiceRequest
4663
4862
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4696,7 +4895,7 @@ export default class Client extends OpenApi {
4696
4895
  }
4697
4896
 
4698
4897
  /**
4699
- * Deletes the configurations of an external data source.
4898
+ * Delete a real-time data service.
4700
4899
  *
4701
4900
  * @param request - DeleteStreamingDataServiceRequest
4702
4901
  * @returns DeleteStreamingDataServiceResponse
@@ -4707,7 +4906,7 @@ export default class Client extends OpenApi {
4707
4906
  }
4708
4907
 
4709
4908
  /**
4710
- * Deletes a real-time data source.
4909
+ * Delete a real-time data source.
4711
4910
  *
4712
4911
  * @param request - DeleteStreamingDataSourceRequest
4713
4912
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4746,7 +4945,7 @@ export default class Client extends OpenApi {
4746
4945
  }
4747
4946
 
4748
4947
  /**
4749
- * Deletes a real-time data source.
4948
+ * Delete a real-time data source.
4750
4949
  *
4751
4950
  * @param request - DeleteStreamingDataSourceRequest
4752
4951
  * @returns DeleteStreamingDataSourceResponse
@@ -4757,7 +4956,7 @@ export default class Client extends OpenApi {
4757
4956
  }
4758
4957
 
4759
4958
  /**
4760
- * Deletes a real-time data synchronization job.
4959
+ * Delete a real-time data synchronization task.
4761
4960
  *
4762
4961
  * @param request - DeleteStreamingJobRequest
4763
4962
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4796,7 +4995,7 @@ export default class Client extends OpenApi {
4796
4995
  }
4797
4996
 
4798
4997
  /**
4799
- * Deletes a real-time data synchronization job.
4998
+ * Delete a real-time data synchronization task.
4800
4999
  *
4801
5000
  * @param request - DeleteStreamingJobRequest
4802
5001
  * @returns DeleteStreamingJobResponse
@@ -4928,12 +5127,64 @@ export default class Client extends OpenApi {
4928
5127
  return await this.deleteVectorIndexWithOptions(request, runtime);
4929
5128
  }
4930
5129
 
5130
+ /**
5131
+ * 删除SaaS工作空间
5132
+ *
5133
+ * @remarks
5134
+ * 此接口为删除上下文服务工作空间
5135
+ *
5136
+ * @param request - DeleteWorkspaceRequest
5137
+ * @param runtime - runtime options for this request RuntimeOptions
5138
+ * @returns DeleteWorkspaceResponse
5139
+ */
5140
+ async deleteWorkspaceWithOptions(request: $_model.DeleteWorkspaceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteWorkspaceResponse> {
5141
+ request.validate();
5142
+ let query = { };
5143
+ if (!$dara.isNull(request.regionId)) {
5144
+ query["RegionId"] = request.regionId;
5145
+ }
5146
+
5147
+ if (!$dara.isNull(request.workspaceId)) {
5148
+ query["WorkspaceId"] = request.workspaceId;
5149
+ }
5150
+
5151
+ let req = new $OpenApiUtil.OpenApiRequest({
5152
+ query: OpenApiUtil.query(query),
5153
+ });
5154
+ let params = new $OpenApiUtil.Params({
5155
+ action: "DeleteWorkspace",
5156
+ version: "2016-05-03",
5157
+ protocol: "HTTPS",
5158
+ pathname: "/",
5159
+ method: "POST",
5160
+ authType: "AK",
5161
+ style: "RPC",
5162
+ reqBodyType: "formData",
5163
+ bodyType: "json",
5164
+ });
5165
+ return $dara.cast<$_model.DeleteWorkspaceResponse>(await this.callApi(params, req, runtime), new $_model.DeleteWorkspaceResponse({}));
5166
+ }
5167
+
5168
+ /**
5169
+ * 删除SaaS工作空间
5170
+ *
5171
+ * @remarks
5172
+ * 此接口为删除上下文服务工作空间
5173
+ *
5174
+ * @param request - DeleteWorkspaceRequest
5175
+ * @returns DeleteWorkspaceResponse
5176
+ */
5177
+ async deleteWorkspace(request: $_model.DeleteWorkspaceRequest): Promise<$_model.DeleteWorkspaceResponse> {
5178
+ let runtime = new $dara.RuntimeOptions({ });
5179
+ return await this.deleteWorkspaceWithOptions(request, runtime);
5180
+ }
5181
+
4931
5182
  /**
4932
5183
  * Deploy a private RAG service.
4933
5184
  *
4934
5185
  * @remarks
4935
- * 1. Before you deploy the private RAG service, create an initial account.
4936
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
5186
+ * 1. 部署私有RAG服务前,请先创建初始账号。
5187
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
4937
5188
  *
4938
5189
  * @param request - DeployPrivateRAGServiceRequest
4939
5190
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4975,8 +5226,8 @@ export default class Client extends OpenApi {
4975
5226
  * Deploy a private RAG service.
4976
5227
  *
4977
5228
  * @remarks
4978
- * 1. Before you deploy the private RAG service, create an initial account.
4979
- * 2. The private RAG service supports vector interfaces. When you call this operation, you must configure a CA certificate.
5229
+ * 1. 部署私有RAG服务前,请先创建初始账号。
5230
+ * 2. 私有RAG服务支持向量接口,调用时请配置CA证书。
4980
5231
  *
4981
5232
  * @param request - DeployPrivateRAGServiceRequest
4982
5233
  * @returns DeployPrivateRAGServiceResponse
@@ -4987,7 +5238,7 @@ export default class Client extends OpenApi {
4987
5238
  }
4988
5239
 
4989
5240
  /**
4990
- * 获取 AI 服务详情
5241
+ * Retrieves the details of an AI service.
4991
5242
  *
4992
5243
  * @param request - DescribeAIServiceRequest
4993
5244
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5026,7 +5277,7 @@ export default class Client extends OpenApi {
5026
5277
  }
5027
5278
 
5028
5279
  /**
5029
- * 获取 AI 服务详情
5280
+ * Retrieves the details of an AI service.
5030
5281
  *
5031
5282
  * @param request - DescribeAIServiceRequest
5032
5283
  * @returns DescribeAIServiceResponse
@@ -5171,10 +5422,10 @@ export default class Client extends OpenApi {
5171
5422
  }
5172
5423
 
5173
5424
  /**
5174
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
5425
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
5175
5426
  *
5176
5427
  * @remarks
5177
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
5428
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
5178
5429
  *
5179
5430
  * @param request - DescribeAvailableResourcesRequest
5180
5431
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5213,10 +5464,10 @@ export default class Client extends OpenApi {
5213
5464
  }
5214
5465
 
5215
5466
  /**
5216
- * Queries the information about available resources of AnalyticDB for PostgreSQL.
5467
+ * Gets the purchasable resources for AnalyticDB for PostgreSQL.
5217
5468
  *
5218
5469
  * @remarks
5219
- * When you create an AnalyticDB for PostgreSQL instance, you can call this operation to query the available resources within a zone.
5470
+ * Before creating an AnalyticDB for PostgreSQL instance, you can use this operation to query the available instance offerings in a specified availability zone.
5220
5471
  *
5221
5472
  * @param request - DescribeAvailableResourcesRequest
5222
5473
  * @returns DescribeAvailableResourcesResponse
@@ -5519,10 +5770,10 @@ export default class Client extends OpenApi {
5519
5770
  }
5520
5771
 
5521
5772
  /**
5522
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
5773
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
5523
5774
  *
5524
5775
  * @remarks
5525
- * You can query monitoring information only within the last 30 days.
5776
+ * Monitoring information can only be queried for the last 30 days.
5526
5777
  *
5527
5778
  * @param request - DescribeDBClusterPerformanceRequest
5528
5779
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5577,10 +5828,10 @@ export default class Client extends OpenApi {
5577
5828
  }
5578
5829
 
5579
5830
  /**
5580
- * Queries the information about performance metrics of an AnalyticDB for PostgreSQL instance within a time range.
5831
+ * View the Performance Monitoring of an AnalyticDB for PostgreSQL instance over a specified time period.
5581
5832
  *
5582
5833
  * @remarks
5583
- * You can query monitoring information only within the last 30 days.
5834
+ * Monitoring information can only be queried for the last 30 days.
5584
5835
  *
5585
5836
  * @param request - DescribeDBClusterPerformanceRequest
5586
5837
  * @returns DescribeDBClusterPerformanceResponse
@@ -5591,14 +5842,14 @@ export default class Client extends OpenApi {
5591
5842
  }
5592
5843
 
5593
5844
  /**
5594
- * Query detailed information about the instance.
5845
+ * Query the details of an AnalyticDB for PostgreSQL instance.
5595
5846
  *
5596
5847
  * @remarks
5597
- * ## Usage Instructions
5598
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
5599
- * ## QPS Limitation
5600
- * 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.
5601
- * <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).
5848
+ * ## How-To
5849
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
5850
+ * ## Queries per second (QPS) limit
5851
+ * 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.
5852
+ * <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).
5602
5853
  *
5603
5854
  * @param request - DescribeDBInstanceAttributeRequest
5604
5855
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5637,14 +5888,14 @@ export default class Client extends OpenApi {
5637
5888
  }
5638
5889
 
5639
5890
  /**
5640
- * Query detailed information about the instance.
5891
+ * Query the details of an AnalyticDB for PostgreSQL instance.
5641
5892
  *
5642
5893
  * @remarks
5643
- * ## Usage Instructions
5644
- * This interface is generally used to view information such as the specifications, network type, and instance status of AnalyticDB for PostgreSQL instances.
5645
- * ## QPS Limitation
5646
- * 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.
5647
- * <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).
5894
+ * ## How-To
5895
+ * This API is typically used to view information such as the specifications, network type, and instance status of an AnalyticDB for PostgreSQL instance.
5896
+ * ## Queries per second (QPS) limit
5897
+ * 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.
5898
+ * <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).
5648
5899
  *
5649
5900
  * @param request - DescribeDBInstanceAttributeRequest
5650
5901
  * @returns DescribeDBInstanceAttributeResponse
@@ -6341,13 +6592,15 @@ export default class Client extends OpenApi {
6341
6592
  }
6342
6593
 
6343
6594
  /**
6344
- * Queries a list of AnalyticDB for PostgreSQL instances.
6595
+ * Lists AnalyticDB for PostgreSQL instances.
6345
6596
  *
6346
6597
  * @remarks
6347
- * ##
6348
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
6349
- * ## Limits
6350
- * 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.
6598
+ * ## Usage
6599
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
6600
+ * ## QPS limit
6601
+ * 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.
6602
+ * <props="china">
6603
+ * 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).
6351
6604
  *
6352
6605
  * @param tmpReq - DescribeDBInstancesRequest
6353
6606
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6448,13 +6701,15 @@ export default class Client extends OpenApi {
6448
6701
  }
6449
6702
 
6450
6703
  /**
6451
- * Queries a list of AnalyticDB for PostgreSQL instances.
6704
+ * Lists AnalyticDB for PostgreSQL instances.
6452
6705
  *
6453
6706
  * @remarks
6454
- * ##
6455
- * You can call this operation to query the instance types, network types, and states of AnalyticDB for PostgreSQL instances within a region.
6456
- * ## Limits
6457
- * 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.
6707
+ * ## Usage
6708
+ * This API retrieves details for AnalyticDB for PostgreSQL instances in a specified region, such as instance type, network type, and instance status.
6709
+ * ## QPS limit
6710
+ * 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.
6711
+ * <props="china">
6712
+ * 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).
6458
6713
  *
6459
6714
  * @param request - DescribeDBInstancesRequest
6460
6715
  * @returns DescribeDBInstancesResponse
@@ -6465,7 +6720,7 @@ export default class Client extends OpenApi {
6465
6720
  }
6466
6721
 
6467
6722
  /**
6468
- * Queries the information about resource groups.
6723
+ * Retrieves the details of one or more resource groups.
6469
6724
  *
6470
6725
  * @param request - DescribeDBResourceGroupRequest
6471
6726
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6504,7 +6759,7 @@ export default class Client extends OpenApi {
6504
6759
  }
6505
6760
 
6506
6761
  /**
6507
- * Queries the information about resource groups.
6762
+ * Retrieves the details of one or more resource groups.
6508
6763
  *
6509
6764
  * @param request - DescribeDBResourceGroupRequest
6510
6765
  * @returns DescribeDBResourceGroupResponse
@@ -6813,12 +7068,10 @@ export default class Client extends OpenApi {
6813
7068
  }
6814
7069
 
6815
7070
  /**
6816
- * Queries the information about data sharing performance metrics.
7071
+ * Queries the performance metrics of data sharing.
6817
7072
  *
6818
7073
  * @remarks
6819
- * 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.
6820
- * ## Limits
6821
- * 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.
7074
+ * Only serverless instances support the data sharing feature.
6822
7075
  *
6823
7076
  * @param request - DescribeDataSharePerformanceRequest
6824
7077
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6865,12 +7118,10 @@ export default class Client extends OpenApi {
6865
7118
  }
6866
7119
 
6867
7120
  /**
6868
- * Queries the information about data sharing performance metrics.
7121
+ * Queries the performance metrics of data sharing.
6869
7122
  *
6870
7123
  * @remarks
6871
- * 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.
6872
- * ## Limits
6873
- * 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.
7124
+ * Only serverless instances support the data sharing feature.
6874
7125
  *
6875
7126
  * @param request - DescribeDataSharePerformanceRequest
6876
7127
  * @returns DescribeDataSharePerformanceResponse
@@ -7263,11 +7514,11 @@ export default class Client extends OpenApi {
7263
7514
  }
7264
7515
 
7265
7516
  /**
7266
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
7517
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
7267
7518
  *
7268
7519
  * @remarks
7269
- * 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.
7270
- * 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).
7520
+ * 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.
7521
+ * 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).
7271
7522
  *
7272
7523
  * @param request - DescribeDownloadRecordsRequest
7273
7524
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7302,11 +7553,11 @@ export default class Client extends OpenApi {
7302
7553
  }
7303
7554
 
7304
7555
  /**
7305
- * Queries the download records of query diagnostic information for an AnalyticDB for PostgreSQL instance.
7556
+ * Queries the download records for query diagnostic information for AnalyticDB for PostgreSQL.
7306
7557
  *
7307
7558
  * @remarks
7308
- * 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.
7309
- * 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).
7559
+ * 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.
7560
+ * 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).
7310
7561
  *
7311
7562
  * @param request - DescribeDownloadRecordsRequest
7312
7563
  * @returns DescribeDownloadRecordsResponse
@@ -7459,7 +7710,7 @@ export default class Client extends OpenApi {
7459
7710
  }
7460
7711
 
7461
7712
  /**
7462
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
7713
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
7463
7714
  *
7464
7715
  * @param request - DescribeHadoopClustersInSameNetRequest
7465
7716
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7494,7 +7745,7 @@ export default class Client extends OpenApi {
7494
7745
  }
7495
7746
 
7496
7747
  /**
7497
- * Queries a list of E-MapReduce (EMR) clusters in a virtual private cloud (VPC).
7748
+ * Retrieves E-MapReduce (EMR) clusters in the same Virtual Private Cloud (VPC).
7498
7749
  *
7499
7750
  * @param request - DescribeHadoopClustersInSameNetRequest
7500
7751
  * @returns DescribeHadoopClustersInSameNetResponse
@@ -8363,12 +8614,10 @@ export default class Client extends OpenApi {
8363
8614
  }
8364
8615
 
8365
8616
  /**
8366
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
8617
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
8367
8618
  *
8368
8619
  * @remarks
8369
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
8370
- * ## Limit
8371
- * 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.
8620
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
8372
8621
  *
8373
8622
  * @param request - DescribeRegionsRequest
8374
8623
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8399,12 +8648,10 @@ export default class Client extends OpenApi {
8399
8648
  }
8400
8649
 
8401
8650
  /**
8402
- * Queries a list of regions and zones where AnalyticDB for PostgreSQL is available.
8651
+ * Queries the regions and zones where you can create AnalyticDB for PostgreSQL instances.
8403
8652
  *
8404
8653
  * @remarks
8405
- * Before you create an AnalyticDB for PostgreSQL instance, you must call this operation to query available regions and zones.
8406
- * ## Limit
8407
- * 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.
8654
+ * Before you create an AnalyticDB for PostgreSQL instance, call this operation to query the available regions and zones.
8408
8655
  *
8409
8656
  * @param request - DescribeRegionsRequest
8410
8657
  * @returns DescribeRegionsResponse
@@ -8461,10 +8708,10 @@ export default class Client extends OpenApi {
8461
8708
  }
8462
8709
 
8463
8710
  /**
8464
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
8711
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
8465
8712
  *
8466
8713
  * @remarks
8467
- * This operation is not available for instances in reserved storage mode.
8714
+ * This API does not support instances of the storage-reserved type.
8468
8715
  *
8469
8716
  * @param request - DescribeSQLLogCountRequest
8470
8717
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8543,10 +8790,10 @@ export default class Client extends OpenApi {
8543
8790
  }
8544
8791
 
8545
8792
  /**
8546
- * Queries the number of audit logs for an AnalyticDB for PostgreSQL instance.
8793
+ * Obtain the quantity of audit logs for an AnalyticDB for PostgreSQL instance.
8547
8794
  *
8548
8795
  * @remarks
8549
- * This operation is not available for instances in reserved storage mode.
8796
+ * This API does not support instances of the storage-reserved type.
8550
8797
  *
8551
8798
  * @param request - DescribeSQLLogCountRequest
8552
8799
  * @returns DescribeSQLLogCountResponse
@@ -9025,7 +9272,7 @@ export default class Client extends OpenApi {
9025
9272
  }
9026
9273
 
9027
9274
  /**
9028
- * Queries the information about a table.
9275
+ * View table details.
9029
9276
  *
9030
9277
  * @param request - DescribeTableRequest
9031
9278
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9084,7 +9331,7 @@ export default class Client extends OpenApi {
9084
9331
  }
9085
9332
 
9086
9333
  /**
9087
- * Queries the information about a table.
9334
+ * View table details.
9088
9335
  *
9089
9336
  * @param request - DescribeTableRequest
9090
9337
  * @returns DescribeTableResponse
@@ -9875,7 +10122,7 @@ export default class Client extends OpenApi {
9875
10122
  }
9876
10123
 
9877
10124
  /**
9878
- * Executes SQL statements.
10125
+ * Execute an SQL statement.
9879
10126
  *
9880
10127
  * @param tmpReq - ExecuteStatementRequest
9881
10128
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9966,7 +10213,7 @@ export default class Client extends OpenApi {
9966
10213
  }
9967
10214
 
9968
10215
  /**
9969
- * Executes SQL statements.
10216
+ * Execute an SQL statement.
9970
10217
  *
9971
10218
  * @param request - ExecuteStatementRequest
9972
10219
  * @returns ExecuteStatementResponse
@@ -10088,6 +10335,58 @@ export default class Client extends OpenApi {
10088
10335
  return await this.getGraphRAGJobWithOptions(request, runtime);
10089
10336
  }
10090
10337
 
10338
+ /**
10339
+ * 获取SaaS服务信息
10340
+ *
10341
+ * @remarks
10342
+ * 删除模型服务。
10343
+ *
10344
+ * @param request - GetSaasServiceRequest
10345
+ * @param runtime - runtime options for this request RuntimeOptions
10346
+ * @returns GetSaasServiceResponse
10347
+ */
10348
+ async getSaasServiceWithOptions(request: $_model.GetSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSaasServiceResponse> {
10349
+ request.validate();
10350
+ let query = { };
10351
+ if (!$dara.isNull(request.regionId)) {
10352
+ query["RegionId"] = request.regionId;
10353
+ }
10354
+
10355
+ if (!$dara.isNull(request.serviceId)) {
10356
+ query["ServiceId"] = request.serviceId;
10357
+ }
10358
+
10359
+ let req = new $OpenApiUtil.OpenApiRequest({
10360
+ query: OpenApiUtil.query(query),
10361
+ });
10362
+ let params = new $OpenApiUtil.Params({
10363
+ action: "GetSaasService",
10364
+ version: "2016-05-03",
10365
+ protocol: "HTTPS",
10366
+ pathname: "/",
10367
+ method: "POST",
10368
+ authType: "AK",
10369
+ style: "RPC",
10370
+ reqBodyType: "formData",
10371
+ bodyType: "json",
10372
+ });
10373
+ return $dara.cast<$_model.GetSaasServiceResponse>(await this.callApi(params, req, runtime), new $_model.GetSaasServiceResponse({}));
10374
+ }
10375
+
10376
+ /**
10377
+ * 获取SaaS服务信息
10378
+ *
10379
+ * @remarks
10380
+ * 删除模型服务。
10381
+ *
10382
+ * @param request - GetSaasServiceRequest
10383
+ * @returns GetSaasServiceResponse
10384
+ */
10385
+ async getSaasService(request: $_model.GetSaasServiceRequest): Promise<$_model.GetSaasServiceResponse> {
10386
+ let runtime = new $dara.RuntimeOptions({ });
10387
+ return await this.getSaasServiceWithOptions(request, runtime);
10388
+ }
10389
+
10091
10390
  /**
10092
10391
  * Queries the information about an access credential.
10093
10392
  *
@@ -10150,6 +10449,64 @@ export default class Client extends OpenApi {
10150
10449
  return await this.getSecretValueWithOptions(request, runtime);
10151
10450
  }
10152
10451
 
10452
+ /**
10453
+ * 获取SaaS服务访问信息
10454
+ *
10455
+ * @remarks
10456
+ * ## 使用说明
10457
+ * 本接口用于查看所有模型服务信息。
10458
+ * ## QPS限制
10459
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
10460
+ *
10461
+ * @param request - GetServiceAccessInfoRequest
10462
+ * @param runtime - runtime options for this request RuntimeOptions
10463
+ * @returns GetServiceAccessInfoResponse
10464
+ */
10465
+ async getServiceAccessInfoWithOptions(request: $_model.GetServiceAccessInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetServiceAccessInfoResponse> {
10466
+ request.validate();
10467
+ let query = { };
10468
+ if (!$dara.isNull(request.regionId)) {
10469
+ query["RegionId"] = request.regionId;
10470
+ }
10471
+
10472
+ if (!$dara.isNull(request.serviceId)) {
10473
+ query["ServiceId"] = request.serviceId;
10474
+ }
10475
+
10476
+ let req = new $OpenApiUtil.OpenApiRequest({
10477
+ query: OpenApiUtil.query(query),
10478
+ });
10479
+ let params = new $OpenApiUtil.Params({
10480
+ action: "GetServiceAccessInfo",
10481
+ version: "2016-05-03",
10482
+ protocol: "HTTPS",
10483
+ pathname: "/",
10484
+ method: "POST",
10485
+ authType: "AK",
10486
+ style: "RPC",
10487
+ reqBodyType: "formData",
10488
+ bodyType: "json",
10489
+ });
10490
+ return $dara.cast<$_model.GetServiceAccessInfoResponse>(await this.callApi(params, req, runtime), new $_model.GetServiceAccessInfoResponse({}));
10491
+ }
10492
+
10493
+ /**
10494
+ * 获取SaaS服务访问信息
10495
+ *
10496
+ * @remarks
10497
+ * ## 使用说明
10498
+ * 本接口用于查看所有模型服务信息。
10499
+ * ## QPS限制
10500
+ * 本接口的单用户QPS限制默认为1000次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
10501
+ *
10502
+ * @param request - GetServiceAccessInfoRequest
10503
+ * @returns GetServiceAccessInfoResponse
10504
+ */
10505
+ async getServiceAccessInfo(request: $_model.GetServiceAccessInfoRequest): Promise<$_model.GetServiceAccessInfoResponse> {
10506
+ let runtime = new $dara.RuntimeOptions({ });
10507
+ return await this.getServiceAccessInfoWithOptions(request, runtime);
10508
+ }
10509
+
10153
10510
  /**
10154
10511
  * Get Asynchronous SQL Execution Result
10155
10512
  *
@@ -10213,10 +10570,10 @@ export default class Client extends OpenApi {
10213
10570
  }
10214
10571
 
10215
10572
  /**
10216
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
10573
+ * Retrieves details of a Supabase instance.
10217
10574
  *
10218
10575
  * @remarks
10219
- * This interface is used to query the details of a Supabase instance.
10576
+ * Gets the details of a Supabase instance.
10220
10577
  *
10221
10578
  * @param request - GetSupabaseProjectRequest
10222
10579
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10251,10 +10608,10 @@ export default class Client extends OpenApi {
10251
10608
  }
10252
10609
 
10253
10610
  /**
10254
- * Retrieves the detailed configuration and status information for a specific Supabase instance.
10611
+ * Retrieves details of a Supabase instance.
10255
10612
  *
10256
10613
  * @remarks
10257
- * This interface is used to query the details of a Supabase instance.
10614
+ * Gets the details of a Supabase instance.
10258
10615
  *
10259
10616
  * @param request - GetSupabaseProjectRequest
10260
10617
  * @returns GetSupabaseProjectResponse
@@ -10265,10 +10622,10 @@ export default class Client extends OpenApi {
10265
10622
  }
10266
10623
 
10267
10624
  /**
10268
- * Queries the API keys and JWT secrets of a Supabase instance.
10625
+ * Queries the API keys and JWT secrets for a Supabase instance.
10269
10626
  *
10270
10627
  * @remarks
10271
- * You can call this operation to query a list of API keys for a Supabase project.
10628
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
10272
10629
  *
10273
10630
  * @param request - GetSupabaseProjectApiKeysRequest
10274
10631
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10303,10 +10660,10 @@ export default class Client extends OpenApi {
10303
10660
  }
10304
10661
 
10305
10662
  /**
10306
- * Queries the API keys and JWT secrets of a Supabase instance.
10663
+ * Queries the API keys and JWT secrets for a Supabase instance.
10307
10664
  *
10308
10665
  * @remarks
10309
- * You can call this operation to query a list of API keys for a Supabase project.
10666
+ * This operation queries the API keys and JWT secrets for a Supabase instance.
10310
10667
  *
10311
10668
  * @param request - GetSupabaseProjectApiKeysRequest
10312
10669
  * @returns GetSupabaseProjectApiKeysResponse
@@ -10713,10 +11070,10 @@ export default class Client extends OpenApi {
10713
11070
  }
10714
11071
 
10715
11072
  /**
10716
- * Queries a list of AI nodes.
11073
+ * Queries a list of AINode resource pools.
10717
11074
  *
10718
11075
  * @remarks
10719
- * This operation queries a list of AI nodes.
11076
+ * - This operation lists the AINode resource pools for the specified instance.
10720
11077
  *
10721
11078
  * @param request - ListAINodePoolsRequest
10722
11079
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10751,10 +11108,10 @@ export default class Client extends OpenApi {
10751
11108
  }
10752
11109
 
10753
11110
  /**
10754
- * Queries a list of AI nodes.
11111
+ * Queries a list of AINode resource pools.
10755
11112
  *
10756
11113
  * @remarks
10757
- * This operation queries a list of AI nodes.
11114
+ * - This operation lists the AINode resource pools for the specified instance.
10758
11115
  *
10759
11116
  * @param request - ListAINodePoolsRequest
10760
11117
  * @returns ListAINodePoolsResponse
@@ -10765,7 +11122,7 @@ export default class Client extends OpenApi {
10765
11122
  }
10766
11123
 
10767
11124
  /**
10768
- * 获取 AI 服务列表
11125
+ * Lists AI services.
10769
11126
  *
10770
11127
  * @param request - ListAIServicesRequest
10771
11128
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10808,7 +11165,7 @@ export default class Client extends OpenApi {
10808
11165
  }
10809
11166
 
10810
11167
  /**
10811
- * 获取 AI 服务列表
11168
+ * Lists AI services.
10812
11169
  *
10813
11170
  * @param request - ListAIServicesRequest
10814
11171
  * @returns ListAIServicesResponse
@@ -10865,7 +11222,7 @@ export default class Client extends OpenApi {
10865
11222
  }
10866
11223
 
10867
11224
  /**
10868
- * 获取文本块详情
11225
+ * Get document chunk details
10869
11226
  *
10870
11227
  * @param request - ListChunksRequest
10871
11228
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10932,7 +11289,7 @@ export default class Client extends OpenApi {
10932
11289
  }
10933
11290
 
10934
11291
  /**
10935
- * 获取文本块详情
11292
+ * Get document chunk details
10936
11293
  *
10937
11294
  * @param request - ListChunksRequest
10938
11295
  * @returns ListChunksResponse
@@ -11117,7 +11474,7 @@ export default class Client extends OpenApi {
11117
11474
  }
11118
11475
 
11119
11476
  /**
11120
- * Queries a list of document collections.
11477
+ * Lists document collections.
11121
11478
  *
11122
11479
  * @param request - ListDocumentCollectionsRequest
11123
11480
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11164,7 +11521,7 @@ export default class Client extends OpenApi {
11164
11521
  }
11165
11522
 
11166
11523
  /**
11167
- * Queries a list of document collections.
11524
+ * Lists document collections.
11168
11525
  *
11169
11526
  * @param request - ListDocumentCollectionsRequest
11170
11527
  * @returns ListDocumentCollectionsResponse
@@ -11708,6 +12065,72 @@ export default class Client extends OpenApi {
11708
12065
  return await this.listRemoteADBDataSourcesWithOptions(request, runtime);
11709
12066
  }
11710
12067
 
12068
+ /**
12069
+ * Query SaaS Service List
12070
+ *
12071
+ * @remarks
12072
+ * ## Usage Notes
12073
+ * This API operation is used to view information about all SaaS services.
12074
+ *
12075
+ * @param request - ListSaasServiceRequest
12076
+ * @param runtime - runtime options for this request RuntimeOptions
12077
+ * @returns ListSaasServiceResponse
12078
+ */
12079
+ async listSaasServiceWithOptions(request: $_model.ListSaasServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSaasServiceResponse> {
12080
+ request.validate();
12081
+ let query = { };
12082
+ if (!$dara.isNull(request.maxResults)) {
12083
+ query["MaxResults"] = request.maxResults;
12084
+ }
12085
+
12086
+ if (!$dara.isNull(request.nextToken)) {
12087
+ query["NextToken"] = request.nextToken;
12088
+ }
12089
+
12090
+ if (!$dara.isNull(request.regionId)) {
12091
+ query["RegionId"] = request.regionId;
12092
+ }
12093
+
12094
+ if (!$dara.isNull(request.serviceType)) {
12095
+ query["ServiceType"] = request.serviceType;
12096
+ }
12097
+
12098
+ if (!$dara.isNull(request.workspaceId)) {
12099
+ query["WorkspaceId"] = request.workspaceId;
12100
+ }
12101
+
12102
+ let req = new $OpenApiUtil.OpenApiRequest({
12103
+ query: OpenApiUtil.query(query),
12104
+ });
12105
+ let params = new $OpenApiUtil.Params({
12106
+ action: "ListSaasService",
12107
+ version: "2016-05-03",
12108
+ protocol: "HTTPS",
12109
+ pathname: "/",
12110
+ method: "POST",
12111
+ authType: "AK",
12112
+ style: "RPC",
12113
+ reqBodyType: "formData",
12114
+ bodyType: "json",
12115
+ });
12116
+ return $dara.cast<$_model.ListSaasServiceResponse>(await this.callApi(params, req, runtime), new $_model.ListSaasServiceResponse({}));
12117
+ }
12118
+
12119
+ /**
12120
+ * Query SaaS Service List
12121
+ *
12122
+ * @remarks
12123
+ * ## Usage Notes
12124
+ * This API operation is used to view information about all SaaS services.
12125
+ *
12126
+ * @param request - ListSaasServiceRequest
12127
+ * @returns ListSaasServiceResponse
12128
+ */
12129
+ async listSaasService(request: $_model.ListSaasServiceRequest): Promise<$_model.ListSaasServiceResponse> {
12130
+ let runtime = new $dara.RuntimeOptions({ });
12131
+ return await this.listSaasServiceWithOptions(request, runtime);
12132
+ }
12133
+
11711
12134
  /**
11712
12135
  * Queries a list of schemas.
11713
12136
  *
@@ -11779,7 +12202,7 @@ export default class Client extends OpenApi {
11779
12202
  }
11780
12203
 
11781
12204
  /**
11782
- * Queries a list of access credentials.
12205
+ * View the access credential list.
11783
12206
  *
11784
12207
  * @param request - ListSecretsRequest
11785
12208
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11822,7 +12245,7 @@ export default class Client extends OpenApi {
11822
12245
  }
11823
12246
 
11824
12247
  /**
11825
- * Queries a list of access credentials.
12248
+ * View the access credential list.
11826
12249
  *
11827
12250
  * @param request - ListSecretsRequest
11828
12251
  * @returns ListSecretsResponse
@@ -12081,7 +12504,10 @@ export default class Client extends OpenApi {
12081
12504
  }
12082
12505
 
12083
12506
  /**
12084
- * Query the label List of Supabase instances
12507
+ * Lists the tags of Supabase instances.
12508
+ *
12509
+ * @remarks
12510
+ * - This operation queries the tags of Supabase instances.
12085
12511
  *
12086
12512
  * @param request - ListSupabaseProjectTagsRequest
12087
12513
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12128,7 +12554,10 @@ export default class Client extends OpenApi {
12128
12554
  }
12129
12555
 
12130
12556
  /**
12131
- * Query the label List of Supabase instances
12557
+ * Lists the tags of Supabase instances.
12558
+ *
12559
+ * @remarks
12560
+ * - This operation queries the tags of Supabase instances.
12132
12561
  *
12133
12562
  * @param request - ListSupabaseProjectTagsRequest
12134
12563
  * @returns ListSupabaseProjectTagsResponse
@@ -12139,10 +12568,10 @@ export default class Client extends OpenApi {
12139
12568
  }
12140
12569
 
12141
12570
  /**
12142
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
12571
+ * Returns a list of Supabase instances.
12143
12572
  *
12144
12573
  * @remarks
12145
- * You can call this operation to query Supabase instances.
12574
+ * - Lists Supabase instances.
12146
12575
  *
12147
12576
  * @param request - ListSupabaseProjectsRequest
12148
12577
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12205,10 +12634,10 @@ export default class Client extends OpenApi {
12205
12634
  }
12206
12635
 
12207
12636
  /**
12208
- * Retrieves a paginated list of Supabase instances in your account. You can filter the list by region.
12637
+ * Returns a list of Supabase instances.
12209
12638
  *
12210
12639
  * @remarks
12211
- * You can call this operation to query Supabase instances.
12640
+ * - Lists Supabase instances.
12212
12641
  *
12213
12642
  * @param request - ListSupabaseProjectsRequest
12214
12643
  * @returns ListSupabaseProjectsResponse
@@ -12341,7 +12770,7 @@ export default class Client extends OpenApi {
12341
12770
  }
12342
12771
 
12343
12772
  /**
12344
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
12773
+ * List all tag resources.
12345
12774
  *
12346
12775
  * @param request - ListTagResourcesRequest
12347
12776
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12404,7 +12833,7 @@ export default class Client extends OpenApi {
12404
12833
  }
12405
12834
 
12406
12835
  /**
12407
- * Queries a list of AnalyticDB for PostgreSQL instances that have specific tags added.
12836
+ * List all tag resources.
12408
12837
  *
12409
12838
  * @param request - ListTagResourcesRequest
12410
12839
  * @returns ListTagResourcesResponse
@@ -12415,7 +12844,73 @@ export default class Client extends OpenApi {
12415
12844
  }
12416
12845
 
12417
12846
  /**
12418
- * 修改 AI 服务白名单
12847
+ * Queries the list of SaaS workspaces.
12848
+ *
12849
+ * @remarks
12850
+ * ## Operation description
12851
+ * This operation is used to query information about all workspaces.
12852
+ *
12853
+ * @param request - ListWorkspacesRequest
12854
+ * @param runtime - runtime options for this request RuntimeOptions
12855
+ * @returns ListWorkspacesResponse
12856
+ */
12857
+ async listWorkspacesWithOptions(request: $_model.ListWorkspacesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListWorkspacesResponse> {
12858
+ request.validate();
12859
+ let query = { };
12860
+ if (!$dara.isNull(request.maxResults)) {
12861
+ query["MaxResults"] = request.maxResults;
12862
+ }
12863
+
12864
+ if (!$dara.isNull(request.nextToken)) {
12865
+ query["NextToken"] = request.nextToken;
12866
+ }
12867
+
12868
+ if (!$dara.isNull(request.pageNumber)) {
12869
+ query["PageNumber"] = request.pageNumber;
12870
+ }
12871
+
12872
+ if (!$dara.isNull(request.pageSize)) {
12873
+ query["PageSize"] = request.pageSize;
12874
+ }
12875
+
12876
+ if (!$dara.isNull(request.regionId)) {
12877
+ query["RegionId"] = request.regionId;
12878
+ }
12879
+
12880
+ let req = new $OpenApiUtil.OpenApiRequest({
12881
+ query: OpenApiUtil.query(query),
12882
+ });
12883
+ let params = new $OpenApiUtil.Params({
12884
+ action: "ListWorkspaces",
12885
+ version: "2016-05-03",
12886
+ protocol: "HTTPS",
12887
+ pathname: "/",
12888
+ method: "POST",
12889
+ authType: "AK",
12890
+ style: "RPC",
12891
+ reqBodyType: "formData",
12892
+ bodyType: "json",
12893
+ });
12894
+ return $dara.cast<$_model.ListWorkspacesResponse>(await this.callApi(params, req, runtime), new $_model.ListWorkspacesResponse({}));
12895
+ }
12896
+
12897
+ /**
12898
+ * Queries the list of SaaS workspaces.
12899
+ *
12900
+ * @remarks
12901
+ * ## Operation description
12902
+ * This operation is used to query information about all workspaces.
12903
+ *
12904
+ * @param request - ListWorkspacesRequest
12905
+ * @returns ListWorkspacesResponse
12906
+ */
12907
+ async listWorkspaces(request: $_model.ListWorkspacesRequest): Promise<$_model.ListWorkspacesResponse> {
12908
+ let runtime = new $dara.RuntimeOptions({ });
12909
+ return await this.listWorkspacesWithOptions(request, runtime);
12910
+ }
12911
+
12912
+ /**
12913
+ * Modifies the IP address whitelist for an AI service.
12419
12914
  *
12420
12915
  * @param request - ModifyAIServiceSecurityIpsRequest
12421
12916
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12458,7 +12953,7 @@ export default class Client extends OpenApi {
12458
12953
  }
12459
12954
 
12460
12955
  /**
12461
- * 修改 AI 服务白名单
12956
+ * Modifies the IP address whitelist for an AI service.
12462
12957
  *
12463
12958
  * @param request - ModifyAIServiceSecurityIpsRequest
12464
12959
  * @returns ModifyAIServiceSecurityIpsResponse
@@ -12585,7 +13080,7 @@ export default class Client extends OpenApi {
12585
13080
  }
12586
13081
 
12587
13082
  /**
12588
- * Updates a collection.
13083
+ * Updates a vector collection.
12589
13084
  *
12590
13085
  * @param request - ModifyCollectionRequest
12591
13086
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12644,7 +13139,7 @@ export default class Client extends OpenApi {
12644
13139
  }
12645
13140
 
12646
13141
  /**
12647
- * Updates a collection.
13142
+ * Updates a vector collection.
12648
13143
  *
12649
13144
  * @param request - ModifyCollectionRequest
12650
13145
  * @returns ModifyCollectionResponse
@@ -13783,7 +14278,7 @@ export default class Client extends OpenApi {
13783
14278
  }
13784
14279
 
13785
14280
  /**
13786
- * Modifies the configurations of an external data source.
14281
+ * Modify a real-time data service.
13787
14282
  *
13788
14283
  * @param request - ModifyStreamingDataServiceRequest
13789
14284
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13830,7 +14325,7 @@ export default class Client extends OpenApi {
13830
14325
  }
13831
14326
 
13832
14327
  /**
13833
- * Modifies the configurations of an external data source.
14328
+ * Modify a real-time data service.
13834
14329
  *
13835
14330
  * @param request - ModifyStreamingDataServiceRequest
13836
14331
  * @returns ModifyStreamingDataServiceResponse
@@ -14035,7 +14530,10 @@ export default class Client extends OpenApi {
14035
14530
  }
14036
14531
 
14037
14532
  /**
14038
- * Modify the auto pause/resume policy of Supabase.
14533
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
14534
+ *
14535
+ * @remarks
14536
+ * - This operation applies only to ADBPG Supabase instances.
14039
14537
  *
14040
14538
  * @param request - ModifySupabaseAutoScalePolicyRequest
14041
14539
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14074,7 +14572,10 @@ export default class Client extends OpenApi {
14074
14572
  }
14075
14573
 
14076
14574
  /**
14077
- * Modify the auto pause/resume policy of Supabase.
14575
+ * Modifies the auto-scaling policy of an ADBPG Supabase instance.
14576
+ *
14577
+ * @remarks
14578
+ * - This operation applies only to ADBPG Supabase instances.
14078
14579
  *
14079
14580
  * @param request - ModifySupabaseAutoScalePolicyRequest
14080
14581
  * @returns ModifySupabaseAutoScalePolicyResponse
@@ -14085,7 +14586,10 @@ export default class Client extends OpenApi {
14085
14586
  }
14086
14587
 
14087
14588
  /**
14088
- * Modify the Supabase project description
14589
+ * Change the Supabase project description
14590
+ *
14591
+ * @remarks
14592
+ * *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)**.
14089
14593
  *
14090
14594
  * @param request - ModifySupabaseProjectDescriptionRequest
14091
14595
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14124,7 +14628,10 @@ export default class Client extends OpenApi {
14124
14628
  }
14125
14629
 
14126
14630
  /**
14127
- * Modify the Supabase project description
14631
+ * Change the Supabase project description
14632
+ *
14633
+ * @remarks
14634
+ * *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)**.
14128
14635
  *
14129
14636
  * @param request - ModifySupabaseProjectDescriptionRequest
14130
14637
  * @returns ModifySupabaseProjectDescriptionResponse
@@ -14135,7 +14642,10 @@ export default class Client extends OpenApi {
14135
14642
  }
14136
14643
 
14137
14644
  /**
14138
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
14645
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
14646
+ *
14647
+ * @remarks
14648
+ * *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.**
14139
14649
  *
14140
14650
  * @param request - ModifySupabaseProjectResourceRequest
14141
14651
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14182,7 +14692,10 @@ export default class Client extends OpenApi {
14182
14692
  }
14183
14693
 
14184
14694
  /**
14185
- * Modify the resources of a Supabase instance. You can upgrade or decrease the quota of compute resources and scale out storage resources (disk size).
14695
+ * Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
14696
+ *
14697
+ * @remarks
14698
+ * *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.**
14186
14699
  *
14187
14700
  * @param request - ModifySupabaseProjectResourceRequest
14188
14701
  * @returns ModifySupabaseProjectResourceResponse
@@ -14193,10 +14706,10 @@ export default class Client extends OpenApi {
14193
14706
  }
14194
14707
 
14195
14708
  /**
14196
- * Sets or replaces the IP address whitelist for a specified Supabase project.
14709
+ * Modifies the IP address whitelist for a Supabase project.
14197
14710
  *
14198
14711
  * @remarks
14199
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
14712
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
14200
14713
  *
14201
14714
  * @param request - ModifySupabaseProjectSecurityIpsRequest
14202
14715
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14243,10 +14756,10 @@ export default class Client extends OpenApi {
14243
14756
  }
14244
14757
 
14245
14758
  /**
14246
- * Sets or replaces the IP address whitelist for a specified Supabase project.
14759
+ * Modifies the IP address whitelist for a Supabase project.
14247
14760
  *
14248
14761
  * @remarks
14249
- * Before you can connect to a Supabase project, you must add your client\\"s IP address or CIDR block to the project\\"s whitelist.
14762
+ * Before you use a Supabase instance, you must add the client\\"s IP address or IP address segment to the instance\\"s whitelist.
14250
14763
  *
14251
14764
  * @param request - ModifySupabaseProjectSecurityIpsRequest
14252
14765
  * @returns ModifySupabaseProjectSecurityIpsResponse
@@ -14413,7 +14926,10 @@ export default class Client extends OpenApi {
14413
14926
  }
14414
14927
 
14415
14928
  /**
14416
- * 暂停Supabase实例
14929
+ * Pauses a Supabase instance.
14930
+ *
14931
+ * @remarks
14932
+ * This operation pauses a Supabase instance.
14417
14933
  *
14418
14934
  * @param request - PauseSupabaseProjectRequest
14419
14935
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14448,7 +14964,10 @@ export default class Client extends OpenApi {
14448
14964
  }
14449
14965
 
14450
14966
  /**
14451
- * 暂停Supabase实例
14967
+ * Pauses a Supabase instance.
14968
+ *
14969
+ * @remarks
14970
+ * This operation pauses a Supabase instance.
14452
14971
  *
14453
14972
  * @param request - PauseSupabaseProjectRequest
14454
14973
  * @returns PauseSupabaseProjectResponse
@@ -14459,7 +14978,7 @@ export default class Client extends OpenApi {
14459
14978
  }
14460
14979
 
14461
14980
  /**
14462
- * Query Vector Data
14981
+ * Retrieving vector data.
14463
14982
  *
14464
14983
  * @param tmpReq - QueryCollectionDataRequest
14465
14984
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14590,7 +15109,7 @@ export default class Client extends OpenApi {
14590
15109
  }
14591
15110
 
14592
15111
  /**
14593
- * Query Vector Data
15112
+ * Retrieving vector data.
14594
15113
  *
14595
15114
  * @param request - QueryCollectionDataRequest
14596
15115
  * @returns QueryCollectionDataResponse
@@ -14601,7 +15120,7 @@ export default class Client extends OpenApi {
14601
15120
  }
14602
15121
 
14603
15122
  /**
14604
- * Retrieves vector data and metadata from a document collection by using natural statements.
15123
+ * Query a document collection with natural language to retrieve vectors and metadata.
14605
15124
  *
14606
15125
  * @param tmpReq - QueryContentRequest
14607
15126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14752,7 +15271,7 @@ export default class Client extends OpenApi {
14752
15271
  }
14753
15272
 
14754
15273
  /**
14755
- * Retrieves vector data and metadata from a document collection by using natural statements.
15274
+ * Query a document collection with natural language to retrieve vectors and metadata.
14756
15275
  *
14757
15276
  * @param request - QueryContentRequest
14758
15277
  * @returns QueryContentResponse
@@ -14849,7 +15368,7 @@ export default class Client extends OpenApi {
14849
15368
  }
14850
15369
 
14851
15370
  /**
14852
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
15371
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
14853
15372
  *
14854
15373
  * @param tmpReq - QueryKnowledgeBasesContentRequest
14855
15374
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14930,7 +15449,7 @@ export default class Client extends OpenApi {
14930
15449
  }
14931
15450
 
14932
15451
  /**
14933
- * Retrieves vectors and metadata from multiple specified document collections using natural language queries, then merge and return the results from all retrieval paths.
15452
+ * Retrieve vectors and metadata from specified knowledge bases using a natural-language query, returning the merged results from a multi-channel recall.
14934
15453
  *
14935
15454
  * @param request - QueryKnowledgeBasesContentRequest
14936
15455
  * @returns QueryKnowledgeBasesContentResponse
@@ -15437,7 +15956,10 @@ export default class Client extends OpenApi {
15437
15956
  }
15438
15957
 
15439
15958
  /**
15440
- * 恢复Supabase实例
15959
+ * Resumes a Supabase instance.
15960
+ *
15961
+ * @remarks
15962
+ * This operation retrieves details about a Supabase instance.
15441
15963
  *
15442
15964
  * @param request - ResumeSupabaseProjectRequest
15443
15965
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15472,7 +15994,10 @@ export default class Client extends OpenApi {
15472
15994
  }
15473
15995
 
15474
15996
  /**
15475
- * 恢复Supabase实例
15997
+ * Resumes a Supabase instance.
15998
+ *
15999
+ * @remarks
16000
+ * This operation retrieves details about a Supabase instance.
15476
16001
  *
15477
16002
  * @param request - ResumeSupabaseProjectRequest
15478
16003
  * @returns ResumeSupabaseProjectResponse
@@ -15547,12 +16072,10 @@ export default class Client extends OpenApi {
15547
16072
  }
15548
16073
 
15549
16074
  /**
15550
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
16075
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
15551
16076
  *
15552
16077
  * @remarks
15553
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
15554
- * ## Limits
15555
- * 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.
16078
+ * Only Serverless instances support the data sharing feature.
15556
16079
  *
15557
16080
  * @param tmpReq - SetDataShareInstanceRequest
15558
16081
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15601,12 +16124,10 @@ export default class Client extends OpenApi {
15601
16124
  }
15602
16125
 
15603
16126
  /**
15604
- * Enables or disables data sharing for an AnalyticDB for PostgreSQL instance.
16127
+ * Add or remove an AnalyticDB for PostgreSQL instance from data sharing.
15605
16128
  *
15606
16129
  * @remarks
15607
- * This operation is called to enable or disable data sharing for an AnalyticDB for PostgreSQL instance in Serverless mode.
15608
- * ## Limits
15609
- * 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.
16130
+ * Only Serverless instances support the data sharing feature.
15610
16131
  *
15611
16132
  * @param request - SetDataShareInstanceRequest
15612
16133
  * @returns SetDataShareInstanceResponse
@@ -15673,7 +16194,7 @@ export default class Client extends OpenApi {
15673
16194
  }
15674
16195
 
15675
16196
  /**
15676
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
16197
+ * Create and attach tags.
15677
16198
  *
15678
16199
  * @param request - TagResourcesRequest
15679
16200
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15732,7 +16253,7 @@ export default class Client extends OpenApi {
15732
16253
  }
15733
16254
 
15734
16255
  /**
15735
- * Creates and adds tags to AnalyticDB for PostgreSQL instances.
16256
+ * Create and attach tags.
15736
16257
  *
15737
16258
  * @param request - TagResourcesRequest
15738
16259
  * @returns TagResourcesResponse
@@ -15743,7 +16264,10 @@ export default class Client extends OpenApi {
15743
16264
  }
15744
16265
 
15745
16266
  /**
15746
- * Supabase project labeling
16267
+ * Adds tags to Supabase project instances.
16268
+ *
16269
+ * @remarks
16270
+ * 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.
15747
16271
  *
15748
16272
  * @param request - TagSupabaseProjectRequest
15749
16273
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15786,7 +16310,10 @@ export default class Client extends OpenApi {
15786
16310
  }
15787
16311
 
15788
16312
  /**
15789
- * Supabase project labeling
16313
+ * Adds tags to Supabase project instances.
16314
+ *
16315
+ * @remarks
16316
+ * 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.
15790
16317
  *
15791
16318
  * @param request - TagSupabaseProjectRequest
15792
16319
  * @returns TagSupabaseProjectResponse
@@ -16057,7 +16584,10 @@ export default class Client extends OpenApi {
16057
16584
  }
16058
16585
 
16059
16586
  /**
16060
- * Detach labels from a Supabase instance
16587
+ * Removes tags from one or more Supabase instances.
16588
+ *
16589
+ * @remarks
16590
+ * This operation removes one or more specified tags from Supabase instances.
16061
16591
  *
16062
16592
  * @param request - UntagSupabaseProjectRequest
16063
16593
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16104,7 +16634,10 @@ export default class Client extends OpenApi {
16104
16634
  }
16105
16635
 
16106
16636
  /**
16107
- * Detach labels from a Supabase instance
16637
+ * Removes tags from one or more Supabase instances.
16638
+ *
16639
+ * @remarks
16640
+ * This operation removes one or more specified tags from Supabase instances.
16108
16641
  *
16109
16642
  * @param request - UntagSupabaseProjectRequest
16110
16643
  * @returns UntagSupabaseProjectResponse
@@ -16283,11 +16816,11 @@ export default class Client extends OpenApi {
16283
16816
  }
16284
16817
 
16285
16818
  /**
16286
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
16819
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
16287
16820
  *
16288
16821
  * @remarks
16289
- * This operation is not available for instances in reserved storage mode.
16290
- * 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).
16822
+ * This operation does not support modifying instances in storage-reserved mode.
16823
+ * 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.
16291
16824
  *
16292
16825
  * @param request - UpgradeDBInstanceRequest
16293
16826
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16378,11 +16911,11 @@ export default class Client extends OpenApi {
16378
16911
  }
16379
16912
 
16380
16913
  /**
16381
- * Changes the configurations of an AnalyticDB for PostgreSQL instance.
16914
+ * Changes the specifications of an AnalyticDB for PostgreSQL instance.
16382
16915
  *
16383
16916
  * @remarks
16384
- * This operation is not available for instances in reserved storage mode.
16385
- * 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).
16917
+ * This operation does not support modifying instances in storage-reserved mode.
16918
+ * 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.
16386
16919
  *
16387
16920
  * @param request - UpgradeDBInstanceRequest
16388
16921
  * @returns UpgradeDBInstanceResponse
@@ -16835,6 +17368,14 @@ export default class Client extends OpenApi {
16835
17368
  /**
16836
17369
  * Uploads vector data to a vector collection.
16837
17370
  *
17371
+ * @remarks
17372
+ * >Notice:
17373
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
17374
+ * 请使用最新版SDK或不低于此版本:
17375
+ * - Java:1.2.1
17376
+ * - Go:v3.3.1
17377
+ * - Python:3.3.1
17378
+ *
16838
17379
  * @param tmpReq - UpsertCollectionDataRequest
16839
17380
  * @param runtime - runtime options for this request RuntimeOptions
16840
17381
  * @returns UpsertCollectionDataResponse
@@ -16902,6 +17443,14 @@ export default class Client extends OpenApi {
16902
17443
  /**
16903
17444
  * Uploads vector data to a vector collection.
16904
17445
  *
17446
+ * @remarks
17447
+ * >Notice:
17448
+ * **SDK于2023-11-8日升级,从最大512KB数据请求量升级到10MB。**
17449
+ * 请使用最新版SDK或不低于此版本:
17450
+ * - Java:1.2.1
17451
+ * - Go:v3.3.1
17452
+ * - Python:3.3.1
17453
+ *
16905
17454
  * @param request - UpsertCollectionDataRequest
16906
17455
  * @returns UpsertCollectionDataResponse
16907
17456
  */