alibabacloud-agentrun20250910 5.0.0__py3-none-any.whl

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 (282) hide show
  1. alibabacloud_agentrun20250910/__init__.py +1 -0
  2. alibabacloud_agentrun20250910/client.py +3712 -0
  3. alibabacloud_agentrun20250910/models/__init__.py +579 -0
  4. alibabacloud_agentrun20250910/models/_activate_template_mcprequest.py +43 -0
  5. alibabacloud_agentrun20250910/models/_activate_template_mcpresponse.py +54 -0
  6. alibabacloud_agentrun20250910/models/_agent_runtime.py +261 -0
  7. alibabacloud_agentrun20250910/models/_agent_runtime_endpoint.py +110 -0
  8. alibabacloud_agentrun20250910/models/_agent_runtime_endpoint_result.py +55 -0
  9. alibabacloud_agentrun20250910/models/_agent_runtime_result.py +55 -0
  10. alibabacloud_agentrun20250910/models/_agent_runtime_version.py +79 -0
  11. alibabacloud_agentrun20250910/models/_agent_runtime_version_result.py +55 -0
  12. alibabacloud_agentrun20250910/models/_ai_fallback_config.py +44 -0
  13. alibabacloud_agentrun20250910/models/_ai_fallback_service_config.py +49 -0
  14. alibabacloud_agentrun20250910/models/_ai_service_config.py +67 -0
  15. alibabacloud_agentrun20250910/models/_apig_llmmodel.py +137 -0
  16. alibabacloud_agentrun20250910/models/_arms_configuration.py +43 -0
  17. alibabacloud_agentrun20250910/models/_attach_policy_config.py +49 -0
  18. alibabacloud_agentrun20250910/models/_browser.py +145 -0
  19. alibabacloud_agentrun20250910/models/_browser_automation_stream.py +41 -0
  20. alibabacloud_agentrun20250910/models/_browser_configuration.py +73 -0
  21. alibabacloud_agentrun20250910/models/_browser_live_view_stream.py +33 -0
  22. alibabacloud_agentrun20250910/models/_browser_oss_location.py +41 -0
  23. alibabacloud_agentrun20250910/models/_browser_recording_configuration.py +44 -0
  24. alibabacloud_agentrun20250910/models/_browser_result.py +55 -0
  25. alibabacloud_agentrun20250910/models/_browser_session_list_out.py +68 -0
  26. alibabacloud_agentrun20250910/models/_browser_session_out.py +83 -0
  27. alibabacloud_agentrun20250910/models/_browser_streams.py +47 -0
  28. alibabacloud_agentrun20250910/models/_browser_view_port.py +41 -0
  29. alibabacloud_agentrun20250910/models/_capconfig.py +49 -0
  30. alibabacloud_agentrun20250910/models/_cert_config.py +52 -0
  31. alibabacloud_agentrun20250910/models/_code_configuration.py +79 -0
  32. alibabacloud_agentrun20250910/models/_code_info.py +41 -0
  33. alibabacloud_agentrun20250910/models/_code_interpreter.py +134 -0
  34. alibabacloud_agentrun20250910/models/_code_interpreter_result.py +55 -0
  35. alibabacloud_agentrun20250910/models/_code_interpreter_session_config.py +54 -0
  36. alibabacloud_agentrun20250910/models/_code_interpreter_session_list_out.py +68 -0
  37. alibabacloud_agentrun20250910/models/_code_interpreter_session_out.py +94 -0
  38. alibabacloud_agentrun20250910/models/_common_result.py +54 -0
  39. alibabacloud_agentrun20250910/models/_container_configuration.py +62 -0
  40. alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_input.py +62 -0
  41. alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_request.py +39 -0
  42. alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_response.py +54 -0
  43. alibabacloud_agentrun20250910/models/_create_agent_runtime_input.py +219 -0
  44. alibabacloud_agentrun20250910/models/_create_agent_runtime_request.py +39 -0
  45. alibabacloud_agentrun20250910/models/_create_agent_runtime_response.py +54 -0
  46. alibabacloud_agentrun20250910/models/_create_agent_runtime_version_input.py +34 -0
  47. alibabacloud_agentrun20250910/models/_create_apig_llmmodel_input.py +83 -0
  48. alibabacloud_agentrun20250910/models/_create_browser_input.py +101 -0
  49. alibabacloud_agentrun20250910/models/_create_browser_request.py +37 -0
  50. alibabacloud_agentrun20250910/models/_create_browser_response.py +54 -0
  51. alibabacloud_agentrun20250910/models/_create_code_interpreter_input.py +107 -0
  52. alibabacloud_agentrun20250910/models/_create_code_interpreter_request.py +37 -0
  53. alibabacloud_agentrun20250910/models/_create_code_interpreter_response.py +54 -0
  54. alibabacloud_agentrun20250910/models/_create_credential_input.py +87 -0
  55. alibabacloud_agentrun20250910/models/_create_credential_output.py +124 -0
  56. alibabacloud_agentrun20250910/models/_create_credential_request.py +36 -0
  57. alibabacloud_agentrun20250910/models/_create_credential_response.py +54 -0
  58. alibabacloud_agentrun20250910/models/_create_custom_domain_input.py +92 -0
  59. alibabacloud_agentrun20250910/models/_create_domain_input.py +49 -0
  60. alibabacloud_agentrun20250910/models/_create_gateway_input.py +60 -0
  61. alibabacloud_agentrun20250910/models/_create_gateway_target_input.py +52 -0
  62. alibabacloud_agentrun20250910/models/_create_model_input.py +83 -0
  63. alibabacloud_agentrun20250910/models/_create_model_proxy_input.py +154 -0
  64. alibabacloud_agentrun20250910/models/_create_model_proxy_request.py +36 -0
  65. alibabacloud_agentrun20250910/models/_create_model_proxy_response.py +54 -0
  66. alibabacloud_agentrun20250910/models/_create_model_service_input.py +110 -0
  67. alibabacloud_agentrun20250910/models/_create_model_service_request.py +36 -0
  68. alibabacloud_agentrun20250910/models/_create_model_service_response.py +54 -0
  69. alibabacloud_agentrun20250910/models/_create_sandbox_input.py +75 -0
  70. alibabacloud_agentrun20250910/models/_create_sandbox_request.py +39 -0
  71. alibabacloud_agentrun20250910/models/_create_sandbox_response.py +54 -0
  72. alibabacloud_agentrun20250910/models/_create_template_input.py +210 -0
  73. alibabacloud_agentrun20250910/models/_create_template_request.py +39 -0
  74. alibabacloud_agentrun20250910/models/_create_template_response.py +54 -0
  75. alibabacloud_agentrun20250910/models/_create_tool_data.py +65 -0
  76. alibabacloud_agentrun20250910/models/_create_tool_input.py +80 -0
  77. alibabacloud_agentrun20250910/models/_create_tool_output.py +52 -0
  78. alibabacloud_agentrun20250910/models/_credential.py +124 -0
  79. alibabacloud_agentrun20250910/models/_credential_configuration.py +34 -0
  80. alibabacloud_agentrun20250910/models/_credential_list_item.py +89 -0
  81. alibabacloud_agentrun20250910/models/_credential_public_config.py +167 -0
  82. alibabacloud_agentrun20250910/models/_credential_result.py +52 -0
  83. alibabacloud_agentrun20250910/models/_custom_domain.py +106 -0
  84. alibabacloud_agentrun20250910/models/_custom_domain_result.py +55 -0
  85. alibabacloud_agentrun20250910/models/_custom_runtime_config.py +51 -0
  86. alibabacloud_agentrun20250910/models/_delete_agent_runtime_endpoint_response.py +54 -0
  87. alibabacloud_agentrun20250910/models/_delete_agent_runtime_response.py +54 -0
  88. alibabacloud_agentrun20250910/models/_delete_browser_out.py +49 -0
  89. alibabacloud_agentrun20250910/models/_delete_browser_response.py +54 -0
  90. alibabacloud_agentrun20250910/models/_delete_browser_result.py +55 -0
  91. alibabacloud_agentrun20250910/models/_delete_code_interpreter_out.py +49 -0
  92. alibabacloud_agentrun20250910/models/_delete_code_interpreter_response.py +54 -0
  93. alibabacloud_agentrun20250910/models/_delete_code_interpreter_result.py +55 -0
  94. alibabacloud_agentrun20250910/models/_delete_credential_response.py +54 -0
  95. alibabacloud_agentrun20250910/models/_delete_model_proxy_response.py +54 -0
  96. alibabacloud_agentrun20250910/models/_delete_model_proxy_result.py +52 -0
  97. alibabacloud_agentrun20250910/models/_delete_model_service_response.py +54 -0
  98. alibabacloud_agentrun20250910/models/_delete_model_service_result.py +52 -0
  99. alibabacloud_agentrun20250910/models/_delete_sandbox_response.py +54 -0
  100. alibabacloud_agentrun20250910/models/_delete_sandbox_result.py +54 -0
  101. alibabacloud_agentrun20250910/models/_delete_template_response.py +54 -0
  102. alibabacloud_agentrun20250910/models/_delete_template_result.py +54 -0
  103. alibabacloud_agentrun20250910/models/_deregister_service_input.py +36 -0
  104. alibabacloud_agentrun20250910/models/_domain_info.py +57 -0
  105. alibabacloud_agentrun20250910/models/_error_result.py +52 -0
  106. alibabacloud_agentrun20250910/models/_fclink_config.py +41 -0
  107. alibabacloud_agentrun20250910/models/_gateway.py +81 -0
  108. alibabacloud_agentrun20250910/models/_gateway_network_configuration.py +51 -0
  109. alibabacloud_agentrun20250910/models/_get_access_token_request.py +49 -0
  110. alibabacloud_agentrun20250910/models/_get_access_token_response.py +54 -0
  111. alibabacloud_agentrun20250910/models/_get_access_token_response_body.py +79 -0
  112. alibabacloud_agentrun20250910/models/_get_agent_runtime_endpoint_response.py +54 -0
  113. alibabacloud_agentrun20250910/models/_get_agent_runtime_request.py +34 -0
  114. alibabacloud_agentrun20250910/models/_get_agent_runtime_response.py +54 -0
  115. alibabacloud_agentrun20250910/models/_get_browser_response.py +54 -0
  116. alibabacloud_agentrun20250910/models/_get_browser_session_result.py +53 -0
  117. alibabacloud_agentrun20250910/models/_get_code_interpreter_response.py +54 -0
  118. alibabacloud_agentrun20250910/models/_get_code_interpreter_session_result.py +53 -0
  119. alibabacloud_agentrun20250910/models/_get_credential_output.py +124 -0
  120. alibabacloud_agentrun20250910/models/_get_credential_response.py +54 -0
  121. alibabacloud_agentrun20250910/models/_get_model_proxy_response.py +54 -0
  122. alibabacloud_agentrun20250910/models/_get_model_service_response.py +54 -0
  123. alibabacloud_agentrun20250910/models/_get_sandbox_response.py +54 -0
  124. alibabacloud_agentrun20250910/models/_get_template_response.py +54 -0
  125. alibabacloud_agentrun20250910/models/_get_tool_output.py +44 -0
  126. alibabacloud_agentrun20250910/models/_gray_traffic_weight.py +43 -0
  127. alibabacloud_agentrun20250910/models/_health_check_config.py +79 -0
  128. alibabacloud_agentrun20250910/models/_health_check_configuration.py +79 -0
  129. alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_input.py +63 -0
  130. alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_output.py +68 -0
  131. alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_request.py +61 -0
  132. alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_response.py +54 -0
  133. alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_result.py +55 -0
  134. alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_input.py +43 -0
  135. alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_output.py +68 -0
  136. alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_request.py +43 -0
  137. alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_response.py +54 -0
  138. alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_result.py +55 -0
  139. alibabacloud_agentrun20250910/models/_list_agent_runtimes_input.py +63 -0
  140. alibabacloud_agentrun20250910/models/_list_agent_runtimes_output.py +68 -0
  141. alibabacloud_agentrun20250910/models/_list_agent_runtimes_request.py +70 -0
  142. alibabacloud_agentrun20250910/models/_list_agent_runtimes_response.py +54 -0
  143. alibabacloud_agentrun20250910/models/_list_agent_runtimes_result.py +55 -0
  144. alibabacloud_agentrun20250910/models/_list_browser_session_result.py +53 -0
  145. alibabacloud_agentrun20250910/models/_list_browsers_input.py +50 -0
  146. alibabacloud_agentrun20250910/models/_list_browsers_output.py +68 -0
  147. alibabacloud_agentrun20250910/models/_list_browsers_request.py +61 -0
  148. alibabacloud_agentrun20250910/models/_list_browsers_response.py +54 -0
  149. alibabacloud_agentrun20250910/models/_list_browsers_result.py +55 -0
  150. alibabacloud_agentrun20250910/models/_list_code_interpreter_session_result.py +53 -0
  151. alibabacloud_agentrun20250910/models/_list_code_interpreters_input.py +50 -0
  152. alibabacloud_agentrun20250910/models/_list_code_interpreters_output.py +68 -0
  153. alibabacloud_agentrun20250910/models/_list_code_interpreters_request.py +52 -0
  154. alibabacloud_agentrun20250910/models/_list_code_interpreters_response.py +54 -0
  155. alibabacloud_agentrun20250910/models/_list_code_interpreters_result.py +55 -0
  156. alibabacloud_agentrun20250910/models/_list_credentials_output.py +68 -0
  157. alibabacloud_agentrun20250910/models/_list_credentials_request.py +84 -0
  158. alibabacloud_agentrun20250910/models/_list_credentials_response.py +54 -0
  159. alibabacloud_agentrun20250910/models/_list_credentials_result.py +52 -0
  160. alibabacloud_agentrun20250910/models/_list_custom_domains_output.py +68 -0
  161. alibabacloud_agentrun20250910/models/_list_custom_domains_result.py +52 -0
  162. alibabacloud_agentrun20250910/models/_list_domains_output.py +68 -0
  163. alibabacloud_agentrun20250910/models/_list_gateways_output.py +60 -0
  164. alibabacloud_agentrun20250910/models/_list_model_providers_request.py +65 -0
  165. alibabacloud_agentrun20250910/models/_list_model_providers_response.py +54 -0
  166. alibabacloud_agentrun20250910/models/_list_model_providers_response_body.py +176 -0
  167. alibabacloud_agentrun20250910/models/_list_model_proxies_output.py +68 -0
  168. alibabacloud_agentrun20250910/models/_list_model_proxies_request.py +58 -0
  169. alibabacloud_agentrun20250910/models/_list_model_proxies_response.py +54 -0
  170. alibabacloud_agentrun20250910/models/_list_model_proxies_result.py +52 -0
  171. alibabacloud_agentrun20250910/models/_list_model_services_output.py +68 -0
  172. alibabacloud_agentrun20250910/models/_list_model_services_request.py +66 -0
  173. alibabacloud_agentrun20250910/models/_list_model_services_response.py +54 -0
  174. alibabacloud_agentrun20250910/models/_list_model_services_result.py +52 -0
  175. alibabacloud_agentrun20250910/models/_list_sandboxes_output.py +53 -0
  176. alibabacloud_agentrun20250910/models/_list_sandboxes_request.py +67 -0
  177. alibabacloud_agentrun20250910/models/_list_sandboxes_response.py +54 -0
  178. alibabacloud_agentrun20250910/models/_list_sandboxes_result.py +55 -0
  179. alibabacloud_agentrun20250910/models/_list_templates_output.py +72 -0
  180. alibabacloud_agentrun20250910/models/_list_templates_request.py +68 -0
  181. alibabacloud_agentrun20250910/models/_list_templates_response.py +54 -0
  182. alibabacloud_agentrun20250910/models/_list_templates_result.py +55 -0
  183. alibabacloud_agentrun20250910/models/_list_tools_output.py +68 -0
  184. alibabacloud_agentrun20250910/models/_llmapiconfiguration.py +101 -0
  185. alibabacloud_agentrun20250910/models/_llmdeploy_config.py +93 -0
  186. alibabacloud_agentrun20250910/models/_log_configuration.py +43 -0
  187. alibabacloud_agentrun20250910/models/_mcpapi.py +95 -0
  188. alibabacloud_agentrun20250910/models/_mcpapiconfiguration.py +65 -0
  189. alibabacloud_agentrun20250910/models/_mcpbackend_config.py +52 -0
  190. alibabacloud_agentrun20250910/models/_mcpmatch.py +36 -0
  191. alibabacloud_agentrun20250910/models/_mcppath_match.py +41 -0
  192. alibabacloud_agentrun20250910/models/_mcpserver_config.py +49 -0
  193. alibabacloud_agentrun20250910/models/_mcpservice_config.py +33 -0
  194. alibabacloud_agentrun20250910/models/_model.py +137 -0
  195. alibabacloud_agentrun20250910/models/_model_features.py +65 -0
  196. alibabacloud_agentrun20250910/models/_model_info_config.py +74 -0
  197. alibabacloud_agentrun20250910/models/_model_parameter_rule.py +75 -0
  198. alibabacloud_agentrun20250910/models/_model_properties.py +33 -0
  199. alibabacloud_agentrun20250910/models/_model_proxy.py +194 -0
  200. alibabacloud_agentrun20250910/models/_model_proxy_result.py +52 -0
  201. alibabacloud_agentrun20250910/models/_model_service.py +146 -0
  202. alibabacloud_agentrun20250910/models/_model_service_result.py +52 -0
  203. alibabacloud_agentrun20250910/models/_nasconfig.py +60 -0
  204. alibabacloud_agentrun20250910/models/_nasmount_config.py +49 -0
  205. alibabacloud_agentrun20250910/models/_network_configuration.py +59 -0
  206. alibabacloud_agentrun20250910/models/_oss_configuration.py +68 -0
  207. alibabacloud_agentrun20250910/models/_ossmount_config.py +44 -0
  208. alibabacloud_agentrun20250910/models/_ossmount_point.py +65 -0
  209. alibabacloud_agentrun20250910/models/_pagination_info.py +57 -0
  210. alibabacloud_agentrun20250910/models/_path_config.py +72 -0
  211. alibabacloud_agentrun20250910/models/_polar_fs_config.py +60 -0
  212. alibabacloud_agentrun20250910/models/_polar_fs_mount_config.py +49 -0
  213. alibabacloud_agentrun20250910/models/_policy_config.py +52 -0
  214. alibabacloud_agentrun20250910/models/_protocol_configuration.py +33 -0
  215. alibabacloud_agentrun20250910/models/_provider_settings.py +51 -0
  216. alibabacloud_agentrun20250910/models/_proxy_config.py +372 -0
  217. alibabacloud_agentrun20250910/models/_publish_runtime_version_input.py +43 -0
  218. alibabacloud_agentrun20250910/models/_publish_runtime_version_request.py +36 -0
  219. alibabacloud_agentrun20250910/models/_publish_runtime_version_response.py +54 -0
  220. alibabacloud_agentrun20250910/models/_recording_configuration.py +47 -0
  221. alibabacloud_agentrun20250910/models/_register_service_input.py +98 -0
  222. alibabacloud_agentrun20250910/models/_related_resource.py +49 -0
  223. alibabacloud_agentrun20250910/models/_related_workload.py +49 -0
  224. alibabacloud_agentrun20250910/models/_route_config.py +45 -0
  225. alibabacloud_agentrun20250910/models/_routing_configuration.py +45 -0
  226. alibabacloud_agentrun20250910/models/_sandbox.py +123 -0
  227. alibabacloud_agentrun20250910/models/_sandbox_health_check_out.py +36 -0
  228. alibabacloud_agentrun20250910/models/_sandbox_health_check_result.py +54 -0
  229. alibabacloud_agentrun20250910/models/_sandbox_result.py +57 -0
  230. alibabacloud_agentrun20250910/models/_service_config.py +44 -0
  231. alibabacloud_agentrun20250910/models/_service_result.py +54 -0
  232. alibabacloud_agentrun20250910/models/_start_browser_session_input.py +33 -0
  233. alibabacloud_agentrun20250910/models/_start_browser_session_result.py +53 -0
  234. alibabacloud_agentrun20250910/models/_start_code_interpreter_session_input.py +34 -0
  235. alibabacloud_agentrun20250910/models/_start_code_interpreter_session_result.py +53 -0
  236. alibabacloud_agentrun20250910/models/_stop_code_interpreter_session_result.py +42 -0
  237. alibabacloud_agentrun20250910/models/_stop_sandbox_response.py +54 -0
  238. alibabacloud_agentrun20250910/models/_stop_sandbox_result.py +52 -0
  239. alibabacloud_agentrun20250910/models/_stop_template_mcpresponse.py +54 -0
  240. alibabacloud_agentrun20250910/models/_target.py +55 -0
  241. alibabacloud_agentrun20250910/models/_target_configuration.py +55 -0
  242. alibabacloud_agentrun20250910/models/_target_service_config.py +57 -0
  243. alibabacloud_agentrun20250910/models/_template.py +352 -0
  244. alibabacloud_agentrun20250910/models/_template_result.py +57 -0
  245. alibabacloud_agentrun20250910/models/_tlsconfig.py +54 -0
  246. alibabacloud_agentrun20250910/models/_tool_info.py +100 -0
  247. alibabacloud_agentrun20250910/models/_tool_list_item.py +100 -0
  248. alibabacloud_agentrun20250910/models/_trigger_config.py +43 -0
  249. alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_input.py +62 -0
  250. alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_request.py +39 -0
  251. alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_response.py +54 -0
  252. alibabacloud_agentrun20250910/models/_update_agent_runtime_input.py +193 -0
  253. alibabacloud_agentrun20250910/models/_update_agent_runtime_request.py +39 -0
  254. alibabacloud_agentrun20250910/models/_update_agent_runtime_response.py +54 -0
  255. alibabacloud_agentrun20250910/models/_update_apig_llmmodel_input.py +83 -0
  256. alibabacloud_agentrun20250910/models/_update_credential_input.py +60 -0
  257. alibabacloud_agentrun20250910/models/_update_credential_output.py +124 -0
  258. alibabacloud_agentrun20250910/models/_update_credential_request.py +36 -0
  259. alibabacloud_agentrun20250910/models/_update_credential_response.py +54 -0
  260. alibabacloud_agentrun20250910/models/_update_custom_domain_input.py +79 -0
  261. alibabacloud_agentrun20250910/models/_update_domain_input.py +41 -0
  262. alibabacloud_agentrun20250910/models/_update_model_input.py +83 -0
  263. alibabacloud_agentrun20250910/models/_update_model_proxy_input.py +93 -0
  264. alibabacloud_agentrun20250910/models/_update_model_proxy_request.py +36 -0
  265. alibabacloud_agentrun20250910/models/_update_model_proxy_response.py +54 -0
  266. alibabacloud_agentrun20250910/models/_update_model_service_input.py +98 -0
  267. alibabacloud_agentrun20250910/models/_update_model_service_request.py +36 -0
  268. alibabacloud_agentrun20250910/models/_update_model_service_response.py +54 -0
  269. alibabacloud_agentrun20250910/models/_update_target_configuration_input.py +44 -0
  270. alibabacloud_agentrun20250910/models/_update_template_input.py +177 -0
  271. alibabacloud_agentrun20250910/models/_update_template_request.py +48 -0
  272. alibabacloud_agentrun20250910/models/_update_template_response.py +54 -0
  273. alibabacloud_agentrun20250910/models/_update_tool_data.py +65 -0
  274. alibabacloud_agentrun20250910/models/_update_tool_input.py +49 -0
  275. alibabacloud_agentrun20250910/models/_update_tool_output.py +52 -0
  276. alibabacloud_agentrun20250910/models/_version_weight.py +43 -0
  277. alibabacloud_agentrun20250910/models/_view_port_configuration.py +47 -0
  278. alibabacloud_agentrun20250910-5.0.0.dist-info/LICENSE +13 -0
  279. alibabacloud_agentrun20250910-5.0.0.dist-info/METADATA +69 -0
  280. alibabacloud_agentrun20250910-5.0.0.dist-info/RECORD +282 -0
  281. alibabacloud_agentrun20250910-5.0.0.dist-info/WHEEL +5 -0
  282. alibabacloud_agentrun20250910-5.0.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,75 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from typing import Any
