@alicloud/gpdb20160503 3.9.0 → 3.11.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 (318) hide show
  1. package/dist/client.d.ts +318 -130
  2. package/dist/client.js +631 -130
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateAiserviceRequest.d.ts +16 -25
  5. package/dist/models/CreateAiserviceRequest.js.map +1 -1
  6. package/dist/models/CreateApiKeyRequest.d.ts +40 -0
  7. package/dist/models/CreateApiKeyRequest.js +69 -0
  8. package/dist/models/CreateApiKeyRequest.js.map +1 -0
  9. package/dist/models/CreateApiKeyResponse.d.ts +19 -0
  10. package/dist/models/CreateApiKeyResponse.js +69 -0
  11. package/dist/models/CreateApiKeyResponse.js.map +1 -0
  12. package/dist/models/CreateApiKeyResponseBody.d.ts +28 -0
  13. package/dist/models/CreateApiKeyResponseBody.js +62 -0
  14. package/dist/models/CreateApiKeyResponseBody.js.map +1 -0
  15. package/dist/models/CreateApiKeyShrinkRequest.d.ts +40 -0
  16. package/dist/models/CreateApiKeyShrinkRequest.js +66 -0
  17. package/dist/models/CreateApiKeyShrinkRequest.js.map +1 -0
  18. package/dist/models/CreateBranchRequest.d.ts +6 -6
  19. package/dist/models/CreateBranchResponseBody.d.ts +2 -2
  20. package/dist/models/CreateDocumentCollectionRequest.d.ts +94 -148
  21. package/dist/models/CreateDocumentCollectionRequest.js.map +1 -1
  22. package/dist/models/CreateDocumentCollectionResponseBody.d.ts +2 -4
  23. package/dist/models/CreateDocumentCollectionResponseBody.js.map +1 -1
  24. package/dist/models/CreateDocumentCollectionShrinkRequest.d.ts +81 -127
  25. package/dist/models/CreateDocumentCollectionShrinkRequest.js.map +1 -1
  26. package/dist/models/CreateIndexRequest.d.ts +13 -21
  27. package/dist/models/CreateIndexRequest.js.map +1 -1
  28. package/dist/models/CreateIndexResponseBody.d.ts +6 -7
  29. package/dist/models/CreateIndexResponseBody.js.map +1 -1
  30. package/dist/models/CreateModelOperatorApiKeyRequest.d.ts +23 -0
  31. package/dist/models/CreateModelOperatorApiKeyRequest.js +58 -0
  32. package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -0
  33. package/dist/models/CreateModelOperatorApiKeyResponse.d.ts +19 -0
  34. package/dist/models/CreateModelOperatorApiKeyResponse.js +69 -0
  35. package/dist/models/CreateModelOperatorApiKeyResponse.js.map +1 -0
  36. package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +29 -0
  37. package/dist/models/CreateModelOperatorApiKeyResponseBody.js +60 -0
  38. package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -0
  39. package/dist/models/CreateModelServiceRequest.d.ts +9 -9
  40. package/dist/models/CreateModelServiceResponseBody.d.ts +1 -1
  41. package/dist/models/CreateModelServiceShrinkRequest.d.ts +9 -9
  42. package/dist/models/CreateSaasServiceRequest.d.ts +2 -2
  43. package/dist/models/CreateSnapshotResponseBody.d.ts +1 -1
  44. package/dist/models/CreateSupabaseProjectRequest.d.ts +8 -8
  45. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +1 -1
  46. package/dist/models/DeleteAiserviceRequest.d.ts +2 -2
  47. package/dist/models/DeleteApiKeyRequest.d.ts +26 -0
  48. package/dist/models/DeleteApiKeyRequest.js +60 -0
  49. package/dist/models/DeleteApiKeyRequest.js.map +1 -0
  50. package/dist/models/DeleteApiKeyResponse.d.ts +19 -0
  51. package/dist/models/DeleteApiKeyResponse.js +69 -0
  52. package/dist/models/DeleteApiKeyResponse.js.map +1 -0
  53. package/dist/models/DeleteApiKeyResponseBody.d.ts +23 -0
  54. package/dist/models/DeleteApiKeyResponseBody.js +60 -0
  55. package/dist/models/DeleteApiKeyResponseBody.js.map +1 -0
  56. package/dist/models/DeleteBranchRequest.d.ts +1 -1
  57. package/dist/models/DeleteSnapshotRequest.d.ts +7 -0
  58. package/dist/models/DeleteSnapshotRequest.js.map +1 -1
  59. package/dist/models/DeleteSnapshotResponseBody.d.ts +3 -0
  60. package/dist/models/DeleteSnapshotResponseBody.js.map +1 -1
  61. package/dist/models/DescribeAiserviceRequest.d.ts +4 -5
  62. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  63. package/dist/models/DescribeAiserviceResponseBody.d.ts +10 -12
  64. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  65. package/dist/models/DescribeBranchResponseBody.d.ts +7 -7
  66. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +3 -3
  67. package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +1 -1
  68. package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +21 -0
  69. package/dist/models/DescribeModelOperatorApiKeyRequest.js +58 -0
  70. package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -0
  71. package/dist/models/DescribeModelOperatorApiKeyResponse.d.ts +19 -0
  72. package/dist/models/DescribeModelOperatorApiKeyResponse.js +69 -0
  73. package/dist/models/DescribeModelOperatorApiKeyResponse.js.map +1 -0
  74. package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +61 -0
  75. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js +68 -0
  76. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -0
  77. package/dist/models/DescribeModelOperatorUsageRequest.d.ts +85 -0
  78. package/dist/models/DescribeModelOperatorUsageRequest.js +79 -0
  79. package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -0
  80. package/dist/models/DescribeModelOperatorUsageResponse.d.ts +19 -0
  81. package/dist/models/DescribeModelOperatorUsageResponse.js +69 -0
  82. package/dist/models/DescribeModelOperatorUsageResponse.js.map +1 -0
  83. package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +145 -0
  84. package/dist/models/DescribeModelOperatorUsageResponseBody.js +145 -0
  85. package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -0
  86. package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +85 -0
  87. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js +70 -0
  88. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -0
  89. package/dist/models/DescribeModelServiceRequest.d.ts +2 -2
  90. package/dist/models/DescribeModelServiceResponseBody.d.ts +6 -6
  91. package/dist/models/DescribeTableRequest.d.ts +7 -7
  92. package/dist/models/DescribeTableResponseBody.d.ts +4 -5
  93. package/dist/models/DescribeTableResponseBody.js.map +1 -1
  94. package/dist/models/ExecuteStatementRequest.d.ts +18 -19
  95. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  96. package/dist/models/ExecuteStatementResponseBody.d.ts +10 -11
  97. package/dist/models/ExecuteStatementResponseBody.js.map +1 -1
  98. package/dist/models/ExecuteStatementShrinkRequest.d.ts +14 -15
  99. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  100. package/dist/models/GetAccountRequest.d.ts +7 -3
  101. package/dist/models/GetAccountRequest.js.map +1 -1
  102. package/dist/models/GetAccountResponseBody.d.ts +20 -17
  103. package/dist/models/GetAccountResponseBody.js.map +1 -1
  104. package/dist/models/GetApiKeyRequest.d.ts +26 -0
  105. package/dist/models/GetApiKeyRequest.js +60 -0
  106. package/dist/models/GetApiKeyRequest.js.map +1 -0
  107. package/dist/models/GetApiKeyResponse.d.ts +19 -0
  108. package/dist/models/GetApiKeyResponse.js +69 -0
  109. package/dist/models/GetApiKeyResponse.js.map +1 -0
  110. package/dist/models/GetApiKeyResponseBody.d.ts +71 -0
  111. package/dist/models/GetApiKeyResponseBody.js +96 -0
  112. package/dist/models/GetApiKeyResponseBody.js.map +1 -0
  113. package/dist/models/GetStatementResultRequest.d.ts +6 -6
  114. package/dist/models/GetStatementResultResponseBody.d.ts +6 -6
  115. package/dist/models/GetUploadDocumentJobRequest.d.ts +8 -8
  116. package/dist/models/GetUploadDocumentJobResponseBody.d.ts +27 -29
  117. package/dist/models/GetUploadDocumentJobResponseBody.js.map +1 -1
  118. package/dist/models/GetWorkspaceRequest.d.ts +26 -0
  119. package/dist/models/GetWorkspaceRequest.js +60 -0
  120. package/dist/models/GetWorkspaceRequest.js.map +1 -0
  121. package/dist/models/GetWorkspaceResponse.d.ts +19 -0
  122. package/dist/models/GetWorkspaceResponse.js +69 -0
  123. package/dist/models/GetWorkspaceResponse.js.map +1 -0
  124. package/dist/models/GetWorkspaceResponseBody.d.ts +147 -0
  125. package/dist/models/GetWorkspaceResponseBody.js +160 -0
  126. package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
  127. package/dist/models/ListAinodePoolsRequest.d.ts +1 -1
  128. package/dist/models/ListAinodePoolsResponseBody.d.ts +11 -13
  129. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  130. package/dist/models/ListAiservicesRequest.d.ts +5 -8
  131. package/dist/models/ListAiservicesRequest.js.map +1 -1
  132. package/dist/models/ListAiservicesResponseBody.d.ts +13 -15
  133. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  134. package/dist/models/ListApiKeysRequest.d.ts +41 -0
  135. package/dist/models/ListApiKeysRequest.js +66 -0
  136. package/dist/models/ListApiKeysRequest.js.map +1 -0
  137. package/dist/models/ListApiKeysResponse.d.ts +19 -0
  138. package/dist/models/ListApiKeysResponse.js +69 -0
  139. package/dist/models/ListApiKeysResponse.js.map +1 -0
  140. package/dist/models/ListApiKeysResponseBody.d.ts +94 -0
  141. package/dist/models/ListApiKeysResponseBody.js +122 -0
  142. package/dist/models/ListApiKeysResponseBody.js.map +1 -0
  143. package/dist/models/ListBranchesRequest.d.ts +12 -12
  144. package/dist/models/ListBranchesResponseBody.d.ts +3 -3
  145. package/dist/models/ListChunksRequest.d.ts +13 -17
  146. package/dist/models/ListChunksRequest.js.map +1 -1
  147. package/dist/models/ListModelOperatorApiKeysRequest.d.ts +35 -0
  148. package/dist/models/ListModelOperatorApiKeysRequest.js +60 -0
  149. package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -0
  150. package/dist/models/ListModelOperatorApiKeysResponse.d.ts +19 -0
  151. package/dist/models/ListModelOperatorApiKeysResponse.js +69 -0
  152. package/dist/models/ListModelOperatorApiKeysResponse.js.map +1 -0
  153. package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +94 -0
  154. package/dist/models/ListModelOperatorApiKeysResponseBody.js +94 -0
  155. package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -0
  156. package/dist/models/ListModelOperatorServicesRequest.d.ts +34 -0
  157. package/dist/models/ListModelOperatorServicesRequest.js +60 -0
  158. package/dist/models/ListModelOperatorServicesRequest.js.map +1 -0
  159. package/dist/models/ListModelOperatorServicesResponse.d.ts +19 -0
  160. package/dist/models/ListModelOperatorServicesResponse.js +69 -0
  161. package/dist/models/ListModelOperatorServicesResponse.js.map +1 -0
  162. package/dist/models/ListModelOperatorServicesResponseBody.d.ts +70 -0
  163. package/dist/models/ListModelOperatorServicesResponseBody.js +88 -0
  164. package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -0
  165. package/dist/models/ListSaasServiceRequest.d.ts +2 -2
  166. package/dist/models/ListSaasServiceResponseBody.d.ts +10 -10
  167. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +15 -17
  168. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  169. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +3 -3
  170. package/dist/models/ListWorkspacesResponseBody.d.ts +3 -3
  171. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +7 -10
  172. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  173. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +1 -1
  174. package/dist/models/ModifyDbinstanceDeploymentModeRequest.d.ts +11 -17
  175. package/dist/models/ModifyDbinstanceDeploymentModeRequest.js.map +1 -1
  176. package/dist/models/ModifyDbinstanceDeploymentModeResponseBody.d.ts +1 -1
  177. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +4 -6
  178. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  179. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +3 -3
  180. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +1 -1
  181. package/dist/models/PauseSupabaseProjectRequest.d.ts +1 -1
  182. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +18 -18
  183. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +1 -1
  184. package/dist/models/RestoreSnapshotRequest.d.ts +1 -1
  185. package/dist/models/ResumeSupabaseProjectRequest.d.ts +1 -1
  186. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +1 -1
  187. package/dist/models/TagSupabaseProjectRequest.d.ts +5 -5
  188. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  189. package/dist/models/TextEmbeddingRequest.d.ts +12 -14
  190. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  191. package/dist/models/TextEmbeddingResponseBody.d.ts +5 -6
  192. package/dist/models/TextEmbeddingResponseBody.js.map +1 -1
  193. package/dist/models/TextEmbeddingShrinkRequest.d.ts +12 -14
  194. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  195. package/dist/models/UntagSupabaseProjectRequest.d.ts +6 -9
  196. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  197. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  198. package/dist/models/UpgradeDbinstanceRequest.d.ts +34 -50
  199. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  200. package/dist/models/UploadDocumentAsyncAdvanceRequest.d.ts +57 -49
  201. package/dist/models/UploadDocumentAsyncAdvanceRequest.js.map +1 -1
  202. package/dist/models/UploadDocumentAsyncRequest.d.ts +57 -49
  203. package/dist/models/UploadDocumentAsyncRequest.js.map +1 -1
  204. package/dist/models/UploadDocumentAsyncResponseBody.d.ts +4 -4
  205. package/dist/models/UploadDocumentAsyncShrinkRequest.d.ts +57 -49
  206. package/dist/models/UploadDocumentAsyncShrinkRequest.js.map +1 -1
  207. package/dist/models/model.d.ts +43 -0
  208. package/dist/models/model.js +108 -21
  209. package/dist/models/model.js.map +1 -1
  210. package/package.json +1 -1
  211. package/src/client.ts +684 -130
  212. package/src/models/CreateAiserviceRequest.ts +16 -25
  213. package/src/models/CreateApiKeyRequest.ts +64 -0
  214. package/src/models/CreateApiKeyResponse.ts +40 -0
  215. package/src/models/CreateApiKeyResponseBody.ts +45 -0
  216. package/src/models/CreateApiKeyShrinkRequest.ts +61 -0
  217. package/src/models/CreateBranchRequest.ts +6 -6
  218. package/src/models/CreateBranchResponseBody.ts +2 -2
  219. package/src/models/CreateDocumentCollectionRequest.ts +94 -148
  220. package/src/models/CreateDocumentCollectionResponseBody.ts +2 -4
  221. package/src/models/CreateDocumentCollectionShrinkRequest.ts +81 -127
  222. package/src/models/CreateIndexRequest.ts +13 -21
  223. package/src/models/CreateIndexResponseBody.ts +6 -7
  224. package/src/models/CreateModelOperatorApiKeyRequest.ts +36 -0
  225. package/src/models/CreateModelOperatorApiKeyResponse.ts +40 -0
  226. package/src/models/CreateModelOperatorApiKeyResponseBody.ts +44 -0
  227. package/src/models/CreateModelServiceRequest.ts +9 -9
  228. package/src/models/CreateModelServiceResponseBody.ts +1 -1
  229. package/src/models/CreateModelServiceShrinkRequest.ts +9 -9
  230. package/src/models/CreateSaasServiceRequest.ts +2 -2
  231. package/src/models/CreateSnapshotResponseBody.ts +1 -1
  232. package/src/models/CreateSupabaseProjectRequest.ts +8 -8
  233. package/src/models/CreateSupabaseProjectResponseBody.ts +1 -1
  234. package/src/models/DeleteAiserviceRequest.ts +2 -2
  235. package/src/models/DeleteApiKeyRequest.ts +41 -0
  236. package/src/models/DeleteApiKeyResponse.ts +40 -0
  237. package/src/models/DeleteApiKeyResponseBody.ts +38 -0
  238. package/src/models/DeleteBranchRequest.ts +1 -1
  239. package/src/models/DeleteSnapshotRequest.ts +7 -0
  240. package/src/models/DeleteSnapshotResponseBody.ts +3 -0
  241. package/src/models/DescribeAiserviceRequest.ts +4 -5
  242. package/src/models/DescribeAiserviceResponseBody.ts +10 -12
  243. package/src/models/DescribeBranchResponseBody.ts +7 -7
  244. package/src/models/DescribeDbinstanceAttributeRequest.ts +3 -3
  245. package/src/models/DescribeDbinstanceAttributeResponseBody.ts +1 -1
  246. package/src/models/DescribeModelOperatorApiKeyRequest.ts +34 -0
  247. package/src/models/DescribeModelOperatorApiKeyResponse.ts +40 -0
  248. package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +84 -0
  249. package/src/models/DescribeModelOperatorUsageRequest.ts +119 -0
  250. package/src/models/DescribeModelOperatorUsageResponse.ts +40 -0
  251. package/src/models/DescribeModelOperatorUsageResponseBody.ts +218 -0
  252. package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +110 -0
  253. package/src/models/DescribeModelServiceRequest.ts +2 -2
  254. package/src/models/DescribeModelServiceResponseBody.ts +6 -6
  255. package/src/models/DescribeTableRequest.ts +7 -7
  256. package/src/models/DescribeTableResponseBody.ts +4 -5
  257. package/src/models/ExecuteStatementRequest.ts +18 -19
  258. package/src/models/ExecuteStatementResponseBody.ts +10 -11
  259. package/src/models/ExecuteStatementShrinkRequest.ts +14 -15
  260. package/src/models/GetAccountRequest.ts +7 -3
  261. package/src/models/GetAccountResponseBody.ts +20 -17
  262. package/src/models/GetApiKeyRequest.ts +41 -0
  263. package/src/models/GetApiKeyResponse.ts +40 -0
  264. package/src/models/GetApiKeyResponseBody.ts +113 -0
  265. package/src/models/GetStatementResultRequest.ts +6 -6
  266. package/src/models/GetStatementResultResponseBody.ts +6 -6
  267. package/src/models/GetUploadDocumentJobRequest.ts +8 -8
  268. package/src/models/GetUploadDocumentJobResponseBody.ts +27 -29
  269. package/src/models/GetWorkspaceRequest.ts +41 -0
  270. package/src/models/GetWorkspaceResponse.ts +40 -0
  271. package/src/models/GetWorkspaceResponseBody.ts +235 -0
  272. package/src/models/ListAinodePoolsRequest.ts +1 -1
  273. package/src/models/ListAinodePoolsResponseBody.ts +11 -13
  274. package/src/models/ListAiservicesRequest.ts +5 -8
  275. package/src/models/ListAiservicesResponseBody.ts +13 -15
  276. package/src/models/ListApiKeysRequest.ts +62 -0
  277. package/src/models/ListApiKeysResponse.ts +40 -0
  278. package/src/models/ListApiKeysResponseBody.ts +153 -0
  279. package/src/models/ListBranchesRequest.ts +12 -12
  280. package/src/models/ListBranchesResponseBody.ts +3 -3
  281. package/src/models/ListChunksRequest.ts +13 -17
  282. package/src/models/ListModelOperatorApiKeysRequest.ts +50 -0
  283. package/src/models/ListModelOperatorApiKeysResponse.ts +40 -0
  284. package/src/models/ListModelOperatorApiKeysResponseBody.ts +134 -0
  285. package/src/models/ListModelOperatorServicesRequest.ts +49 -0
  286. package/src/models/ListModelOperatorServicesResponse.ts +40 -0
  287. package/src/models/ListModelOperatorServicesResponseBody.ts +104 -0
  288. package/src/models/ListSaasServiceRequest.ts +2 -2
  289. package/src/models/ListSaasServiceResponseBody.ts +10 -10
  290. package/src/models/ListSupabaseProjectTagsRequest.ts +15 -17
  291. package/src/models/ListSupabaseProjectTagsResponseBody.ts +3 -3
  292. package/src/models/ListWorkspacesResponseBody.ts +3 -3
  293. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +7 -10
  294. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +1 -1
  295. package/src/models/ModifyDbinstanceDeploymentModeRequest.ts +11 -17
  296. package/src/models/ModifyDbinstanceDeploymentModeResponseBody.ts +1 -1
  297. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +4 -6
  298. package/src/models/ModifySupabaseProjectResourceRequest.ts +3 -3
  299. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +1 -1
  300. package/src/models/PauseSupabaseProjectRequest.ts +1 -1
  301. package/src/models/QueryKnowledgeBasesContentRequest.ts +18 -18
  302. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +1 -1
  303. package/src/models/RestoreSnapshotRequest.ts +1 -1
  304. package/src/models/ResumeSupabaseProjectRequest.ts +1 -1
  305. package/src/models/ResumeSupabaseProjectResponseBody.ts +1 -1
  306. package/src/models/TagSupabaseProjectRequest.ts +5 -5
  307. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  308. package/src/models/TextEmbeddingRequest.ts +12 -14
  309. package/src/models/TextEmbeddingResponseBody.ts +5 -6
  310. package/src/models/TextEmbeddingShrinkRequest.ts +12 -14
  311. package/src/models/UntagSupabaseProjectRequest.ts +6 -9
  312. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  313. package/src/models/UpgradeDbinstanceRequest.ts +34 -50
  314. package/src/models/UploadDocumentAsyncAdvanceRequest.ts +57 -49
  315. package/src/models/UploadDocumentAsyncRequest.ts +57 -49
  316. package/src/models/UploadDocumentAsyncResponseBody.ts +4 -4
  317. package/src/models/UploadDocumentAsyncShrinkRequest.ts +57 -49
  318. package/src/models/model.ts +43 -0
