@alicloud/gpdb20160503 3.10.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 (287) hide show
  1. package/dist/client.d.ts +253 -140
  2. package/dist/client.js +411 -140
  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 +2 -0
  31. package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -1
  32. package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +6 -0
  33. package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -1
  34. package/dist/models/CreateModelServiceRequest.d.ts +9 -9
  35. package/dist/models/CreateModelServiceResponseBody.d.ts +1 -1
  36. package/dist/models/CreateModelServiceShrinkRequest.d.ts +9 -9
  37. package/dist/models/CreateSaasServiceRequest.d.ts +2 -2
  38. package/dist/models/CreateSnapshotResponseBody.d.ts +1 -1
  39. package/dist/models/CreateSupabaseProjectRequest.d.ts +8 -8
  40. package/dist/models/CreateSupabaseProjectResponseBody.d.ts +1 -1
  41. package/dist/models/DeleteAiserviceRequest.d.ts +2 -2
  42. package/dist/models/DeleteApiKeyRequest.d.ts +26 -0
  43. package/dist/models/DeleteApiKeyRequest.js +60 -0
  44. package/dist/models/DeleteApiKeyRequest.js.map +1 -0
  45. package/dist/models/DeleteApiKeyResponse.d.ts +19 -0
  46. package/dist/models/DeleteApiKeyResponse.js +69 -0
  47. package/dist/models/DeleteApiKeyResponse.js.map +1 -0
  48. package/dist/models/DeleteApiKeyResponseBody.d.ts +23 -0
  49. package/dist/models/DeleteApiKeyResponseBody.js +60 -0
  50. package/dist/models/DeleteApiKeyResponseBody.js.map +1 -0
  51. package/dist/models/DeleteBranchRequest.d.ts +1 -1
  52. package/dist/models/DeleteSnapshotRequest.d.ts +7 -0
  53. package/dist/models/DeleteSnapshotRequest.js.map +1 -1
  54. package/dist/models/DeleteSnapshotResponseBody.d.ts +3 -0
  55. package/dist/models/DeleteSnapshotResponseBody.js.map +1 -1
  56. package/dist/models/DescribeAiserviceRequest.d.ts +4 -5
  57. package/dist/models/DescribeAiserviceRequest.js.map +1 -1
  58. package/dist/models/DescribeAiserviceResponseBody.d.ts +10 -12
  59. package/dist/models/DescribeAiserviceResponseBody.js.map +1 -1
  60. package/dist/models/DescribeBranchResponseBody.d.ts +7 -7
  61. package/dist/models/DescribeDbinstanceAttributeRequest.d.ts +3 -3
  62. package/dist/models/DescribeDbinstanceAttributeResponseBody.d.ts +1 -1
  63. package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +3 -0
  64. package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -1
  65. package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +18 -0
  66. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -1
  67. package/dist/models/DescribeModelOperatorUsageRequest.d.ts +49 -0
  68. package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -1
  69. package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +47 -0
  70. package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -1
  71. package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +49 -0
  72. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -1
  73. package/dist/models/DescribeModelServiceRequest.d.ts +2 -2
  74. package/dist/models/DescribeModelServiceResponseBody.d.ts +6 -6
  75. package/dist/models/DescribeTableRequest.d.ts +7 -7
  76. package/dist/models/DescribeTableResponseBody.d.ts +4 -5
  77. package/dist/models/DescribeTableResponseBody.js.map +1 -1
  78. package/dist/models/ExecuteStatementRequest.d.ts +18 -19
  79. package/dist/models/ExecuteStatementRequest.js.map +1 -1
  80. package/dist/models/ExecuteStatementResponseBody.d.ts +10 -11
  81. package/dist/models/ExecuteStatementResponseBody.js.map +1 -1
  82. package/dist/models/ExecuteStatementShrinkRequest.d.ts +14 -15
  83. package/dist/models/ExecuteStatementShrinkRequest.js.map +1 -1
  84. package/dist/models/GetAccountRequest.d.ts +7 -3
  85. package/dist/models/GetAccountRequest.js.map +1 -1
  86. package/dist/models/GetAccountResponseBody.d.ts +20 -17
  87. package/dist/models/GetAccountResponseBody.js.map +1 -1
  88. package/dist/models/GetApiKeyRequest.d.ts +26 -0
  89. package/dist/models/GetApiKeyRequest.js +60 -0
  90. package/dist/models/GetApiKeyRequest.js.map +1 -0
  91. package/dist/models/GetApiKeyResponse.d.ts +19 -0
  92. package/dist/models/GetApiKeyResponse.js +69 -0
  93. package/dist/models/GetApiKeyResponse.js.map +1 -0
  94. package/dist/models/GetApiKeyResponseBody.d.ts +71 -0
  95. package/dist/models/GetApiKeyResponseBody.js +96 -0
  96. package/dist/models/GetApiKeyResponseBody.js.map +1 -0
  97. package/dist/models/GetStatementResultRequest.d.ts +6 -6
  98. package/dist/models/GetStatementResultResponseBody.d.ts +6 -6
  99. package/dist/models/GetUploadDocumentJobRequest.d.ts +8 -8
  100. package/dist/models/GetUploadDocumentJobResponseBody.d.ts +27 -29
  101. package/dist/models/GetUploadDocumentJobResponseBody.js.map +1 -1
  102. package/dist/models/GetWorkspaceRequest.d.ts +26 -0
  103. package/dist/models/GetWorkspaceRequest.js +60 -0
  104. package/dist/models/GetWorkspaceRequest.js.map +1 -0
  105. package/dist/models/GetWorkspaceResponse.d.ts +19 -0
  106. package/dist/models/GetWorkspaceResponse.js +69 -0
  107. package/dist/models/GetWorkspaceResponse.js.map +1 -0
  108. package/dist/models/GetWorkspaceResponseBody.d.ts +147 -0
  109. package/dist/models/GetWorkspaceResponseBody.js +160 -0
  110. package/dist/models/GetWorkspaceResponseBody.js.map +1 -0
  111. package/dist/models/ListAinodePoolsRequest.d.ts +1 -1
  112. package/dist/models/ListAinodePoolsResponseBody.d.ts +11 -13
  113. package/dist/models/ListAinodePoolsResponseBody.js.map +1 -1
  114. package/dist/models/ListAiservicesRequest.d.ts +5 -8
  115. package/dist/models/ListAiservicesRequest.js.map +1 -1
  116. package/dist/models/ListAiservicesResponseBody.d.ts +13 -15
  117. package/dist/models/ListAiservicesResponseBody.js.map +1 -1
  118. package/dist/models/ListApiKeysRequest.d.ts +41 -0
  119. package/dist/models/ListApiKeysRequest.js +66 -0
  120. package/dist/models/ListApiKeysRequest.js.map +1 -0
  121. package/dist/models/ListApiKeysResponse.d.ts +19 -0
  122. package/dist/models/ListApiKeysResponse.js +69 -0
  123. package/dist/models/ListApiKeysResponse.js.map +1 -0
  124. package/dist/models/ListApiKeysResponseBody.d.ts +94 -0
  125. package/dist/models/ListApiKeysResponseBody.js +122 -0
  126. package/dist/models/ListApiKeysResponseBody.js.map +1 -0
  127. package/dist/models/ListBranchesRequest.d.ts +12 -12
  128. package/dist/models/ListBranchesResponseBody.d.ts +3 -3
  129. package/dist/models/ListChunksRequest.d.ts +13 -17
  130. package/dist/models/ListChunksRequest.js.map +1 -1
  131. package/dist/models/ListModelOperatorApiKeysRequest.d.ts +12 -0
  132. package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -1
  133. package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +28 -0
  134. package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -1
  135. package/dist/models/ListModelOperatorServicesRequest.d.ts +11 -0
  136. package/dist/models/ListModelOperatorServicesRequest.js.map +1 -1
  137. package/dist/models/ListModelOperatorServicesResponseBody.d.ts +19 -0
  138. package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -1
  139. package/dist/models/ListSaasServiceRequest.d.ts +2 -2
  140. package/dist/models/ListSaasServiceResponseBody.d.ts +10 -10
  141. package/dist/models/ListSupabaseProjectTagsRequest.d.ts +15 -17
  142. package/dist/models/ListSupabaseProjectTagsRequest.js.map +1 -1
  143. package/dist/models/ListSupabaseProjectTagsResponseBody.d.ts +3 -3
  144. package/dist/models/ListWorkspacesResponseBody.d.ts +3 -3
  145. package/dist/models/ModifyAiserviceSecurityIpsRequest.d.ts +7 -10
  146. package/dist/models/ModifyAiserviceSecurityIpsRequest.js.map +1 -1
  147. package/dist/models/ModifyAiserviceSecurityIpsResponseBody.d.ts +1 -1
  148. package/dist/models/ModifyDbinstanceDeploymentModeRequest.d.ts +11 -17
  149. package/dist/models/ModifyDbinstanceDeploymentModeRequest.js.map +1 -1
  150. package/dist/models/ModifyDbinstanceDeploymentModeResponseBody.d.ts +1 -1
  151. package/dist/models/ModifySupabaseAutoScalePolicyRequest.d.ts +4 -6
  152. package/dist/models/ModifySupabaseAutoScalePolicyRequest.js.map +1 -1
  153. package/dist/models/ModifySupabaseProjectResourceRequest.d.ts +3 -3
  154. package/dist/models/ModifySupabaseProjectResourceResponseBody.d.ts +1 -1
  155. package/dist/models/PauseSupabaseProjectRequest.d.ts +1 -1
  156. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +18 -18
  157. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +1 -1
  158. package/dist/models/RestoreSnapshotRequest.d.ts +1 -1
  159. package/dist/models/ResumeSupabaseProjectRequest.d.ts +1 -1
  160. package/dist/models/ResumeSupabaseProjectResponseBody.d.ts +1 -1
  161. package/dist/models/TagSupabaseProjectRequest.d.ts +5 -5
  162. package/dist/models/TagSupabaseProjectResponseBody.d.ts +1 -1
  163. package/dist/models/TextEmbeddingRequest.d.ts +12 -14
  164. package/dist/models/TextEmbeddingRequest.js.map +1 -1
  165. package/dist/models/TextEmbeddingResponseBody.d.ts +5 -6
  166. package/dist/models/TextEmbeddingResponseBody.js.map +1 -1
  167. package/dist/models/TextEmbeddingShrinkRequest.d.ts +12 -14
  168. package/dist/models/TextEmbeddingShrinkRequest.js.map +1 -1
  169. package/dist/models/UntagSupabaseProjectRequest.d.ts +6 -9
  170. package/dist/models/UntagSupabaseProjectRequest.js.map +1 -1
  171. package/dist/models/UntagSupabaseProjectResponseBody.d.ts +1 -1
  172. package/dist/models/UpgradeDbinstanceRequest.d.ts +34 -50
  173. package/dist/models/UpgradeDbinstanceRequest.js.map +1 -1
  174. package/dist/models/UploadDocumentAsyncAdvanceRequest.d.ts +57 -49
  175. package/dist/models/UploadDocumentAsyncAdvanceRequest.js.map +1 -1
  176. package/dist/models/UploadDocumentAsyncRequest.d.ts +57 -49
  177. package/dist/models/UploadDocumentAsyncRequest.js.map +1 -1
  178. package/dist/models/UploadDocumentAsyncResponseBody.d.ts +4 -4
  179. package/dist/models/UploadDocumentAsyncShrinkRequest.d.ts +57 -49
  180. package/dist/models/UploadDocumentAsyncShrinkRequest.js.map +1 -1
  181. package/dist/models/model.d.ts +22 -0
  182. package/dist/models/model.js +65 -20
  183. package/dist/models/model.js.map +1 -1
  184. package/package.json +1 -1
  185. package/src/client.ts +438 -140
  186. package/src/models/CreateAiserviceRequest.ts +16 -25
  187. package/src/models/CreateApiKeyRequest.ts +64 -0
  188. package/src/models/CreateApiKeyResponse.ts +40 -0
  189. package/src/models/CreateApiKeyResponseBody.ts +45 -0
  190. package/src/models/CreateApiKeyShrinkRequest.ts +61 -0
  191. package/src/models/CreateBranchRequest.ts +6 -6
  192. package/src/models/CreateBranchResponseBody.ts +2 -2
  193. package/src/models/CreateDocumentCollectionRequest.ts +94 -148
  194. package/src/models/CreateDocumentCollectionResponseBody.ts +2 -4
  195. package/src/models/CreateDocumentCollectionShrinkRequest.ts +81 -127
  196. package/src/models/CreateIndexRequest.ts +13 -21
  197. package/src/models/CreateIndexResponseBody.ts +6 -7
  198. package/src/models/CreateModelOperatorApiKeyRequest.ts +2 -0
  199. package/src/models/CreateModelOperatorApiKeyResponseBody.ts +6 -0
  200. package/src/models/CreateModelServiceRequest.ts +9 -9
  201. package/src/models/CreateModelServiceResponseBody.ts +1 -1
  202. package/src/models/CreateModelServiceShrinkRequest.ts +9 -9
  203. package/src/models/CreateSaasServiceRequest.ts +2 -2
  204. package/src/models/CreateSnapshotResponseBody.ts +1 -1
  205. package/src/models/CreateSupabaseProjectRequest.ts +8 -8
  206. package/src/models/CreateSupabaseProjectResponseBody.ts +1 -1
  207. package/src/models/DeleteAiserviceRequest.ts +2 -2
  208. package/src/models/DeleteApiKeyRequest.ts +41 -0
  209. package/src/models/DeleteApiKeyResponse.ts +40 -0
  210. package/src/models/DeleteApiKeyResponseBody.ts +38 -0
  211. package/src/models/DeleteBranchRequest.ts +1 -1
  212. package/src/models/DeleteSnapshotRequest.ts +7 -0
  213. package/src/models/DeleteSnapshotResponseBody.ts +3 -0
  214. package/src/models/DescribeAiserviceRequest.ts +4 -5
  215. package/src/models/DescribeAiserviceResponseBody.ts +10 -12
  216. package/src/models/DescribeBranchResponseBody.ts +7 -7
  217. package/src/models/DescribeDbinstanceAttributeRequest.ts +3 -3
  218. package/src/models/DescribeDbinstanceAttributeResponseBody.ts +1 -1
  219. package/src/models/DescribeModelOperatorApiKeyRequest.ts +3 -0
  220. package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +18 -0
  221. package/src/models/DescribeModelOperatorUsageRequest.ts +49 -0
  222. package/src/models/DescribeModelOperatorUsageResponseBody.ts +47 -0
  223. package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +49 -0
  224. package/src/models/DescribeModelServiceRequest.ts +2 -2
  225. package/src/models/DescribeModelServiceResponseBody.ts +6 -6
  226. package/src/models/DescribeTableRequest.ts +7 -7
  227. package/src/models/DescribeTableResponseBody.ts +4 -5
  228. package/src/models/ExecuteStatementRequest.ts +18 -19
  229. package/src/models/ExecuteStatementResponseBody.ts +10 -11
  230. package/src/models/ExecuteStatementShrinkRequest.ts +14 -15
  231. package/src/models/GetAccountRequest.ts +7 -3
  232. package/src/models/GetAccountResponseBody.ts +20 -17
  233. package/src/models/GetApiKeyRequest.ts +41 -0
  234. package/src/models/GetApiKeyResponse.ts +40 -0
  235. package/src/models/GetApiKeyResponseBody.ts +113 -0
  236. package/src/models/GetStatementResultRequest.ts +6 -6
  237. package/src/models/GetStatementResultResponseBody.ts +6 -6
  238. package/src/models/GetUploadDocumentJobRequest.ts +8 -8
  239. package/src/models/GetUploadDocumentJobResponseBody.ts +27 -29
  240. package/src/models/GetWorkspaceRequest.ts +41 -0
  241. package/src/models/GetWorkspaceResponse.ts +40 -0
  242. package/src/models/GetWorkspaceResponseBody.ts +235 -0
  243. package/src/models/ListAinodePoolsRequest.ts +1 -1
  244. package/src/models/ListAinodePoolsResponseBody.ts +11 -13
  245. package/src/models/ListAiservicesRequest.ts +5 -8
  246. package/src/models/ListAiservicesResponseBody.ts +13 -15
  247. package/src/models/ListApiKeysRequest.ts +62 -0
  248. package/src/models/ListApiKeysResponse.ts +40 -0
  249. package/src/models/ListApiKeysResponseBody.ts +153 -0
  250. package/src/models/ListBranchesRequest.ts +12 -12
  251. package/src/models/ListBranchesResponseBody.ts +3 -3
  252. package/src/models/ListChunksRequest.ts +13 -17
  253. package/src/models/ListModelOperatorApiKeysRequest.ts +12 -0
  254. package/src/models/ListModelOperatorApiKeysResponseBody.ts +28 -0
  255. package/src/models/ListModelOperatorServicesRequest.ts +11 -0
  256. package/src/models/ListModelOperatorServicesResponseBody.ts +19 -0
  257. package/src/models/ListSaasServiceRequest.ts +2 -2
  258. package/src/models/ListSaasServiceResponseBody.ts +10 -10
  259. package/src/models/ListSupabaseProjectTagsRequest.ts +15 -17
  260. package/src/models/ListSupabaseProjectTagsResponseBody.ts +3 -3
  261. package/src/models/ListWorkspacesResponseBody.ts +3 -3
  262. package/src/models/ModifyAiserviceSecurityIpsRequest.ts +7 -10
  263. package/src/models/ModifyAiserviceSecurityIpsResponseBody.ts +1 -1
  264. package/src/models/ModifyDbinstanceDeploymentModeRequest.ts +11 -17
  265. package/src/models/ModifyDbinstanceDeploymentModeResponseBody.ts +1 -1
  266. package/src/models/ModifySupabaseAutoScalePolicyRequest.ts +4 -6
  267. package/src/models/ModifySupabaseProjectResourceRequest.ts +3 -3
  268. package/src/models/ModifySupabaseProjectResourceResponseBody.ts +1 -1
  269. package/src/models/PauseSupabaseProjectRequest.ts +1 -1
  270. package/src/models/QueryKnowledgeBasesContentRequest.ts +18 -18
  271. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +1 -1
  272. package/src/models/RestoreSnapshotRequest.ts +1 -1
  273. package/src/models/ResumeSupabaseProjectRequest.ts +1 -1
  274. package/src/models/ResumeSupabaseProjectResponseBody.ts +1 -1
  275. package/src/models/TagSupabaseProjectRequest.ts +5 -5
  276. package/src/models/TagSupabaseProjectResponseBody.ts +1 -1
  277. package/src/models/TextEmbeddingRequest.ts +12 -14
  278. package/src/models/TextEmbeddingResponseBody.ts +5 -6
  279. package/src/models/TextEmbeddingShrinkRequest.ts +12 -14
  280. package/src/models/UntagSupabaseProjectRequest.ts +6 -9
  281. package/src/models/UntagSupabaseProjectResponseBody.ts +1 -1
  282. package/src/models/UpgradeDbinstanceRequest.ts +34 -50
  283. package/src/models/UploadDocumentAsyncAdvanceRequest.ts +57 -49
  284. package/src/models/UploadDocumentAsyncRequest.ts +57 -49
  285. package/src/models/UploadDocumentAsyncResponseBody.ts +4 -4
  286. package/src/models/UploadDocumentAsyncShrinkRequest.ts +57 -49
  287. package/src/models/model.ts +22 -0
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListModelOperatorServicesResponseBodyServices extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The service ID.
9
+ *
7
10
  * @example
