@alicloud/dms20250414 1.14.3 → 1.16.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 (157) hide show
  1. package/dist/client.d.ts +201 -22
  2. package/dist/client.js +606 -22
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateDataAgentAccuracyTestRequest.d.ts +117 -0
  5. package/dist/models/CreateDataAgentAccuracyTestRequest.js +82 -0
  6. package/dist/models/CreateDataAgentAccuracyTestRequest.js.map +1 -0
  7. package/dist/models/CreateDataAgentAccuracyTestResponse.d.ts +19 -0
  8. package/dist/models/CreateDataAgentAccuracyTestResponse.js +69 -0
  9. package/dist/models/CreateDataAgentAccuracyTestResponse.js.map +1 -0
  10. package/dist/models/CreateDataAgentAccuracyTestResponseBody.d.ts +73 -0
  11. package/dist/models/CreateDataAgentAccuracyTestResponseBody.js +88 -0
  12. package/dist/models/CreateDataAgentAccuracyTestResponseBody.js.map +1 -0
  13. package/dist/models/DataAgentBillingInstance.d.ts +28 -0
  14. package/dist/models/DataAgentBillingInstance.js +89 -0
  15. package/dist/models/DataAgentBillingInstance.js.map +1 -0
  16. package/dist/models/DeleteDataAgentAccuracyTestRequest.d.ts +45 -0
  17. package/dist/models/DeleteDataAgentAccuracyTestRequest.js +64 -0
  18. package/dist/models/DeleteDataAgentAccuracyTestRequest.js.map +1 -0
  19. package/dist/models/DeleteDataAgentAccuracyTestResponse.d.ts +19 -0
  20. package/dist/models/DeleteDataAgentAccuracyTestResponse.js +69 -0
  21. package/dist/models/DeleteDataAgentAccuracyTestResponse.js.map +1 -0
  22. package/dist/models/DeleteDataAgentAccuracyTestResponseBody.d.ts +48 -0
  23. package/dist/models/DeleteDataAgentAccuracyTestResponseBody.js +64 -0
  24. package/dist/models/DeleteDataAgentAccuracyTestResponseBody.js.map +1 -0
  25. package/dist/models/DescribeDataAgentSessionRequest.d.ts +1 -1
  26. package/dist/models/DescribeDataAgentSessionResponseBody.d.ts +156 -7
  27. package/dist/models/DescribeDataAgentSessionResponseBody.js.map +1 -1
  28. package/dist/models/GetChatContentRequest.d.ts +2 -2
  29. package/dist/models/GetChatContentResponseBody.d.ts +11 -4
  30. package/dist/models/GetChatContentResponseBody.js.map +1 -1
  31. package/dist/models/GetSqlConsoleOperationLogRequest.d.ts +85 -0
  32. package/dist/models/GetSqlConsoleOperationLogRequest.js +72 -0
  33. package/dist/models/GetSqlConsoleOperationLogRequest.js.map +1 -0
  34. package/dist/models/GetSqlConsoleOperationLogResponse.d.ts +19 -0
  35. package/dist/models/GetSqlConsoleOperationLogResponse.js +69 -0
  36. package/dist/models/GetSqlConsoleOperationLogResponse.js.map +1 -0
  37. package/dist/models/GetSqlConsoleOperationLogResponseBody.d.ts +150 -0
  38. package/dist/models/GetSqlConsoleOperationLogResponseBody.js +108 -0
  39. package/dist/models/GetSqlConsoleOperationLogResponseBody.js.map +1 -0
  40. package/dist/models/ListDataAgentAccuracyTestInstancesRequest.d.ts +61 -0
  41. package/dist/models/ListDataAgentAccuracyTestInstancesRequest.js +68 -0
  42. package/dist/models/ListDataAgentAccuracyTestInstancesRequest.js.map +1 -0
  43. package/dist/models/ListDataAgentAccuracyTestInstancesResponse.d.ts +19 -0
  44. package/dist/models/ListDataAgentAccuracyTestInstancesResponse.js +69 -0
  45. package/dist/models/ListDataAgentAccuracyTestInstancesResponse.js.map +1 -0
  46. package/dist/models/ListDataAgentAccuracyTestInstancesResponseBody.d.ts +206 -0
  47. package/dist/models/ListDataAgentAccuracyTestInstancesResponseBody.js +122 -0
  48. package/dist/models/ListDataAgentAccuracyTestInstancesResponseBody.js.map +1 -0
  49. package/dist/models/ListDataAgentAccuracyTestResultsRequest.d.ts +93 -0
  50. package/dist/models/ListDataAgentAccuracyTestResultsRequest.js +76 -0
  51. package/dist/models/ListDataAgentAccuracyTestResultsRequest.js.map +1 -0
  52. package/dist/models/ListDataAgentAccuracyTestResultsResponse.d.ts +19 -0
  53. package/dist/models/ListDataAgentAccuracyTestResultsResponse.js +69 -0
  54. package/dist/models/ListDataAgentAccuracyTestResultsResponse.js.map +1 -0
  55. package/dist/models/ListDataAgentAccuracyTestResultsResponseBody.d.ts +234 -0
  56. package/dist/models/ListDataAgentAccuracyTestResultsResponseBody.js +146 -0
  57. package/dist/models/ListDataAgentAccuracyTestResultsResponseBody.js.map +1 -0
  58. package/dist/models/ListDataAgentAccuracyTestTasksRequest.d.ts +69 -0
  59. package/dist/models/ListDataAgentAccuracyTestTasksRequest.js +70 -0
  60. package/dist/models/ListDataAgentAccuracyTestTasksRequest.js.map +1 -0
  61. package/dist/models/ListDataAgentAccuracyTestTasksResponse.d.ts +19 -0
  62. package/dist/models/ListDataAgentAccuracyTestTasksResponse.js +69 -0
  63. package/dist/models/ListDataAgentAccuracyTestTasksResponse.js.map +1 -0
  64. package/dist/models/ListDataAgentAccuracyTestTasksResponseBody.d.ts +185 -0
  65. package/dist/models/ListDataAgentAccuracyTestTasksResponseBody.js +116 -0
  66. package/dist/models/ListDataAgentAccuracyTestTasksResponseBody.js.map +1 -0
  67. package/dist/models/ListDataAgentSessionRequest.d.ts +11 -10
  68. package/dist/models/ListDataAgentSessionRequest.js +2 -0
  69. package/dist/models/ListDataAgentSessionRequest.js.map +1 -1
  70. package/dist/models/ListDataAgentSessionResponseBody.d.ts +36 -44
  71. package/dist/models/ListDataAgentSessionResponseBody.js.map +1 -1
  72. package/dist/models/MdbAgentInstanceVo.d.ts +28 -0
  73. package/dist/models/MdbAgentInstanceVo.js +86 -0
  74. package/dist/models/MdbAgentInstanceVo.js.map +1 -0
  75. package/dist/models/SaveWorkspaceCodeRequest.d.ts +5 -5
  76. package/dist/models/SaveWorkspaceCodeResponseBody.d.ts +8 -8
  77. package/dist/models/SendChatMessageRequest.d.ts +101 -17
  78. package/dist/models/SendChatMessageRequest.js +12 -0
  79. package/dist/models/SendChatMessageRequest.js.map +1 -1
  80. package/dist/models/SendChatMessageResponseBody.d.ts +7 -0
  81. package/dist/models/SendChatMessageResponseBody.js.map +1 -1
  82. package/dist/models/SendChatMessageShrinkRequest.d.ts +29 -12
  83. package/dist/models/SendChatMessageShrinkRequest.js +4 -0
  84. package/dist/models/SendChatMessageShrinkRequest.js.map +1 -1
  85. package/dist/models/StartDataAgentAccuracyTestTaskRequest.d.ts +53 -0
  86. package/dist/models/StartDataAgentAccuracyTestTaskRequest.js +66 -0
  87. package/dist/models/StartDataAgentAccuracyTestTaskRequest.js.map +1 -0
  88. package/dist/models/StartDataAgentAccuracyTestTaskResponse.d.ts +19 -0
  89. package/dist/models/StartDataAgentAccuracyTestTaskResponse.js +69 -0
  90. package/dist/models/StartDataAgentAccuracyTestTaskResponse.js.map +1 -0
  91. package/dist/models/StartDataAgentAccuracyTestTaskResponseBody.d.ts +73 -0
  92. package/dist/models/StartDataAgentAccuracyTestTaskResponseBody.js +88 -0
  93. package/dist/models/StartDataAgentAccuracyTestTaskResponseBody.js.map +1 -0
  94. package/dist/models/StopDataAgentAccuracyTestTaskRequest.d.ts +37 -0
  95. package/dist/models/StopDataAgentAccuracyTestTaskRequest.js +62 -0
  96. package/dist/models/StopDataAgentAccuracyTestTaskRequest.js.map +1 -0
  97. package/dist/models/StopDataAgentAccuracyTestTaskResponse.d.ts +19 -0
  98. package/dist/models/StopDataAgentAccuracyTestTaskResponse.js +69 -0
  99. package/dist/models/StopDataAgentAccuracyTestTaskResponse.js.map +1 -0
  100. package/dist/models/StopDataAgentAccuracyTestTaskResponseBody.d.ts +48 -0
  101. package/dist/models/StopDataAgentAccuracyTestTaskResponseBody.js +64 -0
  102. package/dist/models/StopDataAgentAccuracyTestTaskResponseBody.js.map +1 -0
  103. package/dist/models/UpdateDataAgentAccuracyTestRequest.d.ts +117 -0
  104. package/dist/models/UpdateDataAgentAccuracyTestRequest.js +82 -0
  105. package/dist/models/UpdateDataAgentAccuracyTestRequest.js.map +1 -0
  106. package/dist/models/UpdateDataAgentAccuracyTestResponse.d.ts +19 -0
  107. package/dist/models/UpdateDataAgentAccuracyTestResponse.js +69 -0
  108. package/dist/models/UpdateDataAgentAccuracyTestResponse.js.map +1 -0
  109. package/dist/models/UpdateDataAgentAccuracyTestResponseBody.d.ts +121 -0
  110. package/dist/models/UpdateDataAgentAccuracyTestResponseBody.js +100 -0
  111. package/dist/models/UpdateDataAgentAccuracyTestResponseBody.js.map +1 -0
  112. package/dist/models/model.d.ts +37 -0
  113. package/dist/models/model.js +84 -9
  114. package/dist/models/model.js.map +1 -1
  115. package/package.json +1 -1
  116. package/src/client.ts +696 -22
  117. package/src/models/CreateDataAgentAccuracyTestRequest.ts +154 -0
  118. package/src/models/CreateDataAgentAccuracyTestResponse.ts +40 -0
  119. package/src/models/CreateDataAgentAccuracyTestResponseBody.ts +107 -0
  120. package/src/models/DataAgentBillingInstance.ts +72 -0
  121. package/src/models/DeleteDataAgentAccuracyTestRequest.ts +64 -0
  122. package/src/models/DeleteDataAgentAccuracyTestResponse.ts +40 -0
  123. package/src/models/DeleteDataAgentAccuracyTestResponseBody.ts +67 -0
  124. package/src/models/DescribeDataAgentSessionRequest.ts +1 -1
  125. package/src/models/DescribeDataAgentSessionResponseBody.ts +156 -7
  126. package/src/models/GetChatContentRequest.ts +2 -2
  127. package/src/models/GetChatContentResponseBody.ts +11 -4
  128. package/src/models/GetSqlConsoleOperationLogRequest.ts +112 -0
  129. package/src/models/GetSqlConsoleOperationLogResponse.ts +40 -0
  130. package/src/models/GetSqlConsoleOperationLogResponseBody.ts +204 -0
  131. package/src/models/ListDataAgentAccuracyTestInstancesRequest.ts +84 -0
  132. package/src/models/ListDataAgentAccuracyTestInstancesResponse.ts +40 -0
  133. package/src/models/ListDataAgentAccuracyTestInstancesResponseBody.ts +274 -0
  134. package/src/models/ListDataAgentAccuracyTestResultsRequest.ts +124 -0
  135. package/src/models/ListDataAgentAccuracyTestResultsResponse.ts +40 -0
  136. package/src/models/ListDataAgentAccuracyTestResultsResponseBody.ts +317 -0
  137. package/src/models/ListDataAgentAccuracyTestTasksRequest.ts +94 -0
  138. package/src/models/ListDataAgentAccuracyTestTasksResponse.ts +40 -0
  139. package/src/models/ListDataAgentAccuracyTestTasksResponseBody.ts +247 -0
  140. package/src/models/ListDataAgentSessionRequest.ts +13 -10
  141. package/src/models/ListDataAgentSessionResponseBody.ts +36 -44
  142. package/src/models/MdbAgentInstanceVo.ts +69 -0
  143. package/src/models/SaveWorkspaceCodeRequest.ts +5 -5
  144. package/src/models/SaveWorkspaceCodeResponseBody.ts +8 -8
  145. package/src/models/SendChatMessageRequest.ts +113 -17
  146. package/src/models/SendChatMessageResponseBody.ts +7 -0
  147. package/src/models/SendChatMessageShrinkRequest.ts +33 -12
  148. package/src/models/StartDataAgentAccuracyTestTaskRequest.ts +74 -0
  149. package/src/models/StartDataAgentAccuracyTestTaskResponse.ts +40 -0
  150. package/src/models/StartDataAgentAccuracyTestTaskResponseBody.ts +107 -0
  151. package/src/models/StopDataAgentAccuracyTestTaskRequest.ts +54 -0
  152. package/src/models/StopDataAgentAccuracyTestTaskResponse.ts +40 -0
  153. package/src/models/StopDataAgentAccuracyTestTaskResponseBody.ts +67 -0
  154. package/src/models/UpdateDataAgentAccuracyTestRequest.ts +154 -0
  155. package/src/models/UpdateDataAgentAccuracyTestResponse.ts +40 -0
  156. package/src/models/UpdateDataAgentAccuracyTestResponseBody.ts +167 -0
  157. package/src/models/model.ts +37 -0