@@ -2,9 +2,8 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class UploadDocumentAsyncRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The size of data that is overlapped between consecutive chunks. The maximum value of this parameter cannot be greater than the value of the ChunkSize parameter.
6
- *
7
- * > This parameter is used to prevent context missing that may occur due to data truncation. For example, when you upload a long text, you can retain specific overlapped text content between consecutive chunks to better understand the context.
5
+ * The size of overlapping data between consecutive chunks. The maximum value of this parameter cannot be greater than the value of the ChunkSize parameter.
6
+ * > This parameter prevents context loss caused by data truncation. For example, when you upload long text, you can retain specific overlapping text content between consecutive chunks for better context understanding.
8
7
  *
9
8
  * @example
10
9
  * 50
@@ -12,7 +11,7 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
12
11
  chunkOverlap?: number;
13
12
  /**
14
13
  * @remarks
15
- * Strategy for processing large data: the size of each chunk when the data is split into smaller parts. Maximum value is 2048.
14
+ * The strategy for processing large data: the size of each chunk when data is split into smaller parts. Maximum value: 2048.
16
15
  *
17
16
  * @example
18
17
  * 250
@@ -20,8 +19,8 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
20
19
  chunkSize?: number;
21
20
  /**
22
21
  * @remarks
23
- * The name of the document library.
24
- * > Created by the [CreateDocumentCollection](https://help.aliyun.com/document_detail/2618448.html) API. You can call the [ListDocumentCollections](https://help.aliyun.com/document_detail/2618452.html) API to view the document libraries that have already been created.
22
+ * The name of the document collection.
23
+ * >Created by the [CreateDocumentCollection](https://help.aliyun.com/document_detail/2618448.html) operation. You can call the [ListDocumentCollections](https://help.aliyun.com/document_detail/2618452.html) operation to query the created document collections.
25
24
  *
26
25
  * This parameter is required.
27
26
  *
@@ -31,7 +30,7 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
31
30
  collection?: string;
32
31
  /**
33
32
  * @remarks
34
- * Instance ID with vector engine optimization acceleration enabled. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) API to view details of all AnalyticDB PostgreSQL instances in the target region, including the instance ID.
33
+ * The ID of the instance that has vector engine optimization enabled. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the details of all AnalyticDB for PostgreSQL instances in the target region, including instance IDs.
35
34
  *
36
35
  * This parameter is required.
37
36
  *
@@ -41,8 +40,7 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
41
40
  DBInstanceId?: string;
42
41
  /**
43
42
  * @remarks
44
- * Specifies the document loader to use for processing the file. If this parameter is omitted, the system automatically selects a loader based on the file\\"s extension.Valid Values:[List of valid loader names would go here] Valid values:
45
- *
43
+ * The name of the document loader. If you do not specify this parameter, the system automatically selects the corresponding document loader based on the file name extension in the following order. Valid values:
46
44
  * * UnstructuredHTMLLoader: .html
47
45
  * * UnstructuredMarkdownLoader: .md
48
46
  * * PyMuPDFLoader: .pdf
@@ -53,7 +51,7 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
53
51
  * * CSVLoader: .csv
54
52
  * * RapidOCRLoader: .png, .jpg, .jpeg, and .bmp
55
53
  * * UnstructuredFileLoader: .eml, .msg, .rst, .txt, .docx, .epub, .odt, .pptx, and .tsv
56
- * * ADBPGLoader (free of charge for the first 3,000 pages): .pdf, .doc, .docx, .ppt, .pptx, .xls, .xlsx, .xlsm, .csv, .txt, .jpg, .jpeg, .png, .bmp, .gif, .md, .html, .epub, .mobi, and .rtf
54
+ * * ADBPGLoader (paid, first 3,000 pages free): .pdf, .doc, .docx, .ppt, .pptx, .xls, .xlsx, .xlsm, .csv, .txt, .jpg, .jpeg, .png, .bmp, .gif, .md, .html, .epub, .mobi, and .rtf
57
55
  *
58
56
  * @example
59
57
  * PyMuPDFLoader
@@ -61,9 +59,9 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
61
59
  documentLoaderName?: string;
62
60
  /**
63
61
  * @remarks
64
- * Specifies whether to perform only document understanding and chunking, but not vectorization and storage. Default value: false.
62
+ * Specifies whether to perform only document understanding and chunking without vectorization and storage. Default value: false.
65
63
  *
66
- * > You can set this parameter to true, check the chunking effect, and then perform optimization if needed.
64
+ * > You can set this parameter to true to check the chunking results and then optimize as needed.
67
65
  *
68
66
  * @example
69
67
  * false
@@ -71,15 +69,11 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
71
69
  dryRun?: boolean;
72
70
  /**
73
71
  * @remarks
74
- * The name of the file being uploaded.
75
- *
76
- * >
77
- *
78
- * * File name: .json, .md, and .pdf.
72
+ * The file name of the document.
79
73
  *
80
- * * Images: .bmp,. jpg,. jpeg,. png, and. tiff.
81
- *
82
- * * Compressed packages. The package file name must contain an extension: .tar, .gz, and .zip.
74
+ * >* The file name must include file name extension, such as .json, .md, or .pdf.
75
+ * >* Supported image file extensions include .bmp, .jpg, .jpeg, .png, and .tiff.
76
+ * >* You can upload images by using an archive. The archive file name must include file name extension. Supported archive extensions include .tar, .gz, and .zip.
83
77
  *
84
78
  * This parameter is required.
85
79
  *
@@ -89,8 +83,12 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
89
83
  fileName?: string;
90
84
  /**
91
85
  * @remarks
92
- * The URL of the publicly accessible document.
93
- * > > - It is recommended to call this interface using the SDK, which provides a method called UploadDocumentAsyncAdvance for directly uploading local files. > - If the URL points to an image archive, the number of images in the archive should not exceed 100.
86
+ * The publicly accessible URL of the document.
87
+ * > Use the SDK to call this operation. The SDK provides a method named UploadDocumentAsyncAdvance that allows you to directly upload local files.
88
+ * If the URL points to an image archive, the number of images in the archive cannot exceed 100.
89
+ *
90
+ * >Notice:
91
+ * The maximum size of an image uploaded by using multimodal-embedding-v1 is 3 MB.
94
92
  *
95
93
  * This parameter is required.
96
94
  *
@@ -100,14 +98,14 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
100
98
  fileUrl?: string;
101
99
  /**
102
100
  * @remarks
103
- * The metadata. The value of this parameter must be the same as the Metadata parameter that is specified when you call the CreateDocumentCollection operation.
101
+ * The metadata. The value of this parameter must be the same as the Metadata parameter specified when you call the CreateDocumentCollection operation.
104
102
  */