6
+
7
+ from darabonba.model import DaraModel
8
+
9
+ class ModelParameterRule(DaraModel):
10
+ def __init__(
11
+ self,
12
+ default: Any = None,
13
+ max: int = None,
14
+ min: int = None,
15
+ name: str = None,
16
+ required: bool = None,
17
+ type: str = None,
18
+ ):
19
+ self.default = default
20
+ self.max = max
21
+ self.min = min
22
+ self.name = name
23
+ self.required = required
24
+ self.type = type
25
+
26
+ def validate(self):
27
+ pass
28
+
29
+ def to_map(self):
30
+ result = dict()
31
+ _map = super().to_map()
32
+ if _map is not None:
33
+ result = _map
34
+ if self.default is not None:
35
+ result['default'] = self.default
36
+
37
+ if self.max is not None:
38
+ result['max'] = self.max
39
+
40
+ if self.min is not None:
41
+ result['min'] = self.min
42
+
43
+ if self.name is not None:
44
+ result['name'] = self.name
45
+
46
+ if self.required is not None:
47
+ result['required'] = self.required
48
+
49
+ if self.type is not None:
50
+ result['type'] = self.type
51
+
52
+ return result
53
+
54
+ def from_map(self, m: dict = None):
55
+ m = m or dict()
56
+ if m.get('default') is not None:
57
+ self.default = m.get('default')
58
+
59
+ if m.get('max') is not None:
60
+ self.max = m.get('max')
61
+
62
+ if m.get('min') is not None:
63
+ self.min = m.get('min')
64
+
65
+ if m.get('name') is not None:
66
+ self.name = m.get('name')
67
+
68
+ if m.get('required') is not None:
69
+ self.required = m.get('required')
70
+
71
+ if m.get('type') is not None:
72
+ self.type = m.get('type')
73
+
74
+ return self
75
+
@@ -0,0 +1,33 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from darabonba.model import DaraModel
6
+
7
+ class ModelProperties(DaraModel):
8
+ def __init__(
9
+ self,
10
+ context_size: int = None,
11
+ ):
12
+ self.context_size = context_size
13
+
14
+ def validate(self):
15
+ pass
16
+
17
+ def to_map(self):
18
+ result = dict()
19
+ _map = super().to_map()
20
+ if _map is not None:
21
+ result = _map
22
+ if self.context_size is not None:
23
+ result['contextSize'] = self.context_size
24
+
25
+ return result
26
+
27
+ def from_map(self, m: dict = None):
28
+ m = m or dict()
29
+ if m.get('contextSize') is not None:
30
+ self.context_size = m.get('contextSize')
31
+
32
+ return self
33
+
@@ -0,0 +1,194 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from alibabacloud_agentrun20250910 import models as main_models
6
+ from darabonba.model import DaraModel
7
+
8
+ class ModelProxy(DaraModel):
9
+ def __init__(
10
+ self,
11
+ cpu: float = None,
12
+ created_at: str = None,
13
+ credential_name: str = None,
14
+ description: str = None,
15
+ endpoint: str = None,
16
+ execution_role_arn: str = None,
17
+ function_name: str = None,
18
+ last_updated_at: str = None,
19
+ litellm_version: str = None,
20
+ log_configuration: main_models.LogConfiguration = None,
21
+ memory: int = None,
22
+ model_proxy_id: str = None,
23
+ model_proxy_name: str = None,
24
+ model_type: str = None,
25
+ network_configuration: main_models.NetworkConfiguration = None,
26
+ proxy_config: main_models.ProxyConfig = None,
27
+ proxy_mode: str = None,
28
+ service_region_id: str = None,
29
+ status: str = None,
30
+ status_reason: str = None,
31
+ ):
32
+ self.cpu = cpu
33
+ self.created_at = created_at
34
+ self.credential_name = credential_name
35
+ self.description = description
36
+ self.endpoint = endpoint
37
+ self.execution_role_arn = execution_role_arn
38
+ self.function_name = function_name
39
+ self.last_updated_at = last_updated_at
40
+ self.litellm_version = litellm_version
41
+ self.log_configuration = log_configuration
42
+ self.memory = memory
43
+ self.model_proxy_id = model_proxy_id
44
+ self.model_proxy_name = model_proxy_name
45
+ self.model_type = model_type
46
+ self.network_configuration = network_configuration
47
+ self.proxy_config = proxy_config
48
+ self.proxy_mode = proxy_mode
49
+ self.service_region_id = service_region_id
50
+ self.status = status
51
+ self.status_reason = status_reason
52
+
53
+ def validate(self):
54
+ if self.log_configuration:
55
+ self.log_configuration.validate()
56
+ if self.network_configuration:
57
+ self.network_configuration.validate()
58
+ if self.proxy_config:
59
+ self.proxy_config.validate()
60
+
61
+ def to_map(self):
62
+ result = dict()
63
+ _map = super().to_map()
64
+ if _map is not None:
65
+ result = _map
66
+ if self.cpu is not None:
67
+ result['cpu'] = self.cpu
68
+
69
+ if self.created_at is not None:
70
+ result['createdAt'] = self.created_at
71
+
72
+ if self.credential_name is not None:
73
+ result['credentialName'] = self.credential_name
74
+
75
+ if self.description is not None:
76
+ result['description'] = self.description
77
+
78
+ if self.endpoint is not None:
79
+ result['endpoint'] = self.endpoint
80
+
81
+ if self.execution_role_arn is not None:
82
+ result['executionRoleArn'] = self.execution_role_arn
83
+
84
+ if self.function_name is not None:
85
+ result['functionName'] = self.function_name
86
+
87
+ if self.last_updated_at is not None:
88
+ result['lastUpdatedAt'] = self.last_updated_at
89
+
90
+ if self.litellm_version is not None:
91
+ result['litellmVersion'] = self.litellm_version
92
+
93
+ if self.log_configuration is not None:
94
+ result['logConfiguration'] = self.log_configuration.to_map()
95
+
96
+ if self.memory is not None:
97
+ result['memory'] = self.memory
98
+
99
+ if self.model_proxy_id is not None:
100
+ result['modelProxyId'] = self.model_proxy_id
101
+
102
+ if self.model_proxy_name is not None:
103
+ result['modelProxyName'] = self.model_proxy_name
104
+
105
+ if self.model_type is not None:
106
+ result['modelType'] = self.model_type
107
+
108
+ if self.network_configuration is not None:
109
+ result['networkConfiguration'] = self.network_configuration.to_map()
110
+
111
+ if self.proxy_config is not None:
112
+ result['proxyConfig'] = self.proxy_config.to_map()
113
+
114
+ if self.proxy_mode is not None:
115
+ result['proxyMode'] = self.proxy_mode
116
+
117
+ if self.service_region_id is not None:
118
+ result['serviceRegionId'] = self.service_region_id
119
+
120
+ if self.status is not None:
121
+ result['status'] = self.status
122
+
123
+ if self.status_reason is not None:
124
+ result['statusReason'] = self.status_reason
125
+
126
+ return result
127
+
128
+ def from_map(self, m: dict = None):
129
+ m = m or dict()
130
+ if m.get('cpu') is not None:
131
+ self.cpu = m.get('cpu')
132
+
133
+ if m.get('createdAt') is not None:
134
+ self.created_at = m.get('createdAt')
135
+
136
+ if m.get('credentialName') is not None:
137
+ self.credential_name = m.get('credentialName')
138
+
139
+ if m.get('description') is not None:
140
+ self.description = m.get('description')
141
+
142
+ if m.get('endpoint') is not None:
143
+ self.endpoint = m.get('endpoint')
144
+
145
+ if m.get('executionRoleArn') is not None:
146
+ self.execution_role_arn = m.get('executionRoleArn')
147
+
148
+ if m.get('functionName') is not None:
149
+ self.function_name = m.get('functionName')
150
+
151
+ if m.get('lastUpdatedAt') is not None:
152
+ self.last_updated_at = m.get('lastUpdatedAt')
153
+
154
+ if m.get('litellmVersion') is not None:
155
+ self.litellm_version = m.get('litellmVersion')
156
+
157
+ if m.get('logConfiguration') is not None:
158
+ temp_model = main_models.LogConfiguration()
159
+ self.log_configuration = temp_model.from_map(m.get('logConfiguration'))
160
+
161
+ if m.get('memory') is not None:
162
+ self.memory = m.get('memory')
163
+
164
+ if m.get('modelProxyId') is not None:
165
+ self.model_proxy_id = m.get('modelProxyId')
166
+
167
+ if m.get('modelProxyName') is not None:
168
+ self.model_proxy_name = m.get('modelProxyName')
169
+
170
+ if m.get('modelType') is not None:
171
+ self.model_type = m.get('modelType')
172
+
173
+ if m.get('networkConfiguration') is not None:
174
+ temp_model = main_models.NetworkConfiguration()
175
+ self.network_configuration = temp_model.from_map(m.get('networkConfiguration'))
176
+
177
+ if m.get('proxyConfig') is not None:
178
+ temp_model = main_models.ProxyConfig()
179
+ self.proxy_config = temp_model.from_map(m.get('proxyConfig'))
180
+
181
+ if m.get('proxyMode') is not None:
182
+ self.proxy_mode = m.get('proxyMode')
183
+
184
+ if m.get('serviceRegionId') is not None:
185
+ self.service_region_id = m.get('serviceRegionId')
186
+
187
+ if m.get('status') is not None:
188
+ self.status = m.get('status')
189
+
190
+ if m.get('statusReason') is not None:
191
+ self.status_reason = m.get('statusReason')
192
+
193
+ return self
194
+
@@ -0,0 +1,52 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from alibabacloud_agentrun20250910 import models as main_models
6
+ from darabonba.model import DaraModel
7
+
8
+ class ModelProxyResult(DaraModel):
9
+ def __init__(
10
+ self,
11
+ code: str = None,
12
+ data: main_models.ModelProxy = None,
13
+ request_id: str = None,
14
+ ):
15
+ self.code = code
16
+ self.data = data
17
+ self.request_id = request_id
18
+
19
+ def validate(self):
20
+ if self.data:
21
+ self.data.validate()
22
+
23
+ def to_map(self):
24
+ result = dict()
25
+ _map = super().to_map()
26
+ if _map is not None:
27
+ result = _map
28
+ if self.code is not None:
29
+ result['code'] = self.code
30
+
31
+ if self.data is not None:
32
+ result['data'] = self.data.to_map()
33
+
34
+ if self.request_id is not None:
35
+ result['requestId'] = self.request_id
36
+
37
+ return result
38
+
39
+ def from_map(self, m: dict = None):
40
+ m = m or dict()
41
+ if m.get('code') is not None:
42
+ self.code = m.get('code')
43
+
44
+ if m.get('data') is not None:
45
+ temp_model = main_models.ModelProxy()
46
+ self.data = temp_model.from_map(m.get('data'))
47
+
48
+ if m.get('requestId') is not None:
49
+ self.request_id = m.get('requestId')
50
+
51
+ return self
52
+
@@ -0,0 +1,146 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from typing import List
6
+
7
+ from alibabacloud_agentrun20250910 import models as main_models
8
+ from darabonba.model import DaraModel
9
+
10
+ class ModelService(DaraModel):
11
+ def __init__(
12
+ self,
13
+ created_at: str = None,
14
+ credential_name: str = None,
15
+ description: str = None,
16
+ last_updated_at: str = None,
17
+ model_info_configs: List[main_models.ModelInfoConfig] = None,
18
+ model_service_id: str = None,
19
+ model_service_name: str = None,
20
+ model_type: str = None,
21
+ network_configuration: main_models.NetworkConfiguration = None,
22
+ provider: str = None,
23
+ provider_settings: main_models.ProviderSettings = None,
24
+ status: str = None,
25
+ status_reason: str = None,
26
+ ):
27
+ self.created_at = created_at
28
+ self.credential_name = credential_name
29
+ self.description = description
30
+ self.last_updated_at = last_updated_at
31
+ self.model_info_configs = model_info_configs
32
+ self.model_service_id = model_service_id
33
+ self.model_service_name = model_service_name
34
+ self.model_type = model_type
35
+ self.network_configuration = network_configuration
36
+ self.provider = provider
37
+ self.provider_settings = provider_settings
38
+ self.status = status
39
+ self.status_reason = status_reason
40
+
41
+ def validate(self):
42
+ if self.model_info_configs:
43
+ for v1 in self.model_info_configs:
44
+ if v1:
45
+ v1.validate()
46
+ if self.network_configuration:
47
+ self.network_configuration.validate()
48
+ if self.provider_settings:
49
+ self.provider_settings.validate()
50
+
51
+ def to_map(self):
52
+ result = dict()
53
+ _map = super().to_map()
54
+ if _map is not None:
55
+ result = _map
56
+ if self.created_at is not None:
57
+ result['createdAt'] = self.created_at
58
+
59
+ if self.credential_name is not None:
60
+ result['credentialName'] = self.credential_name
61
+
62
+ if self.description is not None:
63
+ result['description'] = self.description
64
+
65
+ if self.last_updated_at is not None:
66
+ result['lastUpdatedAt'] = self.last_updated_at
67
+
68
+ result['modelInfoConfigs'] = []
69
+ if self.model_info_configs is not None:
70
+ for k1 in self.model_info_configs:
71
+ result['modelInfoConfigs'].append(k1.to_map() if k1 else None)
72
+
73
+ if self.model_service_id is not None:
74
+ result['modelServiceId'] = self.model_service_id
75
+
76
+ if self.model_service_name is not None:
77
+ result['modelServiceName'] = self.model_service_name
78
+
79
+ if self.model_type is not None:
80
+ result['modelType'] = self.model_type
81
+
82
+ if self.network_configuration is not None:
83
+ result['networkConfiguration'] = self.network_configuration.to_map()
84
+
85
+ if self.provider is not None:
86
+ result['provider'] = self.provider
87
+
88
+ if self.provider_settings is not None:
89
+ result['providerSettings'] = self.provider_settings.to_map()
90
+
91
+ if self.status is not None:
92
+ result['status'] = self.status
93
+
94
+ if self.status_reason is not None:
95
+ result['statusReason'] = self.status_reason
96
+
97
+ return result
98
+
99
+ def from_map(self, m: dict = None):
100
+ m = m or dict()
101
+ if m.get('createdAt') is not None:
102
+ self.created_at = m.get('createdAt')
103
+
104
+ if m.get('credentialName') is not None:
105
+ self.credential_name = m.get('credentialName')
106
+
107
+ if m.get('description') is not None:
108
+ self.description = m.get('description')
109
+
110
+ if m.get('lastUpdatedAt') is not None:
111
+ self.last_updated_at = m.get('lastUpdatedAt')
112
+
113
+ self.model_info_configs = []
114
+ if m.get('modelInfoConfigs') is not None:
115
+ for k1 in m.get('modelInfoConfigs'):
116
+ temp_model = main_models.ModelInfoConfig()
117
+ self.model_info_configs.append(temp_model.from_map(k1))
118
+
119
+ if m.get('modelServiceId') is not None:
120
+ self.model_service_id = m.get('modelServiceId')
121
+
122
+ if m.get('modelServiceName') is not None:
123
+ self.model_service_name = m.get('modelServiceName')
124
+
125
+ if m.get('modelType') is not None:
126
+ self.model_type = m.get('modelType')
127
+
128
+ if m.get('networkConfiguration') is not None:
129
+ temp_model = main_models.NetworkConfiguration()
130
+ self.network_configuration = temp_model.from_map(m.get('networkConfiguration'))
131
+
132
+ if m.get('provider') is not None:
133
+ self.provider = m.get('provider')
134
+
135
+ if m.get('providerSettings') is not None:
136
+ temp_model = main_models.ProviderSettings()
137
+ self.provider_settings = temp_model.from_map(m.get('providerSettings'))
138
+
139
+ if m.get('status') is not None:
140
+ self.status = m.get('status')
141
+
142
+ if m.get('statusReason') is not None:
143
+ self.status_reason = m.get('statusReason')
144
+
145
+ return self
146
+
@@ -0,0 +1,52 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from alibabacloud_agentrun20250910 import models as main_models
6
+ from darabonba.model import DaraModel
7
+
8
+ class ModelServiceResult(DaraModel):
9
+ def __init__(
10
+ self,
11
+ code: str = None,
12
+ data: main_models.ModelService = None,
13
+ request_id: str = None,
14
+ ):
15
+ self.code = code
16
+ self.data = data
17
+ self.request_id = request_id
18
+
19
+ def validate(self):
20
+ if self.data:
21
+ self.data.validate()
22
+
23
+ def to_map(self):
24
+ result = dict()
25
+ _map = super().to_map()
26
+ if _map is not None:
27
+ result = _map
28
+ if self.code is not None:
29
+ result['code'] = self.code
30
+
31
+ if self.data is not None:
32
+ result['data'] = self.data.to_map()
33
+
34
+ if self.request_id is not None:
35
+ result['requestId'] = self.request_id
36
+
37
+ return result
38
+
39
+ def from_map(self, m: dict = None):
40
+ m = m or dict()
41
+ if m.get('code') is not None:
42
+ self.code = m.get('code')
43
+
44
+ if m.get('data') is not None:
45
+ temp_model = main_models.ModelService()
46
+ self.data = temp_model.from_map(m.get('data'))
47
+
48
+ if m.get('requestId') is not None:
49
+ self.request_id = m.get('requestId')
50
+
51
+ return self
52
+
@@ -0,0 +1,60 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from typing import List
6
+
7
+ from alibabacloud_agentrun20250910 import models as main_models
8
+ from darabonba.model import DaraModel
9
+
10
+ class NASConfig(DaraModel):
11
+ def __init__(
12
+ self,
13
+ group_id: int = None,
14
+ mount_points: List[main_models.NASMountConfig] = None,
15
+ user_id: int = None,
16
+ ):
17
+ self.group_id = group_id
18
+ self.mount_points = mount_points
19
+ self.user_id = user_id
20
+
21
+ def validate(self):
22
+ if self.mount_points:
23
+ for v1 in self.mount_points:
24
+ if v1:
25
+ v1.validate()
26
+
27
+ def to_map(self):
28
+ result = dict()
29
+ _map = super().to_map()
30
+ if _map is not None:
31
+ result = _map
32
+ if self.group_id is not None:
33
+ result['groupId'] = self.group_id
34
+
35
+ result['mountPoints'] = []
36
+ if self.mount_points is not None:
37
+ for k1 in self.mount_points:
38
+ result['mountPoints'].append(k1.to_map() if k1 else None)
39
+
40
+ if self.user_id is not None:
41
+ result['userId'] = self.user_id
42
+
43
+ return result
44
+
45
+ def from_map(self, m: dict = None):
46
+ m = m or dict()
47
+ if m.get('groupId') is not None:
48
+ self.group_id = m.get('groupId')
49
+
50
+ self.mount_points = []
51
+ if m.get('mountPoints') is not None:
52
+ for k1 in m.get('mountPoints'):
53
+ temp_model = main_models.NASMountConfig()
54
+ self.mount_points.append(temp_model.from_map(k1))
55
+
56
+ if m.get('userId') is not None:
57
+ self.user_id = m.get('userId')
58
+
59
+ return self
60
+
@@ -0,0 +1,49 @@
1
+ # -*- coding: utf-8 -*-
2
+ # This file is auto-generated, don't edit it. Thanks.
3
+ from __future__ import annotations
4
+
5
+ from darabonba.model import DaraModel
6
+
7
+ class NASMountConfig(DaraModel):
8
+ def __init__(
9
+ self,
10
+ enable_tls: bool = None,
11
+ mount_dir: str = None,
12
+ server_addr: str = None,
13
+ ):
14
+ self.enable_tls = enable_tls
15
+ self.mount_dir = mount_dir
16
+ self.server_addr = server_addr
17
+
18
+ def validate(self):
19
+ pass
20
+
21
+ def to_map(self):
22
+ result = dict()
23
+ _map = super().to_map()
24
+ if _map is not None:
25
+ result = _map
26
+ if self.enable_tls is not None:
27
+ result['enableTLS'] = self.enable_tls
28
+
29
+ if self.mount_dir is not None:
30
+ result['mountDir'] = self.mount_dir
31
+
32
+ if self.server_addr is not None:
33
+ result['serverAddr'] = self.server_addr
34
+
35
+ return result
36
+
37
+ def from_map(self, m: dict = None):
38
+ m = m or dict()
39
+ if m.get('enableTLS') is not None:
40
+ self.enable_tls = m.get('enableTLS')
41
+
42
+ if m.get('mountDir') is not None:
43
+ self.mount_dir = m.get('mountDir')
44
+
45
+ if m.get('serverAddr') is not None:
46
+ self.server_addr = m.get('serverAddr')
47
+
48
+ return self
49
+