package/dist/client.d.ts CHANGED
@@ -140,6 +140,21 @@ export default class Client extends OpenApi {
140
140
  * @returns CreateCustomAgentResponse
141
141
  */
142
142
  createCustomAgent(request: $_model.CreateCustomAgentRequest): Promise<$_model.CreateCustomAgentResponse>;
143
+ /**
144
+ * Creates an accuracy test instance.
145
+ *
146
+ * @param request - CreateDataAgentAccuracyTestRequest
147
+ * @param runtime - runtime options for this request RuntimeOptions
148
+ * @returns CreateDataAgentAccuracyTestResponse
149
+ */
150
+ createDataAgentAccuracyTestWithOptions(request: $_model.CreateDataAgentAccuracyTestRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateDataAgentAccuracyTestResponse>;
151
+ /**
152
+ * Creates an accuracy test instance.
153
+ *
154
+ * @param request - CreateDataAgentAccuracyTestRequest
155
+ * @returns CreateDataAgentAccuracyTestResponse
156
+ */
157
+ createDataAgentAccuracyTest(request: $_model.CreateDataAgentAccuracyTestRequest): Promise<$_model.CreateDataAgentAccuracyTestResponse>;
143
158
  /**
144
159
  * Creates a DataAgent knowledge base. The knowledge base creator has read and write permissions. Other workspace members have permission to use it.
145
160
  *
@@ -275,6 +290,27 @@ export default class Client extends OpenApi {
275
290
  * @returns DeleteCustomAgentResponse
276
291
  */
277
292
  deleteCustomAgent(request: $_model.DeleteCustomAgentRequest): Promise<$_model.DeleteCustomAgentResponse>;
293
+ /**
294
+ * Deletes an accuracy test configuration item.
295
+ *
296
+ * @remarks
297
+ * Deletes an accuracy test item.
298
+ *
299
+ * @param request - DeleteDataAgentAccuracyTestRequest
300
+ * @param runtime - runtime options for this request RuntimeOptions
301
+ * @returns DeleteDataAgentAccuracyTestResponse
302
+ */
303
+ deleteDataAgentAccuracyTestWithOptions(request: $_model.DeleteDataAgentAccuracyTestRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDataAgentAccuracyTestResponse>;
304
+ /**
305
+ * Deletes an accuracy test configuration item.
306
+ *
307
+ * @remarks
308
+ * Deletes an accuracy test item.
309
+ *
310
+ * @param request - DeleteDataAgentAccuracyTestRequest
311
+ * @returns DeleteDataAgentAccuracyTestResponse
312
+ */
313
+ deleteDataAgentAccuracyTest(request: $_model.DeleteDataAgentAccuracyTestRequest): Promise<$_model.DeleteDataAgentAccuracyTestResponse>;
278
314
  /**
279
315
  * Deletes a DataAgent knowledge base.
280
316
  *
@@ -552,12 +588,12 @@ export default class Client extends OpenApi {
552
588
  */
553
589
  getAirflow(request: $_model.GetAirflowRequest): Promise<$_model.GetAirflowResponse>;
554
590
  /**
555
- * Retrieves chat content from a specific checkpoint by specifying a session ID and an agent ID.
591
+ * Retrieves chat content from a specific checkpoint by specifying the session ID and AgentId.
556
592
  *
557
593
  * @remarks
558
- * ## Request
559
- * - The response is an SSE stream. Each event follows the`SSEEvent` schema and includes metadata, such as the message level.
560
- * - The `content` field contains either message text or a JSON object, as determined by the `content_type` field.
594
+ * ## Request Description
595
+ * - The response is returned as an SSE stream, where each event follows the `SSEEvent` schema and contains meta-information such as the message level.
596
+ * - The `content` field in each SSE event may carry actual message text or a JSON object, depending on the value of `content_type`.
561
597
  *
562
598
  * @param request - GetChatContentRequest
563
599
  * @param runtime - runtime options for this request RuntimeOptions
@@ -565,12 +601,12 @@ export default class Client extends OpenApi {
565
601
  */
566
602
  getChatContentWithSSE(request: $_model.GetChatContentRequest, runtime: $dara.RuntimeOptions): AsyncGenerator<$_model.GetChatContentResponse, any, unknown>;
567
603
  /**
568
- * Retrieves chat content from a specific checkpoint by specifying a session ID and an agent ID.
604
+ * Retrieves chat content from a specific checkpoint by specifying the session ID and AgentId.
569
605
  *
570
606
  * @remarks
571
- * ## Request
572
- * - The response is an SSE stream. Each event follows the`SSEEvent` schema and includes metadata, such as the message level.
573
- * - The `content` field contains either message text or a JSON object, as determined by the `content_type` field.
607
+ * ## Request Description
608
+ * - The response is returned as an SSE stream, where each event follows the `SSEEvent` schema and contains meta-information such as the message level.
609
+ * - The `content` field in each SSE event may carry actual message text or a JSON object, depending on the value of `content_type`.
574
610
  *
575
611
  * @param request - GetChatContentRequest
576
612
  * @param runtime - runtime options for this request RuntimeOptions
@@ -578,12 +614,12 @@ export default class Client extends OpenApi {
578
614
  */
579
615
  getChatContentWithOptions(request: $_model.GetChatContentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetChatContentResponse>;
580
616
  /**
581
- * Retrieves chat content from a specific checkpoint by specifying a session ID and an agent ID.
617
+ * Retrieves chat content from a specific checkpoint by specifying the session ID and AgentId.
582
618
  *
583
619
  * @remarks
584
- * ## Request
585
- * - The response is an SSE stream. Each event follows the`SSEEvent` schema and includes metadata, such as the message level.
586
- * - The `content` field contains either message text or a JSON object, as determined by the `content_type` field.
620
+ * ## Request Description
621
+ * - The response is returned as an SSE stream, where each event follows the `SSEEvent` schema and contains meta-information such as the message level.
622
+ * - The `content` field in each SSE event may carry actual message text or a JSON object, depending on the value of `content_type`.
587
623
  *
588
624
  * @param request - GetChatContentRequest
589
625
  * @returns GetChatContentResponse
@@ -724,6 +760,21 @@ export default class Client extends OpenApi {
724
760
  * @returns GetNotebookTaskStatusResponse
725
761
  */
726
762
  getNotebookTaskStatus(request: $_model.GetNotebookTaskStatusRequest): Promise<$_model.GetNotebookTaskStatusResponse>;
763
+ /**
764
+ * Queries the operation logs of the SQL window.
765
+ *
766
+ * @param request - GetSqlConsoleOperationLogRequest
767
+ * @param runtime - runtime options for this request RuntimeOptions
768
+ * @returns GetSqlConsoleOperationLogResponse
769
+ */
770
+ getSqlConsoleOperationLogWithOptions(request: $_model.GetSqlConsoleOperationLogRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSqlConsoleOperationLogResponse>;
771
+ /**
772
+ * Queries the operation logs of the SQL window.
773
+ *
774
+ * @param request - GetSqlConsoleOperationLogRequest
775
+ * @returns GetSqlConsoleOperationLogResponse
776
+ */
777
+ getSqlConsoleOperationLog(request: $_model.GetSqlConsoleOperationLogRequest): Promise<$_model.GetSqlConsoleOperationLogResponse>;
727
778
  /**
728
779
  * Reads the content of a code file in the workspace and returns the file content along with mtime (in the header).
729
780
  *
@@ -839,7 +890,72 @@ export default class Client extends OpenApi {
839
890
  */
840
891
  listCustomAgent(request: $_model.ListCustomAgentRequest): Promise<$_model.ListCustomAgentResponse>;
841
892
  /**
842
- * Retrieve a list of Data Agent session descriptions.
893
+ * Lists accuracy test configuration items that meet the specified conditions.
894
+ *
895
+ * @remarks
896
+ * Lists accuracy test configuration items that meet the specified conditions.
897
+ *
898
+ * @param request - ListDataAgentAccuracyTestInstancesRequest
899
+ * @param runtime - runtime options for this request RuntimeOptions
900
+ * @returns ListDataAgentAccuracyTestInstancesResponse
901
+ */
902
+ listDataAgentAccuracyTestInstancesWithOptions(request: $_model.ListDataAgentAccuracyTestInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataAgentAccuracyTestInstancesResponse>;
903
+ /**
904
+ * Lists accuracy test configuration items that meet the specified conditions.
905
+ *
906
+ * @remarks
907
+ * Lists accuracy test configuration items that meet the specified conditions.
908
+ *
909
+ * @param request - ListDataAgentAccuracyTestInstancesRequest
910
+ * @returns ListDataAgentAccuracyTestInstancesResponse
911
+ */
912
+ listDataAgentAccuracyTestInstances(request: $_model.ListDataAgentAccuracyTestInstancesRequest): Promise<$_model.ListDataAgentAccuracyTestInstancesResponse>;
913
+ /**
914
+ * Retrieves the execution results of a self-test task.
915
+ *
916
+ * @remarks
917
+ * Retrieves the execution results of a self-test task.
918
+ *
919
+ * @param request - ListDataAgentAccuracyTestResultsRequest
920
+ * @param runtime - runtime options for this request RuntimeOptions
921
+ * @returns ListDataAgentAccuracyTestResultsResponse
922
+ */
923
+ listDataAgentAccuracyTestResultsWithOptions(request: $_model.ListDataAgentAccuracyTestResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataAgentAccuracyTestResultsResponse>;
924
+ /**
925
+ * Retrieves the execution results of a self-test task.
926
+ *
927
+ * @remarks
928
+ * Retrieves the execution results of a self-test task.
929
+ *
930
+ * @param request - ListDataAgentAccuracyTestResultsRequest
931
+ * @returns ListDataAgentAccuracyTestResultsResponse
932
+ */
933
+ listDataAgentAccuracyTestResults(request: $_model.ListDataAgentAccuracyTestResultsRequest): Promise<$_model.ListDataAgentAccuracyTestResultsResponse>;
934
+ /**
935
+ * Queries the running status of self-test tasks by paging.
936
+ *
937
+ * @remarks
938
+ * Queries the running status of self-test tasks by paging.
939
+ * If AccuracyTestInsId or AccuracyTestTaskId is empty, all test tasks are queried.
940
+ *
941
+ * @param request - ListDataAgentAccuracyTestTasksRequest
942
+ * @param runtime - runtime options for this request RuntimeOptions
943
+ * @returns ListDataAgentAccuracyTestTasksResponse
944
+ */
945
+ listDataAgentAccuracyTestTasksWithOptions(request: $_model.ListDataAgentAccuracyTestTasksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataAgentAccuracyTestTasksResponse>;
946
+ /**
947
+ * Queries the running status of self-test tasks by paging.
948
+ *
949
+ * @remarks
950
+ * Queries the running status of self-test tasks by paging.
951
+ * If AccuracyTestInsId or AccuracyTestTaskId is empty, all test tasks are queried.
952
+ *
953
+ * @param request - ListDataAgentAccuracyTestTasksRequest
954
+ * @returns ListDataAgentAccuracyTestTasksResponse
955
+ */
956
+ listDataAgentAccuracyTestTasks(request: $_model.ListDataAgentAccuracyTestTasksRequest): Promise<$_model.ListDataAgentAccuracyTestTasksResponse>;
957
+ /**
958
+ * Retrieves the list of historical session descriptions for a Data Agent.
843
959
  *
844
960
  * @param request - ListDataAgentSessionRequest
845
961
  * @param runtime - runtime options for this request RuntimeOptions
@@ -847,7 +963,7 @@ export default class Client extends OpenApi {
847
963
  */
848
964
  listDataAgentSessionWithOptions(request: $_model.ListDataAgentSessionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataAgentSessionResponse>;
849
965
  /**
850
- * Retrieve a list of Data Agent session descriptions.
966
+ * Retrieves the list of historical session descriptions for a Data Agent.
851
967
  *
852
968
  * @param request - ListDataAgentSessionRequest
853
969
  * @returns ListDataAgentSessionResponse
@@ -1229,7 +1345,7 @@ export default class Client extends OpenApi {
1229
1345
  * Saves workspace code. If the file does not exist, a new file is automatically created.
1230
1346
  *
1231
1347
  * @remarks
1232
- * 发布工作空间的代码
1348
+ * Publishes workspace code.
1233
1349
  *
1234
1350
  * @param request - SaveWorkspaceCodeRequest
1235
1351
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1240,7 +1356,7 @@ export default class Client extends OpenApi {
1240
1356
  * Saves workspace code. If the file does not exist, a new file is automatically created.
1241
1357
  *
1242
1358
  * @remarks
1243
- * 发布工作空间的代码
1359
+ * Publishes workspace code.
1244
1360
  *
1245
1361
  * @param request - SaveWorkspaceCodeRequest
1246
1362
  * @returns SaveWorkspaceCodeResponse
@@ -1252,11 +1368,11 @@ export default class Client extends OpenApi {
1252
1368
  * @remarks
1253
1369
  * ## Request description
1254
1370
  * - `agent_id` and `session_id` are required fields.
1255
- * - `message_type` defaults to `primary`. Set it to `additional` when appending information or `cancel` when canceling a session.
1256
- * - `reply_to` indicates which Agent message this message responds to. The default value is `0`.
1371
+ * - `message_type` defaults to `primary`. Set it to `additional` or `cancel` when you need to append information or cancel a session.
1372
+ * - The `reply_to` field indicates which Agent message this message is responding to. The default value is `0`.
1257
1373
  * - When `message_type` is `additional`, the `question` field is required.
1258
1374
  * - `quoted_message` can be used to quote the content of a previous user message.
1259
- * - `data_source`, `dms_user`, `db_metadata`, `session_config`, and other fields are optional but provide more detailed context information.
1375
+ * - The `data_source`, `dms_user`, `db_metadata`, and `session_config` fields are optional but provide more detailed context information.
1260
1376
  *
1261
1377
  * @param tmpReq - SendChatMessageRequest
1262
1378
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1269,11 +1385,11 @@ export default class Client extends OpenApi {
1269
1385
  * @remarks
1270
1386
  * ## Request description
1271
1387
  * - `agent_id` and `session_id` are required fields.
1272
- * - `message_type` defaults to `primary`. Set it to `additional` when appending information or `cancel` when canceling a session.
1273
- * - `reply_to` indicates which Agent message this message responds to. The default value is `0`.
1388
+ * - `message_type` defaults to `primary`. Set it to `additional` or `cancel` when you need to append information or cancel a session.
1389
+ * - The `reply_to` field indicates which Agent message this message is responding to. The default value is `0`.
1274
1390
  * - When `message_type` is `additional`, the `question` field is required.
1275
1391
  * - `quoted_message` can be used to quote the content of a previous user message.
1276
- * - `data_source`, `dms_user`, `db_metadata`, `session_config`, and other fields are optional but provide more detailed context information.
1392
+ * - The `data_source`, `dms_user`, `db_metadata`, and `session_config` fields are optional but provide more detailed context information.
1277
1393
  *
1278
1394
  * @param request - SendChatMessageRequest
1279
1395
  * @returns SendChatMessageResponse
@@ -1321,6 +1437,48 @@ export default class Client extends OpenApi {
1321
1437
  * @returns SetWorkspaceQuotaResponse
1322
1438
  */
1323
1439
  setWorkspaceQuota(request: $_model.SetWorkspaceQuotaRequest): Promise<$_model.SetWorkspaceQuotaResponse>;
1440
+ /**
1441
+ * Initiates an accuracy self-test task.
1442
+ *
1443
+ * @remarks
1444
+ * Initiates an accuracy self-test task.
1445
+ *
1446
+ * @param request - StartDataAgentAccuracyTestTaskRequest
1447
+ * @param runtime - runtime options for this request RuntimeOptions
1448
+ * @returns StartDataAgentAccuracyTestTaskResponse
1449
+ */
1450
+ startDataAgentAccuracyTestTaskWithOptions(request: $_model.StartDataAgentAccuracyTestTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartDataAgentAccuracyTestTaskResponse>;
1451
+ /**
1452
+ * Initiates an accuracy self-test task.
1453
+ *
1454
+ * @remarks
1455
+ * Initiates an accuracy self-test task.
1456
+ *
1457
+ * @param request - StartDataAgentAccuracyTestTaskRequest
1458
+ * @returns StartDataAgentAccuracyTestTaskResponse
1459
+ */
1460
+ startDataAgentAccuracyTestTask(request: $_model.StartDataAgentAccuracyTestTaskRequest): Promise<$_model.StartDataAgentAccuracyTestTaskResponse>;
1461
+ /**
1462
+ * Stops an accuracy self-test task.
1463
+ *
1464
+ * @remarks
1465
+ * Stops an accuracy self-test task.
1466
+ *
1467
+ * @param request - StopDataAgentAccuracyTestTaskRequest
1468
+ * @param runtime - runtime options for this request RuntimeOptions
1469
+ * @returns StopDataAgentAccuracyTestTaskResponse
1470
+ */
1471
+ stopDataAgentAccuracyTestTaskWithOptions(request: $_model.StopDataAgentAccuracyTestTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StopDataAgentAccuracyTestTaskResponse>;
1472
+ /**
1473
+ * Stops an accuracy self-test task.
1474
+ *
1475
+ * @remarks
1476
+ * Stops an accuracy self-test task.
1477
+ *
1478
+ * @param request - StopDataAgentAccuracyTestTaskRequest
1479
+ * @returns StopDataAgentAccuracyTestTaskResponse
1480
+ */
1481
+ stopDataAgentAccuracyTestTask(request: $_model.StopDataAgentAccuracyTestTaskRequest): Promise<$_model.StopDataAgentAccuracyTestTaskResponse>;
1324
1482
  /**
1325
1483
  * Updates the properties of an Airflow instance.
1326
1484
  *
@@ -1336,6 +1494,27 @@ export default class Client extends OpenApi {
1336
1494
  * @returns UpdateAirflowResponse
1337
1495
  */
1338
1496
  updateAirflow(request: $_model.UpdateAirflowRequest): Promise<$_model.UpdateAirflowResponse>;
1497
+ /**
1498
+ * Updates the content of an accuracy test item.
1499
+ *
1500
+ * @remarks
1501
+ * Updates the content of an accuracy test item.
1502
+ *
1503
+ * @param request - UpdateDataAgentAccuracyTestRequest
1504
+ * @param runtime - runtime options for this request RuntimeOptions
1505
+ * @returns UpdateDataAgentAccuracyTestResponse
1506
+ */
1507
+ updateDataAgentAccuracyTestWithOptions(request: $_model.UpdateDataAgentAccuracyTestRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDataAgentAccuracyTestResponse>;
1508
+ /**
1509
+ * Updates the content of an accuracy test item.
1510
+ *
1511
+ * @remarks
1512
+ * Updates the content of an accuracy test item.
1513
+ *
1514
+ * @param request - UpdateDataAgentAccuracyTestRequest
1515
+ * @returns UpdateDataAgentAccuracyTestResponse
1516
+ */
1517
+ updateDataAgentAccuracyTest(request: $_model.UpdateDataAgentAccuracyTestRequest): Promise<$_model.UpdateDataAgentAccuracyTestResponse>;
1339
1518
  /**
1340
1519
  * Updates workspace information.
1341
1520
  *