105
103
  metadata?: {
106
104
  [key: string]: any;
107
105
  };
108
106
  /**
109
107
  * @remarks
110
- * Namespace, default is public. You can create one through the CreateNamespace interface and view the list via the ListNamespaces interface.
108
+ * The namespace. Default value: public. You can call the CreateNamespace operation to create a namespace and call the ListNamespaces operation to query the list of namespaces.
111
109
  *
112
110
  * @example
113
111
  * mynamespace
@@ -115,7 +113,7 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
115
113
  namespace?: string;
116
114
  /**
117
115
  * @remarks
118
- * The password corresponding to the namespace. > This value is specified by the CreateNamespace interface.
116
+ * The password of the namespace. The value is specified by the CreateNamespace operation.
119
117
  *
120
118
  * This parameter is required.
121
119
  *
@@ -136,20 +134,27 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
136
134
  regionId?: string;
137
135
  /**
138
136
  * @remarks
139
- * The separators that are used to split large amounts of data.
140
- *
141
- * >
142
- *
143
- * * This is an important parameter that determines the chunking effect. This parameter is related to the splitter that is specified by the TextSplitterName parameter.
144
- *
145
- * * In most cases, you do not need to specify this parameter. The server assigns separators based on the value of the TextSplitterName parameter.
137
+ * The separators used to split large data.
138
+ * > * This is an important parameter that determines the effectiveness of data chunking. This parameter is related to the splitter specified by the TextSplitterName parameter.
139
+ * >* In most cases, you do not need to specify this parameter. The server assigns separators based on the value of the TextSplitterName parameter.
146
140
  */