8
11
  * agdb-xxx
9
12
  */
@@ -31,22 +34,38 @@ export class ListModelOperatorServicesResponseBodyServices extends $dara.Model {
31
34
 
32
35
  export class ListModelOperatorServicesResponseBody extends $dara.Model {
33
36
  /**
37
+ * @remarks
38
+ * The current page number.
39
+ *
34
40
  * @example
35
41
  * 1
36
42
  */
37
43
  pageNumber?: number;
38
44
  /**
45
+ * @remarks
46
+ * The number of entries on the current page.
47
+ *
39
48
  * @example
40
49
  * 1
41
50
  */
42
51
  pageRecordCount?: number;
43
52
  /**
53
+ * @remarks
54
+ * The request ID.
55
+ *
44
56
  * @example
45
57
  * ABB39CC3-4488-4857-905D-2E4A051D0521
46
58
  */
47
59
  requestId?: string;
60
+ /**
61
+ * @remarks
62
+ * The list of services.
63
+ */
48
64
  services?: ListModelOperatorServicesResponseBodyServices[];
49
65
  /**
66
+ * @remarks
67
+ * The total number of entries.
68
+ *
50
69
  * @example
51
70
  * 2
52
71
  */
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListSaasServiceRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The maximum number of entries to return in this request. Default value: 10.
8
+ * The maximum number of entries to return. Default value: 10.
9
9
  *
10
10
  * @example
11
11
  * 50
@@ -13,7 +13,7 @@ export class ListSaasServiceRequest extends $dara.Model {
13
13
  maxResults?: number;
14
14
  /**
15
15
  * @remarks
16
- * The token for the next query to begin with during a paginated query.
16
+ * The token for the next query when paging. Use this token to start the next query.
17
17
  *
18
18
  * @example
19
19
  * caeba0bbb2be03f84eb48b699f0a4883
@@ -13,7 +13,7 @@ export class ListSaasServiceResponseBodyItems extends $dara.Model {
13
13
  createTime?: string;
14
14
  /**
15
15
  * @remarks
16
- * The computing resources.
16
+ * The compute resource.
17
17
  *
18
18
  * @example
19
19
  * 1
@@ -31,8 +31,8 @@ export class ListSaasServiceResponseBodyItems extends $dara.Model {
31
31
  * @remarks
32
32
  * The billing type. Valid values:
33
33
  *
34
- * - **POSTPAY**: pay-as-you-go.
35
- * - **PREPAY**: subscription.
34
+ * - **POSTPAY**: Pay-as-you-go.
35
+ * - **PREPAY**: Subscription.
36
36
  *
37
37
  * @example
38
38
  * POSTPAY
@@ -64,7 +64,7 @@ export class ListSaasServiceResponseBodyItems extends $dara.Model {
64
64
  serviceName?: string;
65
65
  /**
66
66
  * @remarks
67
- * The service type:
67
+ * The service type. Valid values:
68
68
  *
69
69
  * - **memory**
70
70
  * - **drama**
@@ -75,10 +75,10 @@ export class ListSaasServiceResponseBodyItems extends $dara.Model {
75
75
  serviceType?: string;
76
76
  /**
77
77
  * @remarks
78
- * The service status:
78
+ * The service status. Valid values:
79
79
  *
80
- * - active: Running
81
- * - creating: Being created
80
+ * - active: Running.
81
+ * - creating: Being created.
82
82
  *
83
83
  * @example
84
84
  * active
@@ -124,12 +124,12 @@ export class ListSaasServiceResponseBodyItems extends $dara.Model {
124
124
  export class ListSaasServiceResponseBody extends $dara.Model {
125
125
  /**
126
126
  * @remarks
127
- * The list of service details.
127
+ * The list of instance details.
128
128
  */
129
129
  items?: ListSaasServiceResponseBodyItems[];
130
130
  /**
131
131
  * @remarks
132
- * The maximum number of entries returned in this request. Default value: 10.
132
+ * The maximum number of entries to return. Default value: 10.
133
133
  *
134
134
  * @example
135
135
  * 50
@@ -137,7 +137,7 @@ export class ListSaasServiceResponseBody extends $dara.Model {
137
137
  maxResults?: number;
138
138
  /**
139
139
  * @remarks
140
- * The token for the next query to begin with.
140
+ * The pagination token for the next query.
141
141
  *
142
142
  * @example
143
143
  * caeba0bbb2be03f84eb48b699f0a4883
@@ -5,17 +5,15 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ListSupabaseProjectTagsRequestTag extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The tag key. The key can be 1 to 64 characters in length.
8
+ * The tag key. The tag key must be 1 to 64 characters in length.
9
9
  *
10
- * The `Tag.N` parameter specifies a key-value pair to filter Supabase instances.
10
+ * Tag.N is used to exactly match Supabase instances that have the specified tags bound. A tag is a key-value pair.
11
11
  *
12
- * N is an integer from 1 to 20.
12
+ * Valid values of N: 1 to 20.
13
13
  *
14
- * - If you specify only `Tag.N.Key`, the operation returns all instances that have the specified tag key.
15
- *
16
- * - If you specify only `Tag.N.Value`, an `InvalidParameter.TagValue` error is returned.
17
- *
18
- * - If you specify multiple tag key-value pairs, the operation returns only Supabase instances that match all the specified pairs.
14
+ * - If you specify only Tag.N.Key, all instances associated with the specified tag key are returned.
15
+ * - If you specify only Tag.N.Value, the error message `InvalidParameter.TagValue` is returned.
16
+ * - If you specify multiple tag key-value pairs at the same time, only instances that match all the specified tag key-value pairs are returned.
19
17
  *
20
18
  * @example
21
19
  * test-key
@@ -23,7 +21,9 @@ export class ListSupabaseProjectTagsRequestTag extends $dara.Model {
23
21
  key?: string;
24
22
  /**
25
23
  * @remarks
26
- * The tag value. The value can be 1 to 128 characters in length.
24
+ * The tag value. The tag value must be 1 to 128 characters in length.
25
+ *
26
+ * Valid values of N: 1 to 20.
27
27
  *
28
28
  * @example
29
29
  * TestValue
@@ -55,7 +55,7 @@ export class ListSupabaseProjectTagsRequestTag extends $dara.Model {
55
55
  export class ListSupabaseProjectTagsRequest extends $dara.Model {
56
56
  /**
57
57
  * @remarks
58
- * The token for the next page of results. This token is returned in the `NextToken` parameter of a previous request.
58
+ * The token for the next query.
59
59
  *
60
60
  * @example
61
61
  * caeba0bbb2be03f84eb48b699f0a4883
@@ -63,7 +63,7 @@ export class ListSupabaseProjectTagsRequest extends $dara.Model {
63
63
  nextToken?: string;
64
64
  /**
65
65
  * @remarks
66
- * The region ID.
66
+ * Region ID
67
67
  *
68
68
  * @example
69
69
  * cn-hangzhou
@@ -72,13 +72,12 @@ export class ListSupabaseProjectTagsRequest extends $dara.Model {
72
72
  /**
73
73
  * @remarks
74
74
  * The instance ID.
75
- *
76
- * > You must specify at least one of the `ResourceId` and `Tag` parameters.
75
+ * > You must specify at least one of ResourceId and Tag.
77
76
  */
78
77
  resourceId?: string[];
79
78
  /**
80
79
  * @remarks
81
- * The resource type. Set the value to `instance`.
80
+ * The resource type. Set the value to instance.
82
81
  *
83
82
  * @example
84
83
  * instance
@@ -86,9 +85,8 @@ export class ListSupabaseProjectTagsRequest extends $dara.Model {
86
85
  resourceType?: string;
87
86
  /**
88
87
  * @remarks
89
- * A list of tags.
90
- *
91
- * > You must specify at least one of the `ResourceId` and `Tag` parameters.
88
+ * The list of tags.
89
+ * > You must specify at least one of ResourceId and Tag.
92
90
  */
93
91
  tag?: ListSupabaseProjectTagsRequestTag[];
94
92
  static names(): { [key: string]: string } {
@@ -65,7 +65,7 @@ export class ListSupabaseProjectTagsResponseBodyTagResources extends $dara.Model
65
65
  export class ListSupabaseProjectTagsResponseBody extends $dara.Model {
66
66
  /**
67
67
  * @remarks
68
- * The pagination token for the next page of results. This parameter is not returned if no more results are available.
68
+ * The token for the next query.
69
69
  *
70
70
  * @example
71
71
  * caeba0bbb2be03f84eb48b699f0a4883
@@ -73,7 +73,7 @@ export class ListSupabaseProjectTagsResponseBody extends $dara.Model {
73
73
  nextToken?: string;
74
74
  /**
75
75
  * @remarks
76
- * The request ID.
76
+ * Id of the request
77
77
  *
78
78
  * @example
79
79
  * 34b32a0a-08ef-4a87-b6be-cdd9f56fc3ad
@@ -81,7 +81,7 @@ export class ListSupabaseProjectTagsResponseBody extends $dara.Model {
81
81
  requestId?: string;
82
82
  /**
83
83
  * @remarks
84
- * A list of tagged resources.
84
+ * The details.
85
85
  */
86
86
  tagResources?: ListSupabaseProjectTagsResponseBodyTagResources[];
87
87
  static names(): { [key: string]: string } {
@@ -16,7 +16,7 @@ export class ListWorkspacesResponseBodyItemsApikeysAuthServices extends $dara.Mo
16
16
  * The service type. Valid values:
17
17
  *
18
18
  * - memory
19
- * - drama.
19
+ * - drama
20
20
  *
21
21
  * @example
22
22
  * drama
@@ -166,7 +166,7 @@ export class ListWorkspacesResponseBodyItemsServices extends $dara.Model {
166
166
  payType?: string;
167
167
  /**
168
168
  * @remarks
169
- * [Deprecated].
169
+ * [Deprecated]
170
170
  *
171
171
  * @example
172
172
  * deprecated
@@ -193,7 +193,7 @@ export class ListWorkspacesResponseBodyItemsServices extends $dara.Model {
193
193
  * The service type. Valid values:
194
194
  *
195
195
  * - memory
196
- * - drama.
196
+ * - drama
197
197
  *
198
198
  * @example
199
199
  * memory
@@ -5,9 +5,8 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifyAIServiceSecurityIpsRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the instance.
9
- *
10
- * > To view details of all instances in a destination region, including their IDs, call the [DescribeDBInstances](https://help.aliyun.com/document_detail/196830.html) operation.
8
+ * The instance ID.
9
+ * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/196830.html) operation to query the details of all instances in a region, including instance IDs.
11
10
  *
12
11
  * This parameter is required.
13
12
  *
@@ -17,11 +16,9 @@ export class ModifyAIServiceSecurityIpsRequest extends $dara.Model {
17
16
  DBInstanceId?: string;
18
17
  /**
19
18
  * @remarks
20
- * A comma-separated list of IP addresses or CIDR blocks in the IP address whitelist group. You can specify up to 1000 entries. To block all external IP addresses, set this parameter to 127.0.0.1. Valid formats include the following:
21
- *
22
- * - 10.23.12.24 (an IPv4 address)
23
- *
24
- * - 10.23.12.24/24 (a CIDR block. The number after the slash indicates the prefix length and must be between 1 and 32.)
19
+ * The list of IP addresses in the IP address whitelist group. You can add up to 1,000 IP addresses, separated by commas (,). The value 127.0.0.1 indicates that no external IP addresses are allowed to access the instance. The following formats are supported:
20
+ * - 10.23.12.24 (IP address)
21
+ * - 10.23.12.24/24 (CIDR pattern, Classless Inter-Domain Routing. /24 specifies the prefix length, which ranges from 1 to 32.)
25
22
  *
26
23
  * This parameter is required.
27
24
  *
@@ -31,7 +28,7 @@ export class ModifyAIServiceSecurityIpsRequest extends $dara.Model {
31
28
  securityIPList?: string;
32
29
  /**
33
30
  * @remarks
34
- * The ID of the service.
31
+ * The service ID.
35
32
  *
36
33
  * This parameter is required.
37
34
  *
@@ -41,7 +38,7 @@ export class ModifyAIServiceSecurityIpsRequest extends $dara.Model {
41
38
  serviceId?: string;
42
39
  /**
43
40
  * @remarks
44
- * The service type. Only drama is supported.
41
+ * The service type. Currently, only drama is supported.
45
42
  *
46
43
  * This parameter is required.
47
44
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifyAIServiceSecurityIpsResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the request.
8
+ * The request ID.
9
9
  *
10
10
  * @example
11
11
  * ABB39CC3-4488-4857-905D-2E4A051D0521
@@ -5,9 +5,9 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifyDBInstanceDeploymentModeRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The cluster ID.
8
+ * The instance ID.
9
9
  *
10
- * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the IDs of all AnalyticDB for PostgreSQL instances in the specified region.
10
+ * > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the IDs of all AnalyticDB for PostgreSQL instances in a region.
11
11
  *
12
12
  * This parameter is required.
13
13
  *
@@ -18,9 +18,8 @@ export class ModifyDBInstanceDeploymentModeRequest extends $dara.Model {
18
18
  /**
19
19
  * @remarks
20
20
  * The deployment mode. Valid values:
21
- *
22
- * * multiple: Multi-zone development.
23
- * * single: Single-zone deployment.
21
+ * - multiple: multi-zone deployment.
22
+ * - single: single-zone deployment.
24
23
  *
25
24
  * This parameter is required.
26
25
  *
@@ -30,13 +29,11 @@ export class ModifyDBInstanceDeploymentModeRequest extends $dara.Model {
30
29
  deployMode?: string;
31
30
  /**
32
31
  * @remarks
33
- * The vSwitch ID of the secondary zone.
32
+ * The vSwitch ID in the secondary zone.
34
33
  *
35
34
  * >
36
- *
37
- * * This parameter must be specified only when DeployMode is set to multiple.
38
- *
39
- * * The vSwitch must be deployed in the zone that is specified by the StandbyZoneId parameter.
35
+ * > - This parameter is required only for multi-zone deployment.
36
+ * > - The zone of the vSwitch specified by this parameter must be the same as the zone specified by StandbyZoneId.
40
37
  *
41
38
  * @example
42
39
  * vsw-bp1cpq8mr64paltkb****
@@ -44,15 +41,12 @@ export class ModifyDBInstanceDeploymentModeRequest extends $dara.Model {
44
41
  standbyVSwitchId?: string;
45
42
  /**
46
43
  * @remarks
47
- * The ID of the secondary zone.
44
+ * The secondary zone ID.
48
45
  *
49
46
  * >
50
- *
51
- * * This parameter must be specified only when DeployMode is set to multiple.
52
- *
53
- * * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/86912.html) operation to query the available zone list.
54
- *
55
- * * The ID of the secondary zone must be different from the ID of the primary zone.
47
+ * > - This parameter is required only for multi-zone deployment.
48
+ * > - You can call the [DescribeRegions](https://help.aliyun.com/document_detail/86912.html) operation to query available zone IDs.
49
+ * > - The secondary zone ID must be different from the primary zone ID.
56
50
  *
57
51
  * @example
58
52
  * cn-hangzhou-j
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifyDBInstanceDeploymentModeResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The unique ID of the request.
8
+ * The request ID.
9
9
  *
10
10
  * @example
11
11
  * ABB39CC3-4488-4857-905D-2E4A051D0521
@@ -5,11 +5,9 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifySupabaseAutoScalePolicyRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Specifies whether to enable auto-scaling. Valid values:
9
- *
10
- * - `true`: Enables auto-scaling. The Supabase instance automatically pauses and resumes based on traffic.
11
- *
12
- * - `false`: Disables auto-scaling.
8
+ * Specifies whether to enable **automatic start and stop**. Valid values:
9
+ * - true: Enabled. After this feature is enabled, Supabase automatically pauses and resumes based on traffic conditions.
10
+ * - false: Disabled. After this feature is disabled, the automatic start and stop feature of Supabase is turned off.
13
11
  *
14
12
  * This parameter is required.
15
13
  *
@@ -19,7 +17,7 @@ export class ModifySupabaseAutoScalePolicyRequest extends $dara.Model {
19
17
  autoScale?: boolean;
20
18
  /**
21
19
  * @remarks
22
- * The ID of the Supabase project. To obtain the workspace ID, log in to the console and go to the Supabase page.
20
+ * The ID of the Supabase project. You can obtain the workspace ID from the Supabase page in the console.
23
21
  *
24
22
  * This parameter is required.
25
23
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifySupabaseProjectResourceRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The modification type.
8
+ * The specification change type.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class ModifySupabaseProjectResourceRequest extends $dara.Model {
15
15
  modifyType?: string;
16
16
  /**
17
17
  * @remarks
18
- * The Supabase project ID.
18
+ * The Supabase instance ID.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -25,7 +25,7 @@ export class ModifySupabaseProjectResourceRequest extends $dara.Model {
25
25
  projectId?: string;
26
26
  /**
27
27
  * @remarks
28
- * The new project specifications.
28
+ * The specifications of the Supabase instance.
29
29
  *
30
30
  * @example
31
31
  * 2C4G
@@ -13,7 +13,7 @@ export class ModifySupabaseProjectResourceResponseBody extends $dara.Model {
13
13
  orderId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The Supabase project ID.
16
+ * The Supabase instance ID.
17
17
  *
18
18
  * @example
19
19
  * sbp-tyarplz****
@@ -17,7 +17,7 @@ export class PauseSupabaseProjectRequest extends $dara.Model {
17
17
  * @remarks
18
18
  * The region ID.
19
19
  *
20
- * > Call the [DescribeRegions](https://help.aliyun.com/document_detail/86912.html) operation to query the available region IDs.
20
+ * > You can call the [DescribeRegions](https://help.aliyun.com/document_detail/86912.html) operation to query available region IDs.
21
21
  *
22
22
  * @example
23
23
  * cn-hangzhou
@@ -113,7 +113,7 @@ export class QueryKnowledgeBasesContentRequestRerankModel extends $dara.Model {
113
113
  instruct?: string;
114
114
  /**
115
115
  * @remarks
116
- * The name of the reranking model. Valid values: qwen3-rerank, gte-rerank-v2.
116
+ * The reranking model name. Valid values: qwen3-rerank, gte-rerank-v2.
117
117
  *
118
118
  * @example
119
119
  * qwen3-rerank
@@ -183,7 +183,7 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParamsRerankM
183
183
  instruct?: string;
184
184
  /**
185
185
  * @remarks
186
- * The name of the reranking model. Valid values: qwen3-rerank, gte-rerank-v2.
186
+ * The reranking model name. Valid values: qwen3-rerank, gte-rerank-v2.
187
187
  *
188
188
  * @example
189
189
  * qwen3-rerank
@@ -218,10 +218,10 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParamsRerankM
218
218
  export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParams extends $dara.Model {
219
219
  /**
220
220
  * @remarks
221
- * The filter conditions for the data to query, in SQL WHERE clause format. This is an expression that returns a Boolean value (true or false). The conditions can be simple comparison operators such as equal to (=), not equal to (<> or !=), greater than (>), less than (<), greater than or equal to (>=), and less than or equal to (<=). They can also be more complex expressions combined with logical operators (AND, OR, NOT), as well as conditions that use keywords such as IN, BETWEEN, and LIKE.
221
+ * The filter conditions for the data to query, in SQL WHERE clause format. This is an expression that returns a Boolean value (true or false). Conditions can be simple comparison operators such as equal to (=), not equal to (<> or !=), greater than (>), less than (<), greater than or equal to (>=), or less than or equal to (<=). Conditions can also be more complex expressions combined with logical operators (AND, OR, NOT), as well as conditions using the IN, BETWEEN, and LIKE keywords.
222
222
  *
223
223
  * >
224
- * > - For detailed syntax, refer to: https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-where/.
224
+ * > - For detailed syntax, refer to: https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-where/
225
225
  *
226
226
  * @example
227
227
  * id = \\"llm-52tvykqt6u67iw73_j6ovptwjk7_file_6ce3da1f7e69495d9f491f2180c86973_11967297\\"
@@ -242,13 +242,13 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParams extend
242
242
  graphSearchArgs?: QueryKnowledgeBasesContentRequestSourceCollectionQueryParamsGraphSearchArgs;
243
243
  /**
244
244
  * @remarks
245
- * The multi-channel recall algorithm. Default value: empty (the scores from dense vectors and full-text retrieval are directly compared and sorted).
245
+ * The multi-channel recall algorithm. Default value: empty (scores from dense vectors and full-text retrieval are directly compared and sorted).
246
246
  *
247
247
  * Valid values:
248
248
  *
249
- * - RRF: reciprocal rank fusion. A parameter k controls the fusion effect. For more information, see the HybridSearchArgs configuration.
250
- * - Weight: weighted ranking. Parameters control the score weights of vector retrieval and full-text retrieval before sorting. For more information, see the HybridSearchArgs configuration.
251
- * - Cascaded: full-text retrieval is performed first, followed by vector retrieval on the full-text results.
249
+ * - RRF: Reciprocal rank fusion. A parameter k controls the fusion effect. For more information, see the HybridSearchArgs configuration.
250
+ * - Weight: Weighted ranking. Parameters control the score weights of vector retrieval and full-text retrieval results before sorting. For more information, see the HybridSearchArgs configuration.
251
+ * - Cascaded: Full-text retrieval is performed first, followed by vector retrieval on the full-text retrieval results.
252
252
  *
253
253
  * @example
254
254
  * Cascaded
@@ -258,7 +258,7 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParams extend
258
258
  * @remarks
259
259
  * The algorithm parameters for multi-channel recall. RRF and Weight are supported. HybridPathsSetting specifies the recall paths: dense vectors (dense), sparse vectors (sparse), and full-text retrieval (fulltext). If this value is empty, dense vectors (dense) and full-text retrieval (fulltext) are used by default.
260
260
  *
261
- * - RRF: specifies the k constant in the scoring algorithm `1/(k+rank_i)`. The value must be a positive integer greater than 1. Format:
261
+ * - RRF: The k constant in the scoring algorithm `1/(k+rank_i)`. The value must be a positive integer greater than 1. Format:
262
262
  * ```
263
263
  * {
264
264
  * "HybridPathsSetting": {
@@ -281,7 +281,7 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParams extend
281
281
  * }
282
282
  * ```
283
283
  * - Three-path recall pattern:
284
- * - Formula: normalized_dense * dense_score + normalized_sparse * sparse_score + normalized_fulltext * fulltext_score. dense, sparse, and fulltext represent the weights for dense vectors, sparse vectors, and full-text retrieval respectively. Valid values: greater than or equal to 0. The system automatically performs normalization on the weights to 0 to 1 (normalized_x = x / (dense + sparse + fulltext)).
284
+ * - Formula: normalized_dense * dense_score + normalized_sparse * sparse_score + normalized_fulltext * fulltext_score. The dense, sparse, and fulltext parameters represent the weights for dense vectors, sparse vectors, and full-text retrieval respectively. Valid values: greater than or equal to 0. The system automatically applies normalization to the weights to 0 to 1 (normalized_x = x / (dense + sparse + fulltext)).
285
285
  * ```
286
286
  * {
287
287
  * "HybridPathsSetting": {
@@ -309,7 +309,7 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParams extend
309
309
  metrics?: string;
310
310
  /**
311
311
  * @remarks
312
- * The offset for paging query.
312
+ * The offset for paged query. Used for paging through results.
313
313
  *
314
314
  * @example
315
315
  * 20
@@ -323,7 +323,7 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParams extend
323
323
  *
324
324
  * A single field, such as chunk_id.
325
325
  * Multiple fields separated by commas, such as block_id, chunk_id.
326
- * Descending order is supported, such as block_id DESC, chunk_id DESC.
326
+ * Descending order, such as block_id DESC, chunk_id DESC.
327
327
  *
328
328
  * @example
329
329
  * file_id,sort_num
@@ -331,8 +331,8 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParams extend
331
331
  orderBy?: string;
332
332
  /**
333
333
  * @remarks
334
- * The recall window. If this value is not empty, the context of the retrieval results is included. The format is a two-element array: List<A, B>, where -10 <= A <= 0 and 0 <= B <= 10.
335
- * > - Use this parameter when document chunks are too small and retrieval may lose context information.
334
+ * The recall window. If this value is not empty, additional context is returned for the retrieval results. The format is a two-element array: List<A, B>, where -10 <= A <= 0 and 0 <= B <= 10.
335
+ * > - Use this parameter when document chunks are too granular and retrieval may lose context information.
336
336
  * > - Reranking takes priority over windowing. Reranking is performed first, followed by windowing.
337
337
  */
338
338
  recallWindow?: number[];
@@ -427,9 +427,9 @@ export class QueryKnowledgeBasesContentRequestSourceCollectionQueryParams extend
427
427
  export class QueryKnowledgeBasesContentRequestSourceCollection extends $dara.Model {
428
428
  /**
429
429
  * @remarks
430
- * The name of the document collection.
430
+ * The document collection name.
431
431
  *
432
- * > The document collection is created by calling 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 view existing document collections.
432
+ * > 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 view existing document collections.
433
433
  *
434
434
  * This parameter is required.
435
435
  *
@@ -449,7 +449,7 @@ export class QueryKnowledgeBasesContentRequestSourceCollection extends $dara.Mod
449
449
  namespace?: string;
450
450
  /**
451
451
  * @remarks
452
- * The password of the namespace.
452
+ * The password for the namespace.
453
453
  *
454
454
  * > This value is specified by the [CreateNamespace](https://help.aliyun.com/document_detail/2401495.html) operation.
455
455
  *
@@ -521,7 +521,7 @@ export class QueryKnowledgeBasesContentRequest extends $dara.Model {
521
521
  * @remarks
522
522
  * The method used to merge results from multiple knowledge bases. Default value: RRF. Valid values:
523
523
  * - RRF
524
- * - Weight.
524
+ * - Weight
525
525
  *
526
526
  * @example
527
527
  * RRF
@@ -29,7 +29,7 @@ export class QueryKnowledgeBasesContentShrinkRequest extends $dara.Model {
29
29
  * @remarks
30
30
  * The method used to merge results from multiple knowledge bases. Default value: RRF. Valid values:
31
31
  * - RRF
32
- * - Weight.
32
+ * - Weight
33
33
  *
34
34
  * @example
35
35
  * RRF
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class RestoreSnapshotRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The idempotence token. Ensures that repeated requests do not execute the same operation more than once.
8
+ * The idempotency token. Ensures that repeated requests do not execute the same operation more than once.
9
9
  *
10
10
  * @example
11
11
  * 123e4567-e89b-12d3-a456-426655440000
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ResumeSupabaseProjectRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Supabase instance ID
8
+ * The instance ID of the Supabase instance.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ResumeSupabaseProjectResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Request ID.
8
+ * The request ID.
9
9
  *
10
10
  * @example
11
11
  * ABB39CC3-4488-4857-905D-2E4A051D0521