147
141
  separators?: string[];
148
142
  /**
149
143
  * @remarks
150
- * When DocumentLoaderName is set to ADBPGLoader and TextSplitterName is set to LLMSplitter, you can specify the splitting model. Default Value: qwen3-8b.
151
- *
152
- * > Supported splitting models: qwq-plus, qwq-plus-latest, qwen-max, qwen-max-latest, qwen-plus, qwen-plus-latest, qwen-turbo, qwen-turbo-latest, qwen3-235b-a22b, qwen3-32b,qwen3-30b-a3b, qwen3-14b, qwen3-8b, qwen3-4b, qwen3-1.7b, qwen3-0.6b, qwq-32b qwen2.5-14b-instruct-1m, qwen2.5-7b-instruct-1m, qwen2.5-72b-Instruct, qwen2.5-32b-Instruct, qwen2.5-14b-Instruct, qwen2.5-7b-Instruct, qwen2.5-3b-instruct, qwen2.5-1.5b-instruct, qwen2.5-0.5b-instruct.
144
+ * The splitting model to use when DocumentLoaderName is set to ADBPGLoader and TextSplitterName is set to LLMSplitter. Default value: qwen3-8b.
145
+ * >
146
+ * > Currently supported splitting models:
147
+ * > qwq-plus, qwq-plus-latest,
148
+ * > qwen-max, qwen-max-latest,
149
+ * > qwen-plus, qwen-plus-latest,
150
+ * > qwen-turbo, qwen-turbo-latest,
151
+ * > qwen3-235b-a22b, qwen3-32b, qwen3-30b-a3b,
152
+ * > qwen3-14b, qwen3-8b, qwen3-4b, qwen3-1.7b, qwen3-0.6b,
153
+ * > qwq-32b
154
+ * > qwen2.5-14b-instruct-1m, qwen2.5-7b-instruct-1m
155
+ * > qwen2.5-72b-instruct, qwen2.5-32b-instruct,
156
+ * > qwen2.5-14b-instruct, qwen2.5-7b-instruct,
157
+ * > qwen2.5-3b-instruct, qwen2.5-1.5b-instruct, qwen2.5-0.5b-instruct
153
158
  *
154
159
  * @example
155
160
  * qwen3-8b
@@ -157,13 +162,20 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
157
162
  splitterModel?: string;
158
163
  /**
159
164
  * @remarks
160
- * The name of the separator. Valid values:
165
+ * The name of the text splitter. Valid values:
166
+ * * **ChineseRecursiveTextSplitter**: inherits from RecursiveCharacterTextSplitter and uses `["
167
+ *
168
+ * ","
169
+ * ", "。|!|?", "\\.\\s|\\!\\s|\\?\\s", ";|;\\s", ",|,\\s"]` as the default separators with regular expression matching.
170
+ * * **RecursiveCharacterTextSplitter**: uses `["
171
+ *
172
+ * ", "
173
+ * ", " ", ""]` as the default separators. This splitter supports splitting code in languages such as C++, Go, Java, JS, PHP, Proto, Python, RST, Ruby, Rust, Scala, Swift, Markdown, LaTeX, HTML, Sol, and C Sharp.
174
+ * * **SpacyTextSplitter**: uses `
161
175
  *
162
- * * **ChineseRecursiveTextSplitter**: Inherits from RecursiveCharacterTextSplitter and, by default, uses the delimiters` ["\\n\\n","\\n", "。 |! |?", "\\.\\s|\\! \\s|\\?\\s", ";|;\\s", ",|,\\s"] `, employing regular expressions to match text.
163
- * * **RecursiveCharacterTextSplitter**: Uses the delimiters `["\\n\\n", "\\n", " ", ""]` by default. The splitter supports splitting code in languages such as C++, Go, Java, JS, PHP, Proto, Python, RST, Ruby, Rust, Scala, Swift, Markdown, LaTeX, HTML, Sol, and C Sharp.
164
- * * **SpacyTextSplitter**: Uses the delimiters `\\n\\n` by default and leverages the spaCy en_core_web_sm model. The splitter can achieve better text splitting performance.
165
- * * **MarkdownHeaderTextSplitter**: Splits text in the [("#", "head1"), ("##", "head2"), ("###", "head3"), ("####", "head4") format. This splitter works well with Markdown text.
166
- * * **LLMSplitter**: Use LLM to split text. The default model is qwen3-8b. Currently, this splitter works only when ADBPGLoader is selected.
176
+ * ` as the default separator and the spaCy en_core_web_sm model. This splitter provides better splitting results.
177
+ * * **MarkdownHeaderTextSplitter**: splits text in the format of [("#", "head1"), ("##", "head2"), ("###", "head3"), ("####", "head4")]. This splitter is suitable for Markdown text.
178
+ * * **LLMSplitter**: uses an LLM to split text. The default model is qwen3-8b. This splitter takes effect only when ADBPGLoader is selected as the document loader.
167
179
  *
168
180
  * @example
169
181
  * ChineseRecursiveTextSplitter
@@ -174,12 +186,9 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
174
186
  * Specifies whether to enable VL-enhanced content recognition for complex documents. Default value: false.
175
187
  *
176
188
  * >
177
- *
178
- * * For complex documents with confusing typesetting and formatting, we recommend that you enable VL-enhanced content recognition.
179
- *
180
- * * Document processing time is longer after VL-enhanced content recognition is enabled.
181
- *
182
- * * After VL-enhanced content recognition is enabled, images in documents cannot be stored or recalled.
189
+ * > - For complex documents with disorganized layouts and formats, enable VL-enhanced content recognition.
190
+ * > - After VL-enhanced content recognition is enabled, document processing takes longer.
191
+ * > - After VL-enhanced content recognition is enabled, images in the document cannot be stored or recalled.
183
192
  *
184
193
  * @example
185
194
  * false
@@ -188,8 +197,7 @@ export declare class UploadDocumentAsyncRequest extends $dara.Model {
188
197
  /**
189
198
  * @remarks
190
199
  * Specifies whether to enable title enhancement.
191
- *
192
- * > You can determine the title text, mark the text in the metadata, and then combine the text with the upper-level title to implement text enhancement.
200
+ * >You can identify the title text, mark the text in the metadata, and then combine the text with the upper-level title for text enhancement.
193
201
  *
194
202
  * @example
195
203
  * false
@@ -1 +1 @@
1
- {"version":3,"file":"UploadDocumentAsyncRequest.js","sourceRoot":"","sources":["../../src/models/UploadDocumentAsyncRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAkMzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,gBAAgB,EAAE,kBAAkB;YACpC,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;YACpE,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACrD,aAAa,EAAE,QAAQ;YACvB,gBAAgB,EAAE,QAAQ;YAC1B,SAAS,EAAE,SAAS;YACpB,cAAc,EAAE,SAAS;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;YACjB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACzC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7PD,gEA6PC"}
1
+ {"version":3,"file":"UploadDocumentAsyncRequest.js","sourceRoot":"","sources":["../../src/models/UploadDocumentAsyncRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IA0MzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,gBAAgB,EAAE,kBAAkB;YACpC,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE;YACpE,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACrD,aAAa,EAAE,QAAQ;YACvB,gBAAgB,EAAE,QAAQ;YAC1B,SAAS,EAAE,SAAS;YACpB,cAAc,EAAE,SAAS;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;YACjB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACzC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AArQD,gEAqQC"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class UploadDocumentAsyncResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The job ID.
5
+ * The job ID, which is used to check the job status or cancel the job.
6
6
  *
7
7
  * @example
8
8
  * 231460f8-75dc-405e-a669-0c5204887e91
@@ -26,9 +26,9 @@ export declare class UploadDocumentAsyncResponseBody extends $dara.Model {
26
26
  requestId?: string;
27
27
  /**
28
28
  * @remarks
29
- * API execution status, with the following values:
30
- * - **success**: Execution succeeded.
31
- * - **fail**: Execution failed.
29
+ * The creation status. Valid values:
30
+ * - success: The document was uploaded.
31
+ * - fail: The document failed to be uploaded.
32
32
  *
33
33
  * @example
34
34
  * success
@@ -2,9 +2,8 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The size of data that is overlapped between consecutive chunks. The maximum value of this parameter cannot be greater than the value of the ChunkSize parameter.
6
- *
7
- * > This parameter is used to prevent context missing that may occur due to data truncation. For example, when you upload a long text, you can retain specific overlapped text content between consecutive chunks to better understand the context.
5
+ * The size of overlapping data between consecutive chunks. The maximum value of this parameter cannot be greater than the value of the ChunkSize parameter.
6
+ * > This parameter prevents context loss caused by data truncation. For example, when you upload long text, you can retain specific overlapping text content between consecutive chunks for better context understanding.
8
7
  *
9
8
  * @example
10
9
  * 50
@@ -12,7 +11,7 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
12
11
  chunkOverlap?: number;
13
12
  /**
14
13
  * @remarks
15
- * Strategy for processing large data: the size of each chunk when the data is split into smaller parts. Maximum value is 2048.
14
+ * The strategy for processing large data: the size of each chunk when data is split into smaller parts. Maximum value: 2048.
16
15
  *
17
16
  * @example
18
17
  * 250
@@ -20,8 +19,8 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
20
19
  chunkSize?: number;
21
20
  /**
22
21
  * @remarks
23
- * The name of the document library.
24
- * > Created by the [CreateDocumentCollection](https://help.aliyun.com/document_detail/2618448.html) API. You can call the [ListDocumentCollections](https://help.aliyun.com/document_detail/2618452.html) API to view the document libraries that have already been created.
22
+ * The name of the document collection.
23
+ * >Created by the [CreateDocumentCollection](https://help.aliyun.com/document_detail/2618448.html) operation. You can call the [ListDocumentCollections](https://help.aliyun.com/document_detail/2618452.html) operation to query the created document collections.
25
24
  *
26
25
  * This parameter is required.
27
26
  *
@@ -31,7 +30,7 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
31
30
  collection?: string;
32
31
  /**
33
32
  * @remarks
34
- * Instance ID with vector engine optimization acceleration enabled. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) API to view details of all AnalyticDB PostgreSQL instances in the target region, including the instance ID.
33
+ * The ID of the instance that has vector engine optimization enabled. You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the details of all AnalyticDB for PostgreSQL instances in the target region, including instance IDs.
35
34
  *
36
35
  * This parameter is required.
37
36
  *
@@ -41,8 +40,7 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
41
40
  DBInstanceId?: string;
42
41
  /**
43
42
  * @remarks
44
- * Specifies the document loader to use for processing the file. If this parameter is omitted, the system automatically selects a loader based on the file\\"s extension.Valid Values:[List of valid loader names would go here] Valid values:
45
- *
43
+ * The name of the document loader. If you do not specify this parameter, the system automatically selects the corresponding document loader based on the file name extension in the following order. Valid values:
46
44
  * * UnstructuredHTMLLoader: .html
47
45
  * * UnstructuredMarkdownLoader: .md
48
46
  * * PyMuPDFLoader: .pdf
@@ -53,7 +51,7 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
53
51
  * * CSVLoader: .csv
54
52
  * * RapidOCRLoader: .png, .jpg, .jpeg, and .bmp
55
53
  * * UnstructuredFileLoader: .eml, .msg, .rst, .txt, .docx, .epub, .odt, .pptx, and .tsv
56
- * * ADBPGLoader (free of charge for the first 3,000 pages): .pdf, .doc, .docx, .ppt, .pptx, .xls, .xlsx, .xlsm, .csv, .txt, .jpg, .jpeg, .png, .bmp, .gif, .md, .html, .epub, .mobi, and .rtf
54
+ * * ADBPGLoader (paid, first 3,000 pages free): .pdf, .doc, .docx, .ppt, .pptx, .xls, .xlsx, .xlsm, .csv, .txt, .jpg, .jpeg, .png, .bmp, .gif, .md, .html, .epub, .mobi, and .rtf
57
55
  *
58
56
  * @example
59
57
  * PyMuPDFLoader
@@ -61,9 +59,9 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
61
59
  documentLoaderName?: string;
62
60
  /**
63
61
  * @remarks
64
- * Specifies whether to perform only document understanding and chunking, but not vectorization and storage. Default value: false.
62
+ * Specifies whether to perform only document understanding and chunking without vectorization and storage. Default value: false.
65
63
  *
66
- * > You can set this parameter to true, check the chunking effect, and then perform optimization if needed.
64
+ * > You can set this parameter to true to check the chunking results and then optimize as needed.
67
65
  *
68
66
  * @example
69
67
  * false
@@ -71,15 +69,11 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
71
69
  dryRun?: boolean;
72
70
  /**
73
71
  * @remarks
74
- * The name of the file being uploaded.
75
- *
76
- * >
77
- *
78
- * * File name: .json, .md, and .pdf.
72
+ * The file name of the document.
79
73
  *
80
- * * Images: .bmp,. jpg,. jpeg,. png, and. tiff.
81
- *
82
- * * Compressed packages. The package file name must contain an extension: .tar, .gz, and .zip.
74
+ * >* The file name must include file name extension, such as .json, .md, or .pdf.
75
+ * >* Supported image file extensions include .bmp, .jpg, .jpeg, .png, and .tiff.
76
+ * >* You can upload images by using an archive. The archive file name must include file name extension. Supported archive extensions include .tar, .gz, and .zip.
83
77
  *
84
78
  * This parameter is required.
85
79
  *
@@ -89,8 +83,12 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
89
83
  fileName?: string;
90
84
  /**
91
85
  * @remarks
92
- * The URL of the publicly accessible document.
93
- * > > - It is recommended to call this interface using the SDK, which provides a method called UploadDocumentAsyncAdvance for directly uploading local files. > - If the URL points to an image archive, the number of images in the archive should not exceed 100.
86
+ * The publicly accessible URL of the document.
87
+ * > Use the SDK to call this operation. The SDK provides a method named UploadDocumentAsyncAdvance that allows you to directly upload local files.
88
+ * If the URL points to an image archive, the number of images in the archive cannot exceed 100.
89
+ *
90
+ * >Notice:
91
+ * The maximum size of an image uploaded by using multimodal-embedding-v1 is 3 MB.
94
92
  *
95
93
  * This parameter is required.
96
94
  *
@@ -100,12 +98,12 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
100
98
  fileUrl?: string;
101
99
  /**
102
100
  * @remarks
103
- * The metadata. The value of this parameter must be the same as the Metadata parameter that is specified when you call the CreateDocumentCollection operation.
101
+ * The metadata. The value of this parameter must be the same as the Metadata parameter specified when you call the CreateDocumentCollection operation.
104
102
  */
105
103
  metadataShrink?: string;
106
104
  /**
107
105
  * @remarks
108
- * Namespace, default is public. You can create one through the CreateNamespace interface and view the list via the ListNamespaces interface.
106
+ * The namespace. Default value: public. You can call the CreateNamespace operation to create a namespace and call the ListNamespaces operation to query the list of namespaces.
109
107
  *
110
108
  * @example
111
109
  * mynamespace
@@ -113,7 +111,7 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
113
111
  namespace?: string;
114
112
  /**
115
113
  * @remarks
116
- * The password corresponding to the namespace. > This value is specified by the CreateNamespace interface.
114
+ * The password of the namespace. The value is specified by the CreateNamespace operation.
117
115
  *
118
116
  * This parameter is required.
119
117
  *
@@ -134,20 +132,27 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
134
132
  regionId?: string;
135
133
  /**
136
134
  * @remarks
137
- * The separators that are used to split large amounts of data.
138
- *
139
- * >
140
- *
141
- * * This is an important parameter that determines the chunking effect. This parameter is related to the splitter that is specified by the TextSplitterName parameter.
142
- *
143
- * * In most cases, you do not need to specify this parameter. The server assigns separators based on the value of the TextSplitterName parameter.
135
+ * The separators used to split large data.
136
+ * > * This is an important parameter that determines the effectiveness of data chunking. This parameter is related to the splitter specified by the TextSplitterName parameter.
137
+ * >* In most cases, you do not need to specify this parameter. The server assigns separators based on the value of the TextSplitterName parameter.
144
138
  */
145
139
  separatorsShrink?: string;
146
140
  /**
147
141
  * @remarks
148
- * When DocumentLoaderName is set to ADBPGLoader and TextSplitterName is set to LLMSplitter, you can specify the splitting model. Default Value: qwen3-8b.
149
- *
150
- * > Supported splitting models: qwq-plus, qwq-plus-latest, qwen-max, qwen-max-latest, qwen-plus, qwen-plus-latest, qwen-turbo, qwen-turbo-latest, qwen3-235b-a22b, qwen3-32b,qwen3-30b-a3b, qwen3-14b, qwen3-8b, qwen3-4b, qwen3-1.7b, qwen3-0.6b, qwq-32b qwen2.5-14b-instruct-1m, qwen2.5-7b-instruct-1m, qwen2.5-72b-Instruct, qwen2.5-32b-Instruct, qwen2.5-14b-Instruct, qwen2.5-7b-Instruct, qwen2.5-3b-instruct, qwen2.5-1.5b-instruct, qwen2.5-0.5b-instruct.
142
+ * The splitting model to use when DocumentLoaderName is set to ADBPGLoader and TextSplitterName is set to LLMSplitter. Default value: qwen3-8b.
143
+ * >
144
+ * > Currently supported splitting models:
145
+ * > qwq-plus, qwq-plus-latest,
146
+ * > qwen-max, qwen-max-latest,
147
+ * > qwen-plus, qwen-plus-latest,
148
+ * > qwen-turbo, qwen-turbo-latest,
149
+ * > qwen3-235b-a22b, qwen3-32b, qwen3-30b-a3b,
150
+ * > qwen3-14b, qwen3-8b, qwen3-4b, qwen3-1.7b, qwen3-0.6b,
151
+ * > qwq-32b
152
+ * > qwen2.5-14b-instruct-1m, qwen2.5-7b-instruct-1m
153
+ * > qwen2.5-72b-instruct, qwen2.5-32b-instruct,
154
+ * > qwen2.5-14b-instruct, qwen2.5-7b-instruct,
155
+ * > qwen2.5-3b-instruct, qwen2.5-1.5b-instruct, qwen2.5-0.5b-instruct
151
156
  *
152
157
  * @example
153
158
  * qwen3-8b
@@ -155,13 +160,20 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
155
160
  splitterModel?: string;
156
161
  /**
157
162
  * @remarks
158
- * The name of the separator. Valid values:
163
+ * The name of the text splitter. Valid values:
164
+ * * **ChineseRecursiveTextSplitter**: inherits from RecursiveCharacterTextSplitter and uses `["
165
+ *
166
+ * ","
167
+ * ", "。|!|?", "\\.\\s|\\!\\s|\\?\\s", ";|;\\s", ",|,\\s"]` as the default separators with regular expression matching.
168
+ * * **RecursiveCharacterTextSplitter**: uses `["
169
+ *
170
+ * ", "
171
+ * ", " ", ""]` as the default separators. This splitter supports splitting code in languages such as C++, Go, Java, JS, PHP, Proto, Python, RST, Ruby, Rust, Scala, Swift, Markdown, LaTeX, HTML, Sol, and C Sharp.
172
+ * * **SpacyTextSplitter**: uses `
159
173
  *
160
- * * **ChineseRecursiveTextSplitter**: Inherits from RecursiveCharacterTextSplitter and, by default, uses the delimiters` ["\\n\\n","\\n", "。 |! |?", "\\.\\s|\\! \\s|\\?\\s", ";|;\\s", ",|,\\s"] `, employing regular expressions to match text.
161
- * * **RecursiveCharacterTextSplitter**: Uses the delimiters `["\\n\\n", "\\n", " ", ""]` by default. The splitter supports splitting code in languages such as C++, Go, Java, JS, PHP, Proto, Python, RST, Ruby, Rust, Scala, Swift, Markdown, LaTeX, HTML, Sol, and C Sharp.
162
- * * **SpacyTextSplitter**: Uses the delimiters `\\n\\n` by default and leverages the spaCy en_core_web_sm model. The splitter can achieve better text splitting performance.
163
- * * **MarkdownHeaderTextSplitter**: Splits text in the [("#", "head1"), ("##", "head2"), ("###", "head3"), ("####", "head4") format. This splitter works well with Markdown text.
164
- * * **LLMSplitter**: Use LLM to split text. The default model is qwen3-8b. Currently, this splitter works only when ADBPGLoader is selected.
174
+ * ` as the default separator and the spaCy en_core_web_sm model. This splitter provides better splitting results.
175
+ * * **MarkdownHeaderTextSplitter**: splits text in the format of [("#", "head1"), ("##", "head2"), ("###", "head3"), ("####", "head4")]. This splitter is suitable for Markdown text.
176
+ * * **LLMSplitter**: uses an LLM to split text. The default model is qwen3-8b. This splitter takes effect only when ADBPGLoader is selected as the document loader.
165
177
  *
166
178
  * @example
167
179
  * ChineseRecursiveTextSplitter
@@ -172,12 +184,9 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
172
184
  * Specifies whether to enable VL-enhanced content recognition for complex documents. Default value: false.
173
185
  *
174
186
  * >
175
- *
176
- * * For complex documents with confusing typesetting and formatting, we recommend that you enable VL-enhanced content recognition.
177
- *
178
- * * Document processing time is longer after VL-enhanced content recognition is enabled.
179
- *
180
- * * After VL-enhanced content recognition is enabled, images in documents cannot be stored or recalled.
187
+ * > - For complex documents with disorganized layouts and formats, enable VL-enhanced content recognition.
188
+ * > - After VL-enhanced content recognition is enabled, document processing takes longer.
189
+ * > - After VL-enhanced content recognition is enabled, images in the document cannot be stored or recalled.
181
190
  *
182
191
  * @example
183
192
  * false
@@ -186,8 +195,7 @@ export declare class UploadDocumentAsyncShrinkRequest extends $dara.Model {
186
195
  /**
187
196
  * @remarks
188
197
  * Specifies whether to enable title enhancement.
189
- *
190
- * > You can determine the title text, mark the text in the metadata, and then combine the text with the upper-level title to implement text enhancement.
198
+ * >You can identify the title text, mark the text in the metadata, and then combine the text with the upper-level title for text enhancement.
191
199
  *
192
200
  * @example
193
201
  * false
@@ -1 +1 @@
1
- {"version":3,"file":"UploadDocumentAsyncShrinkRequest.js","sourceRoot":"","sources":["../../src/models/UploadDocumentAsyncShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAkM/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,UAAU;YAC1B,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,gBAAgB,EAAE,YAAY;YAC9B,aAAa,EAAE,eAAe;YAC9B,gBAAgB,EAAE,kBAAkB;YACpC,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,gBAAgB,EAAE,QAAQ;YAC1B,aAAa,EAAE,QAAQ;YACvB,gBAAgB,EAAE,QAAQ;YAC1B,SAAS,EAAE,SAAS;YACpB,cAAc,EAAE,SAAS;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvPD,4EAuPC"}
1
+ {"version":3,"file":"UploadDocumentAsyncShrinkRequest.js","sourceRoot":"","sources":["../../src/models/UploadDocumentAsyncShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IA0M/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,kBAAkB,EAAE,oBAAoB;YACxC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,UAAU;YAC1B,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,gBAAgB,EAAE,YAAY;YAC9B,aAAa,EAAE,eAAe;YAC9B,gBAAgB,EAAE,kBAAkB;YACpC,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,kBAAkB,EAAE,QAAQ;YAC5B,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,gBAAgB,EAAE,QAAQ;YAC1B,aAAa,EAAE,QAAQ;YACvB,gBAAgB,EAAE,QAAQ;YAC1B,SAAS,EAAE,SAAS;YACpB,cAAc,EAAE,SAAS;SAC1B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/PD,4EA+PC"}
@@ -126,6 +126,9 @@ export { DescribeHealthStatusResponseBodyStatusNodeSegmentDiskStatus } from './D
126
126
  export { DescribeHealthStatusResponseBodyStatus } from './DescribeHealthStatusResponseBody';
127
127
  export { DescribeIMVInfosResponseBodyImvInfos } from './DescribeImvinfosResponseBody';
128
128
  export { DescribeLogBackupsResponseBodyItems } from './DescribeLogBackupsResponseBody';
129
+ export { DescribeModelOperatorUsageResponseBodyKeysSeriesValues } from './DescribeModelOperatorUsageResponseBody';
130
+ export { DescribeModelOperatorUsageResponseBodyKeysSeries } from './DescribeModelOperatorUsageResponseBody';
131
+ export { DescribeModelOperatorUsageResponseBodyKeys } from './DescribeModelOperatorUsageResponseBody';
129
132
  export { DescribeModifyParameterLogResponseBodyChangelogs } from './DescribeModifyParameterLogResponseBody';
130
133
  export { DescribeParametersResponseBodyParameters } from './DescribeParametersResponseBody';
131
134
  export { DescribeRdsVSwitchsResponseBodyVSwitchesVSwitch } from './DescribeRdsVswitchsResponseBody';
@@ -153,6 +156,7 @@ export { ExecuteStatementResponseBodyDataColumnMetadata } from './ExecuteStateme
153
156
  export { ExecuteStatementResponseBodyDataRecordsRecords } from './ExecuteStatementResponseBody';
154
157
  export { ExecuteStatementResponseBodyDataRecords } from './ExecuteStatementResponseBody';
155
158
  export { ExecuteStatementResponseBodyData } from './ExecuteStatementResponseBody';
159
+ export { GetApiKeyResponseBodyAuthServices } from './GetApiKeyResponseBody';
156
160
  export { GetGraphRAGJobResponseBodyJob } from './GetGraphRagjobResponseBody';
157
161
  export { GetGraphRAGJobResponseBodyUsage } from './GetGraphRagjobResponseBody';
158
162
  export { GetStatementResultResponseBodyDataColumnMetadata } from './GetStatementResultResponseBody';
@@ -164,10 +168,15 @@ export { GetUploadDocumentJobResponseBodyChunkResult } from './GetUploadDocument
164
168
  export { GetUploadDocumentJobResponseBodyJob } from './GetUploadDocumentJobResponseBody';
165
169
  export { GetUploadDocumentJobResponseBodyUsage } from './GetUploadDocumentJobResponseBody';
166
170
  export { GetUpsertCollectionDataJobResponseBodyJob } from './GetUpsertCollectionDataJobResponseBody';
171
+ export { GetWorkspaceResponseBodyApikeysAuthServices } from './GetWorkspaceResponseBody';
172
+ export { GetWorkspaceResponseBodyApikeys } from './GetWorkspaceResponseBody';
173
+ export { GetWorkspaceResponseBodyServices } from './GetWorkspaceResponseBody';
167
174
  export { HandleActiveSQLRecordResponseBodyResults } from './HandleActiveSqlrecordResponseBody';
168
175
  export { ListAINodePoolsResponseBodyAINodePoolInfosAINodeInfos } from './ListAinodePoolsResponseBody';
169
176
  export { ListAINodePoolsResponseBodyAINodePoolInfos } from './ListAinodePoolsResponseBody';
170
177
  export { ListAIServicesResponseBodyServices } from './ListAiservicesResponseBody';
178
+ export { ListApiKeysResponseBodyItemsAuthServices } from './ListApiKeysResponseBody';
179
+ export { ListApiKeysResponseBodyItems } from './ListApiKeysResponseBody';
171
180
  export { ListBackupJobsResponseBodyItemsBackupJob } from './ListBackupJobsResponseBody';
172
181
  export { ListBackupJobsResponseBodyItems } from './ListBackupJobsResponseBody';
173
182
  export { ListBranchesResponseBodyBranchesBranchTagsTag } from './ListBranchesResponseBody';
@@ -190,6 +199,8 @@ export { ListIndicesResponseBodyIndicesIndices } from './ListIndicesResponseBody
190
199
  export { ListIndicesResponseBodyIndices } from './ListIndicesResponseBody';
191
200
  export { ListInstanceDatabasesResponseBodyDatabases } from './ListInstanceDatabasesResponseBody';
192
201
  export { ListInstanceExtensionsResponseBodyItems } from './ListInstanceExtensionsResponseBody';
202
+ export { ListModelOperatorApiKeysResponseBodyApiKeys } from './ListModelOperatorApiKeysResponseBody';
203
+ export { ListModelOperatorServicesResponseBodyServices } from './ListModelOperatorServicesResponseBody';
193
204
  export { ListModelServicesResponseBodyModelServices } from './ListModelServicesResponseBody';
194
205
  export { ListNamespacesResponseBodyNamespaces } from './ListNamespacesResponseBody';
195
206
  export { ListRemoteADBDataSourcesResponseBodyDataSourceItemsRemoteDataSources } from './ListRemoteAdbdataSourcesResponseBody';
@@ -317,6 +328,10 @@ export { CreateAIServiceResponse } from './CreateAiserviceResponse';
317
328
  export { CreateAccountRequest } from './CreateAccountRequest';
318
329
  export { CreateAccountResponseBody } from './CreateAccountResponseBody';
319
330
  export { CreateAccountResponse } from './CreateAccountResponse';
331
+ export { CreateApiKeyRequest } from './CreateApiKeyRequest';
332
+ export { CreateApiKeyShrinkRequest } from './CreateApiKeyShrinkRequest';
333
+ export { CreateApiKeyResponseBody } from './CreateApiKeyResponseBody';
334
+ export { CreateApiKeyResponse } from './CreateApiKeyResponse';
320
335
  export { CreateBackupRequest } from './CreateBackupRequest';
321
336
  export { CreateBackupResponseBody } from './CreateBackupResponseBody';
322
337
  export { CreateBackupResponse } from './CreateBackupResponse';
@@ -362,6 +377,9 @@ export { CreateIndexResponse } from './CreateIndexResponse';
362
377
  export { CreateJDBCDataSourceRequest } from './CreateJdbcdataSourceRequest';
363
378
  export { CreateJDBCDataSourceResponseBody } from './CreateJdbcdataSourceResponseBody';
364
379
  export { CreateJDBCDataSourceResponse } from './CreateJdbcdataSourceResponse';
380
+ export { CreateModelOperatorApiKeyRequest } from './CreateModelOperatorApiKeyRequest';
381
+ export { CreateModelOperatorApiKeyResponseBody } from './CreateModelOperatorApiKeyResponseBody';
382
+ export { CreateModelOperatorApiKeyResponse } from './CreateModelOperatorApiKeyResponse';
365
383
  export { CreateModelServiceRequest } from './CreateModelServiceRequest';
366
384
  export { CreateModelServiceShrinkRequest } from './CreateModelServiceShrinkRequest';
367
385
  export { CreateModelServiceResponseBody } from './CreateModelServiceResponseBody';
@@ -415,6 +433,9 @@ export { DeleteAIServiceResponse } from './DeleteAiserviceResponse';
415
433
  export { DeleteAccountRequest } from './DeleteAccountRequest';
416
434
  export { DeleteAccountResponseBody } from './DeleteAccountResponseBody';
417
435
  export { DeleteAccountResponse } from './DeleteAccountResponse';
436
+ export { DeleteApiKeyRequest } from './DeleteApiKeyRequest';
437
+ export { DeleteApiKeyResponseBody } from './DeleteApiKeyResponseBody';
438
+ export { DeleteApiKeyResponse } from './DeleteApiKeyResponse';
418
439
  export { DeleteBackupRequest } from './DeleteBackupRequest';
419
440
  export { DeleteBackupResponseBody } from './DeleteBackupResponseBody';
420
441
  export { DeleteBackupResponse } from './DeleteBackupResponse';
@@ -657,6 +678,13 @@ export { DescribeJDBCDataSourceResponse } from './DescribeJdbcdataSourceResponse
657
678
  export { DescribeLogBackupsRequest } from './DescribeLogBackupsRequest';
658
679
  export { DescribeLogBackupsResponseBody } from './DescribeLogBackupsResponseBody';
659
680
  export { DescribeLogBackupsResponse } from './DescribeLogBackupsResponse';
681
+ export { DescribeModelOperatorApiKeyRequest } from './DescribeModelOperatorApiKeyRequest';
682
+ export { DescribeModelOperatorApiKeyResponseBody } from './DescribeModelOperatorApiKeyResponseBody';
683
+ export { DescribeModelOperatorApiKeyResponse } from './DescribeModelOperatorApiKeyResponse';
684
+ export { DescribeModelOperatorUsageRequest } from './DescribeModelOperatorUsageRequest';
685
+ export { DescribeModelOperatorUsageShrinkRequest } from './DescribeModelOperatorUsageShrinkRequest';
686
+ export { DescribeModelOperatorUsageResponseBody } from './DescribeModelOperatorUsageResponseBody';
687
+ export { DescribeModelOperatorUsageResponse } from './DescribeModelOperatorUsageResponse';
660
688
  export { DescribeModelServiceRequest } from './DescribeModelServiceRequest';
661
689
  export { DescribeModelServiceResponseBody } from './DescribeModelServiceResponseBody';
662
690
  export { DescribeModelServiceResponse } from './DescribeModelServiceResponse';
@@ -755,6 +783,9 @@ export { ExecuteStatementResponse } from './ExecuteStatementResponse';
755
783
  export { GetAccountRequest } from './GetAccountRequest';
756
784
  export { GetAccountResponseBody } from './GetAccountResponseBody';
757
785
  export { GetAccountResponse } from './GetAccountResponse';
786
+ export { GetApiKeyRequest } from './GetApiKeyRequest';
787
+ export { GetApiKeyResponseBody } from './GetApiKeyResponseBody';
788
+ export { GetApiKeyResponse } from './GetApiKeyResponse';
758
789
  export { GetBranchSchemaRequest } from './GetBranchSchemaRequest';
759
790
  export { GetBranchSchemaResponseBody } from './GetBranchSchemaResponseBody';
760
791
  export { GetBranchSchemaResponse } from './GetBranchSchemaResponse';
@@ -788,6 +819,9 @@ export { GetUploadDocumentJobResponse } from './GetUploadDocumentJobResponse';
788
819
  export { GetUpsertCollectionDataJobRequest } from './GetUpsertCollectionDataJobRequest';
789
820
  export { GetUpsertCollectionDataJobResponseBody } from './GetUpsertCollectionDataJobResponseBody';
790
821
  export { GetUpsertCollectionDataJobResponse } from './GetUpsertCollectionDataJobResponse';
822
+ export { GetWorkspaceRequest } from './GetWorkspaceRequest';
823
+ export { GetWorkspaceResponseBody } from './GetWorkspaceResponseBody';
824
+ export { GetWorkspaceResponse } from './GetWorkspaceResponse';
791
825
  export { GrantCollectionRequest } from './GrantCollectionRequest';
792
826
  export { GrantCollectionResponseBody } from './GrantCollectionResponseBody';
793
827
  export { GrantCollectionResponse } from './GrantCollectionResponse';
@@ -803,6 +837,9 @@ export { ListAINodePoolsResponse } from './ListAinodePoolsResponse';
803
837
  export { ListAIServicesRequest } from './ListAiservicesRequest';
804
838
  export { ListAIServicesResponseBody } from './ListAiservicesResponseBody';
805
839
  export { ListAIServicesResponse } from './ListAiservicesResponse';
840
+ export { ListApiKeysRequest } from './ListApiKeysRequest';
841
+ export { ListApiKeysResponseBody } from './ListApiKeysResponseBody';
842
+ export { ListApiKeysResponse } from './ListApiKeysResponse';
806
843
  export { ListBackupJobsRequest } from './ListBackupJobsRequest';
807
844
  export { ListBackupJobsResponseBody } from './ListBackupJobsResponseBody';
808
845
  export { ListBackupJobsResponse } from './ListBackupJobsResponse';
@@ -842,6 +879,12 @@ export { ListInstanceDatabasesResponse } from './ListInstanceDatabasesResponse';
842
879
  export { ListInstanceExtensionsRequest } from './ListInstanceExtensionsRequest';
843
880
  export { ListInstanceExtensionsResponseBody } from './ListInstanceExtensionsResponseBody';
844
881
  export { ListInstanceExtensionsResponse } from './ListInstanceExtensionsResponse';
882
+ export { ListModelOperatorApiKeysRequest } from './ListModelOperatorApiKeysRequest';
883
+ export { ListModelOperatorApiKeysResponseBody } from './ListModelOperatorApiKeysResponseBody';
884
+ export { ListModelOperatorApiKeysResponse } from './ListModelOperatorApiKeysResponse';
885
+ export { ListModelOperatorServicesRequest } from './ListModelOperatorServicesRequest';
886
+ export { ListModelOperatorServicesResponseBody } from './ListModelOperatorServicesResponseBody';
887
+ export { ListModelOperatorServicesResponse } from './ListModelOperatorServicesResponse';
845
888
  export { ListModelServicesRequest } from './ListModelServicesRequest';
846
889
  export { ListModelServicesResponseBody } from './ListModelServicesResponseBody';
847
890
  export { ListModelServicesResponse } from './ListModelServicesResponse';