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.
- alibabacloud_agentrun20250910/__init__.py +1 -0
- alibabacloud_agentrun20250910/client.py +3712 -0
- alibabacloud_agentrun20250910/models/__init__.py +579 -0
- alibabacloud_agentrun20250910/models/_activate_template_mcprequest.py +43 -0
- alibabacloud_agentrun20250910/models/_activate_template_mcpresponse.py +54 -0
- alibabacloud_agentrun20250910/models/_agent_runtime.py +261 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_endpoint.py +110 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_endpoint_result.py +55 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_result.py +55 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_version.py +79 -0
- alibabacloud_agentrun20250910/models/_agent_runtime_version_result.py +55 -0
- alibabacloud_agentrun20250910/models/_ai_fallback_config.py +44 -0
- alibabacloud_agentrun20250910/models/_ai_fallback_service_config.py +49 -0
- alibabacloud_agentrun20250910/models/_ai_service_config.py +67 -0
- alibabacloud_agentrun20250910/models/_apig_llmmodel.py +137 -0
- alibabacloud_agentrun20250910/models/_arms_configuration.py +43 -0
- alibabacloud_agentrun20250910/models/_attach_policy_config.py +49 -0
- alibabacloud_agentrun20250910/models/_browser.py +145 -0
- alibabacloud_agentrun20250910/models/_browser_automation_stream.py +41 -0
- alibabacloud_agentrun20250910/models/_browser_configuration.py +73 -0
- alibabacloud_agentrun20250910/models/_browser_live_view_stream.py +33 -0
- alibabacloud_agentrun20250910/models/_browser_oss_location.py +41 -0
- alibabacloud_agentrun20250910/models/_browser_recording_configuration.py +44 -0
- alibabacloud_agentrun20250910/models/_browser_result.py +55 -0
- alibabacloud_agentrun20250910/models/_browser_session_list_out.py +68 -0
- alibabacloud_agentrun20250910/models/_browser_session_out.py +83 -0
- alibabacloud_agentrun20250910/models/_browser_streams.py +47 -0
- alibabacloud_agentrun20250910/models/_browser_view_port.py +41 -0
- alibabacloud_agentrun20250910/models/_capconfig.py +49 -0
- alibabacloud_agentrun20250910/models/_cert_config.py +52 -0
- alibabacloud_agentrun20250910/models/_code_configuration.py +79 -0
- alibabacloud_agentrun20250910/models/_code_info.py +41 -0
- alibabacloud_agentrun20250910/models/_code_interpreter.py +134 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_result.py +55 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_config.py +54 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_list_out.py +68 -0
- alibabacloud_agentrun20250910/models/_code_interpreter_session_out.py +94 -0
- alibabacloud_agentrun20250910/models/_common_result.py +54 -0
- alibabacloud_agentrun20250910/models/_container_configuration.py +62 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_input.py +62 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_input.py +219 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_agent_runtime_version_input.py +34 -0
- alibabacloud_agentrun20250910/models/_create_apig_llmmodel_input.py +83 -0
- alibabacloud_agentrun20250910/models/_create_browser_input.py +101 -0
- alibabacloud_agentrun20250910/models/_create_browser_request.py +37 -0
- alibabacloud_agentrun20250910/models/_create_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_input.py +107 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_request.py +37 -0
- alibabacloud_agentrun20250910/models/_create_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_credential_input.py +87 -0
- alibabacloud_agentrun20250910/models/_create_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_create_credential_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_custom_domain_input.py +92 -0
- alibabacloud_agentrun20250910/models/_create_domain_input.py +49 -0
- alibabacloud_agentrun20250910/models/_create_gateway_input.py +60 -0
- alibabacloud_agentrun20250910/models/_create_gateway_target_input.py +52 -0
- alibabacloud_agentrun20250910/models/_create_model_input.py +83 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_input.py +154 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_model_service_input.py +110 -0
- alibabacloud_agentrun20250910/models/_create_model_service_request.py +36 -0
- alibabacloud_agentrun20250910/models/_create_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_input.py +75 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_template_input.py +210 -0
- alibabacloud_agentrun20250910/models/_create_template_request.py +39 -0
- alibabacloud_agentrun20250910/models/_create_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_create_tool_data.py +65 -0
- alibabacloud_agentrun20250910/models/_create_tool_input.py +80 -0
- alibabacloud_agentrun20250910/models/_create_tool_output.py +52 -0
- alibabacloud_agentrun20250910/models/_credential.py +124 -0
- alibabacloud_agentrun20250910/models/_credential_configuration.py +34 -0
- alibabacloud_agentrun20250910/models/_credential_list_item.py +89 -0
- alibabacloud_agentrun20250910/models/_credential_public_config.py +167 -0
- alibabacloud_agentrun20250910/models/_credential_result.py +52 -0
- alibabacloud_agentrun20250910/models/_custom_domain.py +106 -0
- alibabacloud_agentrun20250910/models/_custom_domain_result.py +55 -0
- alibabacloud_agentrun20250910/models/_custom_runtime_config.py +51 -0
- alibabacloud_agentrun20250910/models/_delete_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_browser_out.py +49 -0
- alibabacloud_agentrun20250910/models/_delete_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_browser_result.py +55 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_out.py +49 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_code_interpreter_result.py +55 -0
- alibabacloud_agentrun20250910/models/_delete_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_proxy_result.py +52 -0
- alibabacloud_agentrun20250910/models/_delete_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_model_service_result.py +52 -0
- alibabacloud_agentrun20250910/models/_delete_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_sandbox_result.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_delete_template_result.py +54 -0
- alibabacloud_agentrun20250910/models/_deregister_service_input.py +36 -0
- alibabacloud_agentrun20250910/models/_domain_info.py +57 -0
- alibabacloud_agentrun20250910/models/_error_result.py +52 -0
- alibabacloud_agentrun20250910/models/_fclink_config.py +41 -0
- alibabacloud_agentrun20250910/models/_gateway.py +81 -0
- alibabacloud_agentrun20250910/models/_gateway_network_configuration.py +51 -0
- alibabacloud_agentrun20250910/models/_get_access_token_request.py +49 -0
- alibabacloud_agentrun20250910/models/_get_access_token_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_access_token_response_body.py +79 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_request.py +34 -0
- alibabacloud_agentrun20250910/models/_get_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_browser_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_get_code_interpreter_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_get_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_get_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_get_tool_output.py +44 -0
- alibabacloud_agentrun20250910/models/_gray_traffic_weight.py +43 -0
- alibabacloud_agentrun20250910/models/_health_check_config.py +79 -0
- alibabacloud_agentrun20250910/models/_health_check_configuration.py +79 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_input.py +63 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_request.py +61 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_endpoints_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_input.py +43 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_request.py +43 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtime_versions_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_input.py +63 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_request.py +70 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_agent_runtimes_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_list_browsers_input.py +50 -0
- alibabacloud_agentrun20250910/models/_list_browsers_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_browsers_request.py +61 -0
- alibabacloud_agentrun20250910/models/_list_browsers_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_browsers_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_input.py +50 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_request.py +52 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_code_interpreters_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_credentials_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_credentials_request.py +84 -0
- alibabacloud_agentrun20250910/models/_list_credentials_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_credentials_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_custom_domains_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_custom_domains_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_domains_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_gateways_output.py +60 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_request.py +65 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_providers_response_body.py +176 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_request.py +58 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_proxies_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_model_services_output.py +68 -0
- alibabacloud_agentrun20250910/models/_list_model_services_request.py +66 -0
- alibabacloud_agentrun20250910/models/_list_model_services_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_model_services_result.py +52 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_output.py +53 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_request.py +67 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_sandboxes_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_templates_output.py +72 -0
- alibabacloud_agentrun20250910/models/_list_templates_request.py +68 -0
- alibabacloud_agentrun20250910/models/_list_templates_response.py +54 -0
- alibabacloud_agentrun20250910/models/_list_templates_result.py +55 -0
- alibabacloud_agentrun20250910/models/_list_tools_output.py +68 -0
- alibabacloud_agentrun20250910/models/_llmapiconfiguration.py +101 -0
- alibabacloud_agentrun20250910/models/_llmdeploy_config.py +93 -0
- alibabacloud_agentrun20250910/models/_log_configuration.py +43 -0
- alibabacloud_agentrun20250910/models/_mcpapi.py +95 -0
- alibabacloud_agentrun20250910/models/_mcpapiconfiguration.py +65 -0
- alibabacloud_agentrun20250910/models/_mcpbackend_config.py +52 -0
- alibabacloud_agentrun20250910/models/_mcpmatch.py +36 -0
- alibabacloud_agentrun20250910/models/_mcppath_match.py +41 -0
- alibabacloud_agentrun20250910/models/_mcpserver_config.py +49 -0
- alibabacloud_agentrun20250910/models/_mcpservice_config.py +33 -0
- alibabacloud_agentrun20250910/models/_model.py +137 -0
- alibabacloud_agentrun20250910/models/_model_features.py +65 -0
- alibabacloud_agentrun20250910/models/_model_info_config.py +74 -0
- alibabacloud_agentrun20250910/models/_model_parameter_rule.py +75 -0
- alibabacloud_agentrun20250910/models/_model_properties.py +33 -0
- alibabacloud_agentrun20250910/models/_model_proxy.py +194 -0
- alibabacloud_agentrun20250910/models/_model_proxy_result.py +52 -0
- alibabacloud_agentrun20250910/models/_model_service.py +146 -0
- alibabacloud_agentrun20250910/models/_model_service_result.py +52 -0
- alibabacloud_agentrun20250910/models/_nasconfig.py +60 -0
- alibabacloud_agentrun20250910/models/_nasmount_config.py +49 -0
- alibabacloud_agentrun20250910/models/_network_configuration.py +59 -0
- alibabacloud_agentrun20250910/models/_oss_configuration.py +68 -0
- alibabacloud_agentrun20250910/models/_ossmount_config.py +44 -0
- alibabacloud_agentrun20250910/models/_ossmount_point.py +65 -0
- alibabacloud_agentrun20250910/models/_pagination_info.py +57 -0
- alibabacloud_agentrun20250910/models/_path_config.py +72 -0
- alibabacloud_agentrun20250910/models/_polar_fs_config.py +60 -0
- alibabacloud_agentrun20250910/models/_polar_fs_mount_config.py +49 -0
- alibabacloud_agentrun20250910/models/_policy_config.py +52 -0
- alibabacloud_agentrun20250910/models/_protocol_configuration.py +33 -0
- alibabacloud_agentrun20250910/models/_provider_settings.py +51 -0
- alibabacloud_agentrun20250910/models/_proxy_config.py +372 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_input.py +43 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_request.py +36 -0
- alibabacloud_agentrun20250910/models/_publish_runtime_version_response.py +54 -0
- alibabacloud_agentrun20250910/models/_recording_configuration.py +47 -0
- alibabacloud_agentrun20250910/models/_register_service_input.py +98 -0
- alibabacloud_agentrun20250910/models/_related_resource.py +49 -0
- alibabacloud_agentrun20250910/models/_related_workload.py +49 -0
- alibabacloud_agentrun20250910/models/_route_config.py +45 -0
- alibabacloud_agentrun20250910/models/_routing_configuration.py +45 -0
- alibabacloud_agentrun20250910/models/_sandbox.py +123 -0
- alibabacloud_agentrun20250910/models/_sandbox_health_check_out.py +36 -0
- alibabacloud_agentrun20250910/models/_sandbox_health_check_result.py +54 -0
- alibabacloud_agentrun20250910/models/_sandbox_result.py +57 -0
- alibabacloud_agentrun20250910/models/_service_config.py +44 -0
- alibabacloud_agentrun20250910/models/_service_result.py +54 -0
- alibabacloud_agentrun20250910/models/_start_browser_session_input.py +33 -0
- alibabacloud_agentrun20250910/models/_start_browser_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_start_code_interpreter_session_input.py +34 -0
- alibabacloud_agentrun20250910/models/_start_code_interpreter_session_result.py +53 -0
- alibabacloud_agentrun20250910/models/_stop_code_interpreter_session_result.py +42 -0
- alibabacloud_agentrun20250910/models/_stop_sandbox_response.py +54 -0
- alibabacloud_agentrun20250910/models/_stop_sandbox_result.py +52 -0
- alibabacloud_agentrun20250910/models/_stop_template_mcpresponse.py +54 -0
- alibabacloud_agentrun20250910/models/_target.py +55 -0
- alibabacloud_agentrun20250910/models/_target_configuration.py +55 -0
- alibabacloud_agentrun20250910/models/_target_service_config.py +57 -0
- alibabacloud_agentrun20250910/models/_template.py +352 -0
- alibabacloud_agentrun20250910/models/_template_result.py +57 -0
- alibabacloud_agentrun20250910/models/_tlsconfig.py +54 -0
- alibabacloud_agentrun20250910/models/_tool_info.py +100 -0
- alibabacloud_agentrun20250910/models/_tool_list_item.py +100 -0
- alibabacloud_agentrun20250910/models/_trigger_config.py +43 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_input.py +62 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_request.py +39 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_endpoint_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_input.py +193 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_request.py +39 -0
- alibabacloud_agentrun20250910/models/_update_agent_runtime_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_apig_llmmodel_input.py +83 -0
- alibabacloud_agentrun20250910/models/_update_credential_input.py +60 -0
- alibabacloud_agentrun20250910/models/_update_credential_output.py +124 -0
- alibabacloud_agentrun20250910/models/_update_credential_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_credential_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_custom_domain_input.py +79 -0
- alibabacloud_agentrun20250910/models/_update_domain_input.py +41 -0
- alibabacloud_agentrun20250910/models/_update_model_input.py +83 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_input.py +93 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_model_proxy_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_model_service_input.py +98 -0
- alibabacloud_agentrun20250910/models/_update_model_service_request.py +36 -0
- alibabacloud_agentrun20250910/models/_update_model_service_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_target_configuration_input.py +44 -0
- alibabacloud_agentrun20250910/models/_update_template_input.py +177 -0
- alibabacloud_agentrun20250910/models/_update_template_request.py +48 -0
- alibabacloud_agentrun20250910/models/_update_template_response.py +54 -0
- alibabacloud_agentrun20250910/models/_update_tool_data.py +65 -0
- alibabacloud_agentrun20250910/models/_update_tool_input.py +49 -0
- alibabacloud_agentrun20250910/models/_update_tool_output.py +52 -0
- alibabacloud_agentrun20250910/models/_version_weight.py +43 -0
- alibabacloud_agentrun20250910/models/_view_port_configuration.py +47 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/LICENSE +13 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/METADATA +69 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/RECORD +282 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/WHEEL +5 -0
- alibabacloud_agentrun20250910-5.0.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,579 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# This file is auto-generated, don't edit it. Thanks.
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from ._agent_runtime import AgentRuntime
|
|
6
|
+
from ._agent_runtime_endpoint import AgentRuntimeEndpoint
|
|
7
|
+
from ._agent_runtime_endpoint_result import AgentRuntimeEndpointResult
|
|
8
|
+
from ._agent_runtime_result import AgentRuntimeResult
|
|
9
|
+
from ._agent_runtime_version import AgentRuntimeVersion
|
|
10
|
+
from ._agent_runtime_version_result import AgentRuntimeVersionResult
|
|
11
|
+
from ._ai_fallback_config import AiFallbackConfig
|
|
12
|
+
from ._ai_fallback_service_config import AiFallbackServiceConfig
|
|
13
|
+
from ._ai_service_config import AiServiceConfig
|
|
14
|
+
from ._apig_llmmodel import ApigLLMModel
|
|
15
|
+
from ._arms_configuration import ArmsConfiguration
|
|
16
|
+
from ._attach_policy_config import AttachPolicyConfig
|
|
17
|
+
from ._browser import Browser
|
|
18
|
+
from ._browser_automation_stream import BrowserAutomationStream
|
|
19
|
+
from ._browser_configuration import BrowserConfiguration
|
|
20
|
+
from ._browser_live_view_stream import BrowserLiveViewStream
|
|
21
|
+
from ._browser_oss_location import BrowserOssLocation
|
|
22
|
+
from ._browser_recording_configuration import BrowserRecordingConfiguration
|
|
23
|
+
from ._browser_result import BrowserResult
|
|
24
|
+
from ._browser_session_list_out import BrowserSessionListOut
|
|
25
|
+
from ._browser_session_out import BrowserSessionOut
|
|
26
|
+
from ._browser_streams import BrowserStreams
|
|
27
|
+
from ._browser_view_port import BrowserViewPort
|
|
28
|
+
from ._capconfig import CAPConfig
|
|
29
|
+
from ._cert_config import CertConfig
|
|
30
|
+
from ._code_configuration import CodeConfiguration
|
|
31
|
+
from ._code_info import CodeInfo
|
|
32
|
+
from ._code_interpreter import CodeInterpreter
|
|
33
|
+
from ._code_interpreter_result import CodeInterpreterResult
|
|
34
|
+
from ._code_interpreter_session_config import CodeInterpreterSessionConfig
|
|
35
|
+
from ._code_interpreter_session_list_out import CodeInterpreterSessionListOut
|
|
36
|
+
from ._code_interpreter_session_out import CodeInterpreterSessionOut
|
|
37
|
+
from ._common_result import CommonResult
|
|
38
|
+
from ._container_configuration import ContainerConfiguration
|
|
39
|
+
from ._create_agent_runtime_endpoint_input import CreateAgentRuntimeEndpointInput
|
|
40
|
+
from ._create_agent_runtime_input import CreateAgentRuntimeInput
|
|
41
|
+
from ._create_agent_runtime_version_input import CreateAgentRuntimeVersionInput
|
|
42
|
+
from ._create_apig_llmmodel_input import CreateApigLLMModelInput
|
|
43
|
+
from ._create_browser_input import CreateBrowserInput
|
|
44
|
+
from ._create_code_interpreter_input import CreateCodeInterpreterInput
|
|
45
|
+
from ._create_credential_input import CreateCredentialInput
|
|
46
|
+
from ._create_credential_output import CreateCredentialOutput
|
|
47
|
+
from ._create_custom_domain_input import CreateCustomDomainInput
|
|
48
|
+
from ._create_domain_input import CreateDomainInput
|
|
49
|
+
from ._create_gateway_input import CreateGatewayInput
|
|
50
|
+
from ._create_gateway_target_input import CreateGatewayTargetInput
|
|
51
|
+
from ._create_model_input import CreateModelInput
|
|
52
|
+
from ._create_model_proxy_input import CreateModelProxyInput
|
|
53
|
+
from ._create_model_service_input import CreateModelServiceInput
|
|
54
|
+
from ._create_sandbox_input import CreateSandboxInput
|
|
55
|
+
from ._create_template_input import CreateTemplateInput
|
|
56
|
+
from ._create_tool_data import CreateToolData
|
|
57
|
+
from ._create_tool_input import CreateToolInput
|
|
58
|
+
from ._create_tool_output import CreateToolOutput
|
|
59
|
+
from ._credential import Credential
|
|
60
|
+
from ._credential_configuration import CredentialConfiguration
|
|
61
|
+
from ._credential_list_item import CredentialListItem
|
|
62
|
+
from ._credential_public_config import CredentialPublicConfig
|
|
63
|
+
from ._credential_result import CredentialResult
|
|
64
|
+
from ._custom_domain import CustomDomain
|
|
65
|
+
from ._custom_domain_result import CustomDomainResult
|
|
66
|
+
from ._custom_runtime_config import CustomRuntimeConfig
|
|
67
|
+
from ._delete_browser_out import DeleteBrowserOut
|
|
68
|
+
from ._delete_browser_result import DeleteBrowserResult
|
|
69
|
+
from ._delete_code_interpreter_out import DeleteCodeInterpreterOut
|
|
70
|
+
from ._delete_code_interpreter_result import DeleteCodeInterpreterResult
|
|
71
|
+
from ._delete_model_proxy_result import DeleteModelProxyResult
|
|
72
|
+
from ._delete_model_service_result import DeleteModelServiceResult
|
|
73
|
+
from ._delete_sandbox_result import DeleteSandboxResult
|
|
74
|
+
from ._delete_template_result import DeleteTemplateResult
|
|
75
|
+
from ._deregister_service_input import DeregisterServiceInput
|
|
76
|
+
from ._domain_info import DomainInfo
|
|
77
|
+
from ._error_result import ErrorResult
|
|
78
|
+
from ._fclink_config import FCLinkConfig
|
|
79
|
+
from ._gateway import Gateway
|
|
80
|
+
from ._gateway_network_configuration import GatewayNetworkConfiguration
|
|
81
|
+
from ._get_browser_session_result import GetBrowserSessionResult
|
|
82
|
+
from ._get_code_interpreter_session_result import GetCodeInterpreterSessionResult
|
|
83
|
+
from ._get_credential_output import GetCredentialOutput
|
|
84
|
+
from ._get_tool_output import GetToolOutput
|
|
85
|
+
from ._gray_traffic_weight import GrayTrafficWeight
|
|
86
|
+
from ._health_check_config import HealthCheckConfig
|
|
87
|
+
from ._health_check_configuration import HealthCheckConfiguration
|
|
88
|
+
from ._llmapiconfiguration import LLMAPIConfiguration
|
|
89
|
+
from ._llmdeploy_config import LLMDeployConfig
|
|
90
|
+
from ._list_agent_runtime_endpoints_input import ListAgentRuntimeEndpointsInput
|
|
91
|
+
from ._list_agent_runtime_endpoints_output import ListAgentRuntimeEndpointsOutput
|
|
92
|
+
from ._list_agent_runtime_endpoints_result import ListAgentRuntimeEndpointsResult
|
|
93
|
+
from ._list_agent_runtime_versions_input import ListAgentRuntimeVersionsInput
|
|
94
|
+
from ._list_agent_runtime_versions_output import ListAgentRuntimeVersionsOutput
|
|
95
|
+
from ._list_agent_runtime_versions_result import ListAgentRuntimeVersionsResult
|
|
96
|
+
from ._list_agent_runtimes_input import ListAgentRuntimesInput
|
|
97
|
+
from ._list_agent_runtimes_output import ListAgentRuntimesOutput
|
|
98
|
+
from ._list_agent_runtimes_result import ListAgentRuntimesResult
|
|
99
|
+
from ._list_browser_session_result import ListBrowserSessionResult
|
|
100
|
+
from ._list_browsers_input import ListBrowsersInput
|
|
101
|
+
from ._list_browsers_output import ListBrowsersOutput
|
|
102
|
+
from ._list_browsers_result import ListBrowsersResult
|
|
103
|
+
from ._list_code_interpreter_session_result import ListCodeInterpreterSessionResult
|
|
104
|
+
from ._list_code_interpreters_input import ListCodeInterpretersInput
|
|
105
|
+
from ._list_code_interpreters_output import ListCodeInterpretersOutput
|
|
106
|
+
from ._list_code_interpreters_result import ListCodeInterpretersResult
|
|
107
|
+
from ._list_credentials_output import ListCredentialsOutput
|
|
108
|
+
from ._list_credentials_result import ListCredentialsResult
|
|
109
|
+
from ._list_custom_domains_output import ListCustomDomainsOutput
|
|
110
|
+
from ._list_custom_domains_result import ListCustomDomainsResult
|
|
111
|
+
from ._list_domains_output import ListDomainsOutput
|
|
112
|
+
from ._list_gateways_output import ListGatewaysOutput
|
|
113
|
+
from ._list_model_proxies_output import ListModelProxiesOutput
|
|
114
|
+
from ._list_model_proxies_result import ListModelProxiesResult
|
|
115
|
+
from ._list_model_services_output import ListModelServicesOutput
|
|
116
|
+
from ._list_model_services_result import ListModelServicesResult
|
|
117
|
+
from ._list_sandboxes_output import ListSandboxesOutput
|
|
118
|
+
from ._list_sandboxes_result import ListSandboxesResult
|
|
119
|
+
from ._list_templates_output import ListTemplatesOutput
|
|
120
|
+
from ._list_templates_result import ListTemplatesResult
|
|
121
|
+
from ._list_tools_output import ListToolsOutput
|
|
122
|
+
from ._log_configuration import LogConfiguration
|
|
123
|
+
from ._mcpapi import MCPAPI
|
|
124
|
+
from ._mcpapiconfiguration import MCPAPIConfiguration
|
|
125
|
+
from ._mcpbackend_config import MCPBackendConfig
|
|
126
|
+
from ._mcpmatch import MCPMatch
|
|
127
|
+
from ._mcppath_match import MCPPathMatch
|
|
128
|
+
from ._mcpserver_config import MCPServerConfig
|
|
129
|
+
from ._mcpservice_config import MCPServiceConfig
|
|
130
|
+
from ._model import Model
|
|
131
|
+
from ._model_features import ModelFeatures
|
|
132
|
+
from ._model_info_config import ModelInfoConfig
|
|
133
|
+
from ._model_parameter_rule import ModelParameterRule
|
|
134
|
+
from ._model_properties import ModelProperties
|
|
135
|
+
from ._model_proxy import ModelProxy
|
|
136
|
+
from ._model_proxy_result import ModelProxyResult
|
|
137
|
+
from ._model_service import ModelService
|
|
138
|
+
from ._model_service_result import ModelServiceResult
|
|
139
|
+
from ._nasconfig import NASConfig
|
|
140
|
+
from ._nasmount_config import NASMountConfig
|
|
141
|
+
from ._network_configuration import NetworkConfiguration
|
|
142
|
+
from ._ossmount_config import OSSMountConfig
|
|
143
|
+
from ._ossmount_point import OSSMountPoint
|
|
144
|
+
from ._oss_configuration import OssConfiguration
|
|
145
|
+
from ._pagination_info import PaginationInfo
|
|
146
|
+
from ._path_config import PathConfig
|
|
147
|
+
from ._polar_fs_config import PolarFsConfig
|
|
148
|
+
from ._polar_fs_mount_config import PolarFsMountConfig
|
|
149
|
+
from ._policy_config import PolicyConfig
|
|
150
|
+
from ._protocol_configuration import ProtocolConfiguration
|
|
151
|
+
from ._provider_settings import ProviderSettings
|
|
152
|
+
from ._proxy_config import ProxyConfig
|
|
153
|
+
from ._publish_runtime_version_input import PublishRuntimeVersionInput
|
|
154
|
+
from ._recording_configuration import RecordingConfiguration
|
|
155
|
+
from ._register_service_input import RegisterServiceInput
|
|
156
|
+
from ._related_resource import RelatedResource
|
|
157
|
+
from ._related_workload import RelatedWorkload
|
|
158
|
+
from ._route_config import RouteConfig
|
|
159
|
+
from ._routing_configuration import RoutingConfiguration
|
|
160
|
+
from ._sandbox import Sandbox
|
|
161
|
+
from ._sandbox_health_check_out import SandboxHealthCheckOut
|
|
162
|
+
from ._sandbox_health_check_result import SandboxHealthCheckResult
|
|
163
|
+
from ._sandbox_result import SandboxResult
|
|
164
|
+
from ._service_config import ServiceConfig
|
|
165
|
+
from ._service_result import ServiceResult
|
|
166
|
+
from ._start_browser_session_input import StartBrowserSessionInput
|
|
167
|
+
from ._start_browser_session_result import StartBrowserSessionResult
|
|
168
|
+
from ._start_code_interpreter_session_input import StartCodeInterpreterSessionInput
|
|
169
|
+
from ._start_code_interpreter_session_result import StartCodeInterpreterSessionResult
|
|
170
|
+
from ._stop_code_interpreter_session_result import StopCodeInterpreterSessionResult
|
|
171
|
+
from ._stop_sandbox_result import StopSandboxResult
|
|
172
|
+
from ._tlsconfig import TLSConfig
|
|
173
|
+
from ._target import Target
|
|
174
|
+
from ._target_configuration import TargetConfiguration
|
|
175
|
+
from ._target_service_config import TargetServiceConfig
|
|
176
|
+
from ._template import Template
|
|
177
|
+
from ._template_result import TemplateResult
|
|
178
|
+
from ._tool_info import ToolInfo
|
|
179
|
+
from ._tool_list_item import ToolListItem
|
|
180
|
+
from ._trigger_config import TriggerConfig
|
|
181
|
+
from ._update_agent_runtime_endpoint_input import UpdateAgentRuntimeEndpointInput
|
|
182
|
+
from ._update_agent_runtime_input import UpdateAgentRuntimeInput
|
|
183
|
+
from ._update_apig_llmmodel_input import UpdateApigLLMModelInput
|
|
184
|
+
from ._update_credential_input import UpdateCredentialInput
|
|
185
|
+
from ._update_credential_output import UpdateCredentialOutput
|
|
186
|
+
from ._update_custom_domain_input import UpdateCustomDomainInput
|
|
187
|
+
from ._update_domain_input import UpdateDomainInput
|
|
188
|
+
from ._update_model_input import UpdateModelInput
|
|
189
|
+
from ._update_model_proxy_input import UpdateModelProxyInput
|
|
190
|
+
from ._update_model_service_input import UpdateModelServiceInput
|
|
191
|
+
from ._update_target_configuration_input import UpdateTargetConfigurationInput
|
|
192
|
+
from ._update_template_input import UpdateTemplateInput
|
|
193
|
+
from ._update_tool_data import UpdateToolData
|
|
194
|
+
from ._update_tool_input import UpdateToolInput
|
|
195
|
+
from ._update_tool_output import UpdateToolOutput
|
|
196
|
+
from ._version_weight import VersionWeight
|
|
197
|
+
from ._view_port_configuration import ViewPortConfiguration
|
|
198
|
+
from ._activate_template_mcprequest import ActivateTemplateMCPRequest
|
|
199
|
+
from ._activate_template_mcpresponse import ActivateTemplateMCPResponse
|
|
200
|
+
from ._create_agent_runtime_request import CreateAgentRuntimeRequest
|
|
201
|
+
from ._create_agent_runtime_response import CreateAgentRuntimeResponse
|
|
202
|
+
from ._create_agent_runtime_endpoint_request import CreateAgentRuntimeEndpointRequest
|
|
203
|
+
from ._create_agent_runtime_endpoint_response import CreateAgentRuntimeEndpointResponse
|
|
204
|
+
from ._create_browser_request import CreateBrowserRequest
|
|
205
|
+
from ._create_browser_response import CreateBrowserResponse
|
|
206
|
+
from ._create_code_interpreter_request import CreateCodeInterpreterRequest
|
|
207
|
+
from ._create_code_interpreter_response import CreateCodeInterpreterResponse
|
|
208
|
+
from ._create_credential_request import CreateCredentialRequest
|
|
209
|
+
from ._create_credential_response import CreateCredentialResponse
|
|
210
|
+
from ._create_model_proxy_request import CreateModelProxyRequest
|
|
211
|
+
from ._create_model_proxy_response import CreateModelProxyResponse
|
|
212
|
+
from ._create_model_service_request import CreateModelServiceRequest
|
|
213
|
+
from ._create_model_service_response import CreateModelServiceResponse
|
|
214
|
+
from ._create_sandbox_request import CreateSandboxRequest
|
|
215
|
+
from ._create_sandbox_response import CreateSandboxResponse
|
|
216
|
+
from ._create_template_request import CreateTemplateRequest
|
|
217
|
+
from ._create_template_response import CreateTemplateResponse
|
|
218
|
+
from ._delete_agent_runtime_response import DeleteAgentRuntimeResponse
|
|
219
|
+
from ._delete_agent_runtime_endpoint_response import DeleteAgentRuntimeEndpointResponse
|
|
220
|
+
from ._delete_browser_response import DeleteBrowserResponse
|
|
221
|
+
from ._delete_code_interpreter_response import DeleteCodeInterpreterResponse
|
|
222
|
+
from ._delete_credential_response import DeleteCredentialResponse
|
|
223
|
+
from ._delete_model_proxy_response import DeleteModelProxyResponse
|
|
224
|
+
from ._delete_model_service_response import DeleteModelServiceResponse
|
|
225
|
+
from ._delete_sandbox_response import DeleteSandboxResponse
|
|
226
|
+
from ._delete_template_response import DeleteTemplateResponse
|
|
227
|
+
from ._get_access_token_request import GetAccessTokenRequest
|
|
228
|
+
from ._get_access_token_response_body import GetAccessTokenResponseBody
|
|
229
|
+
from ._get_access_token_response import GetAccessTokenResponse
|
|
230
|
+
from ._get_agent_runtime_request import GetAgentRuntimeRequest
|
|
231
|
+
from ._get_agent_runtime_response import GetAgentRuntimeResponse
|
|
232
|
+
from ._get_agent_runtime_endpoint_response import GetAgentRuntimeEndpointResponse
|
|
233
|
+
from ._get_browser_response import GetBrowserResponse
|
|
234
|
+
from ._get_code_interpreter_response import GetCodeInterpreterResponse
|
|
235
|
+
from ._get_credential_response import GetCredentialResponse
|
|
236
|
+
from ._get_model_proxy_response import GetModelProxyResponse
|
|
237
|
+
from ._get_model_service_response import GetModelServiceResponse
|
|
238
|
+
from ._get_sandbox_response import GetSandboxResponse
|
|
239
|
+
from ._get_template_response import GetTemplateResponse
|
|
240
|
+
from ._list_agent_runtime_endpoints_request import ListAgentRuntimeEndpointsRequest
|
|
241
|
+
from ._list_agent_runtime_endpoints_response import ListAgentRuntimeEndpointsResponse
|
|
242
|
+
from ._list_agent_runtime_versions_request import ListAgentRuntimeVersionsRequest
|
|
243
|
+
from ._list_agent_runtime_versions_response import ListAgentRuntimeVersionsResponse
|
|
244
|
+
from ._list_agent_runtimes_request import ListAgentRuntimesRequest
|
|
245
|
+
from ._list_agent_runtimes_response import ListAgentRuntimesResponse
|
|
246
|
+
from ._list_browsers_request import ListBrowsersRequest
|
|
247
|
+
from ._list_browsers_response import ListBrowsersResponse
|
|
248
|
+
from ._list_code_interpreters_request import ListCodeInterpretersRequest
|
|
249
|
+
from ._list_code_interpreters_response import ListCodeInterpretersResponse
|
|
250
|
+
from ._list_credentials_request import ListCredentialsRequest
|
|
251
|
+
from ._list_credentials_response import ListCredentialsResponse
|
|
252
|
+
from ._list_model_providers_request import ListModelProvidersRequest
|
|
253
|
+
from ._list_model_providers_response_body import ListModelProvidersResponseBody
|
|
254
|
+
from ._list_model_providers_response import ListModelProvidersResponse
|
|
255
|
+
from ._list_model_proxies_request import ListModelProxiesRequest
|
|
256
|
+
from ._list_model_proxies_response import ListModelProxiesResponse
|
|
257
|
+
from ._list_model_services_request import ListModelServicesRequest
|
|
258
|
+
from ._list_model_services_response import ListModelServicesResponse
|
|
259
|
+
from ._list_sandboxes_request import ListSandboxesRequest
|
|
260
|
+
from ._list_sandboxes_response import ListSandboxesResponse
|
|
261
|
+
from ._list_templates_request import ListTemplatesRequest
|
|
262
|
+
from ._list_templates_response import ListTemplatesResponse
|
|
263
|
+
from ._publish_runtime_version_request import PublishRuntimeVersionRequest
|
|
264
|
+
from ._publish_runtime_version_response import PublishRuntimeVersionResponse
|
|
265
|
+
from ._stop_sandbox_response import StopSandboxResponse
|
|
266
|
+
from ._stop_template_mcpresponse import StopTemplateMCPResponse
|
|
267
|
+
from ._update_agent_runtime_request import UpdateAgentRuntimeRequest
|
|
268
|
+
from ._update_agent_runtime_response import UpdateAgentRuntimeResponse
|
|
269
|
+
from ._update_agent_runtime_endpoint_request import UpdateAgentRuntimeEndpointRequest
|
|
270
|
+
from ._update_agent_runtime_endpoint_response import UpdateAgentRuntimeEndpointResponse
|
|
271
|
+
from ._update_credential_request import UpdateCredentialRequest
|
|
272
|
+
from ._update_credential_response import UpdateCredentialResponse
|
|
273
|
+
from ._update_model_proxy_request import UpdateModelProxyRequest
|
|
274
|
+
from ._update_model_proxy_response import UpdateModelProxyResponse
|
|
275
|
+
from ._update_model_service_request import UpdateModelServiceRequest
|
|
276
|
+
from ._update_model_service_response import UpdateModelServiceResponse
|
|
277
|
+
from ._update_template_request import UpdateTemplateRequest
|
|
278
|
+
from ._update_template_response import UpdateTemplateResponse
|
|
279
|
+
from ._credential_public_config import CredentialPublicConfigRemoteConfig
|
|
280
|
+
from ._credential_public_config import CredentialPublicConfigUsers
|
|
281
|
+
from ._proxy_config import ProxyConfigEndpoints
|
|
282
|
+
from ._proxy_config import ProxyConfigPoliciesAiGuardrailConfig
|
|
283
|
+
from ._proxy_config import ProxyConfigPoliciesFallbacks
|
|
284
|
+
from ._proxy_config import ProxyConfigPoliciesTokenRateLimiter
|
|
285
|
+
from ._proxy_config import ProxyConfigPolicies
|
|
286
|
+
from ._template import TemplateMcpOptions
|
|
287
|
+
from ._template import TemplateMcpState
|
|
288
|
+
from ._get_access_token_response_body import GetAccessTokenResponseBodyData
|
|
289
|
+
from ._list_model_providers_response_body import ListModelProvidersResponseBodyDataItems
|
|
290
|
+
from ._list_model_providers_response_body import ListModelProvidersResponseBodyData
|
|
291
|
+
|
|
292
|
+
__all__ = [
|
|
293
|
+
AgentRuntime,
|
|
294
|
+
AgentRuntimeEndpoint,
|
|
295
|
+
AgentRuntimeEndpointResult,
|
|
296
|
+
AgentRuntimeResult,
|
|
297
|
+
AgentRuntimeVersion,
|
|
298
|
+
AgentRuntimeVersionResult,
|
|
299
|
+
AiFallbackConfig,
|
|
300
|
+
AiFallbackServiceConfig,
|
|
301
|
+
AiServiceConfig,
|
|
302
|
+
ApigLLMModel,
|
|
303
|
+
ArmsConfiguration,
|
|
304
|
+
AttachPolicyConfig,
|
|
305
|
+
Browser,
|
|
306
|
+
BrowserAutomationStream,
|
|
307
|
+
BrowserConfiguration,
|
|
308
|
+
BrowserLiveViewStream,
|
|
309
|
+
BrowserOssLocation,
|
|
310
|
+
BrowserRecordingConfiguration,
|
|
311
|
+
BrowserResult,
|
|
312
|
+
BrowserSessionListOut,
|
|
313
|
+
BrowserSessionOut,
|
|
314
|
+
BrowserStreams,
|
|
315
|
+
BrowserViewPort,
|
|
316
|
+
CAPConfig,
|
|
317
|
+
CertConfig,
|
|
318
|
+
CodeConfiguration,
|
|
319
|
+
CodeInfo,
|
|
320
|
+
CodeInterpreter,
|
|
321
|
+
CodeInterpreterResult,
|
|
322
|
+
CodeInterpreterSessionConfig,
|
|
323
|
+
CodeInterpreterSessionListOut,
|
|
324
|
+
CodeInterpreterSessionOut,
|
|
325
|
+
CommonResult,
|
|
326
|
+
ContainerConfiguration,
|
|
327
|
+
CreateAgentRuntimeEndpointInput,
|
|
328
|
+
CreateAgentRuntimeInput,
|
|
329
|
+
CreateAgentRuntimeVersionInput,
|
|
330
|
+
CreateApigLLMModelInput,
|
|
331
|
+
CreateBrowserInput,
|
|
332
|
+
CreateCodeInterpreterInput,
|
|
333
|
+
CreateCredentialInput,
|
|
334
|
+
CreateCredentialOutput,
|
|
335
|
+
CreateCustomDomainInput,
|
|
336
|
+
CreateDomainInput,
|
|
337
|
+
CreateGatewayInput,
|
|
338
|
+
CreateGatewayTargetInput,
|
|
339
|
+
CreateModelInput,
|
|
340
|
+
CreateModelProxyInput,
|
|
341
|
+
CreateModelServiceInput,
|
|
342
|
+
CreateSandboxInput,
|
|
343
|
+
CreateTemplateInput,
|
|
344
|
+
CreateToolData,
|
|
345
|
+
CreateToolInput,
|
|
346
|
+
CreateToolOutput,
|
|
347
|
+
Credential,
|
|
348
|
+
CredentialConfiguration,
|
|
349
|
+
CredentialListItem,
|
|
350
|
+
CredentialPublicConfig,
|
|
351
|
+
CredentialResult,
|
|
352
|
+
CustomDomain,
|
|
353
|
+
CustomDomainResult,
|
|
354
|
+
CustomRuntimeConfig,
|
|
355
|
+
DeleteBrowserOut,
|
|
356
|
+
DeleteBrowserResult,
|
|
357
|
+
DeleteCodeInterpreterOut,
|
|
358
|
+
DeleteCodeInterpreterResult,
|
|
359
|
+
DeleteModelProxyResult,
|
|
360
|
+
DeleteModelServiceResult,
|
|
361
|
+
DeleteSandboxResult,
|
|
362
|
+
DeleteTemplateResult,
|
|
363
|
+
DeregisterServiceInput,
|
|
364
|
+
DomainInfo,
|
|
365
|
+
ErrorResult,
|
|
366
|
+
FCLinkConfig,
|
|
367
|
+
Gateway,
|
|
368
|
+
GatewayNetworkConfiguration,
|
|
369
|
+
GetBrowserSessionResult,
|
|
370
|
+
GetCodeInterpreterSessionResult,
|
|
371
|
+
GetCredentialOutput,
|
|
372
|
+
GetToolOutput,
|
|
373
|
+
GrayTrafficWeight,
|
|
374
|
+
HealthCheckConfig,
|
|
375
|
+
HealthCheckConfiguration,
|
|
376
|
+
LLMAPIConfiguration,
|
|
377
|
+
LLMDeployConfig,
|
|
378
|
+
ListAgentRuntimeEndpointsInput,
|
|
379
|
+
ListAgentRuntimeEndpointsOutput,
|
|
380
|
+
ListAgentRuntimeEndpointsResult,
|
|
381
|
+
ListAgentRuntimeVersionsInput,
|
|
382
|
+
ListAgentRuntimeVersionsOutput,
|
|
383
|
+
ListAgentRuntimeVersionsResult,
|
|
384
|
+
ListAgentRuntimesInput,
|
|
385
|
+
ListAgentRuntimesOutput,
|
|
386
|
+
ListAgentRuntimesResult,
|
|
387
|
+
ListBrowserSessionResult,
|
|
388
|
+
ListBrowsersInput,
|
|
389
|
+
ListBrowsersOutput,
|
|
390
|
+
ListBrowsersResult,
|
|
391
|
+
ListCodeInterpreterSessionResult,
|
|
392
|
+
ListCodeInterpretersInput,
|
|
393
|
+
ListCodeInterpretersOutput,
|
|
394
|
+
ListCodeInterpretersResult,
|
|
395
|
+
ListCredentialsOutput,
|
|
396
|
+
ListCredentialsResult,
|
|
397
|
+
ListCustomDomainsOutput,
|
|
398
|
+
ListCustomDomainsResult,
|
|
399
|
+
ListDomainsOutput,
|
|
400
|
+
ListGatewaysOutput,
|
|
401
|
+
ListModelProxiesOutput,
|
|
402
|
+
ListModelProxiesResult,
|
|
403
|
+
ListModelServicesOutput,
|
|
404
|
+
ListModelServicesResult,
|
|
405
|
+
ListSandboxesOutput,
|
|
406
|
+
ListSandboxesResult,
|
|
407
|
+
ListTemplatesOutput,
|
|
408
|
+
ListTemplatesResult,
|
|
409
|
+
ListToolsOutput,
|
|
410
|
+
LogConfiguration,
|
|
411
|
+
MCPAPI,
|
|
412
|
+
MCPAPIConfiguration,
|
|
413
|
+
MCPBackendConfig,
|
|
414
|
+
MCPMatch,
|
|
415
|
+
MCPPathMatch,
|
|
416
|
+
MCPServerConfig,
|
|
417
|
+
MCPServiceConfig,
|
|
418
|
+
Model,
|
|
419
|
+
ModelFeatures,
|
|
420
|
+
ModelInfoConfig,
|
|
421
|
+
ModelParameterRule,
|
|
422
|
+
ModelProperties,
|
|
423
|
+
ModelProxy,
|
|
424
|
+
ModelProxyResult,
|
|
425
|
+
ModelService,
|
|
426
|
+
ModelServiceResult,
|
|
427
|
+
NASConfig,
|
|
428
|
+
NASMountConfig,
|
|
429
|
+
NetworkConfiguration,
|
|
430
|
+
OSSMountConfig,
|
|
431
|
+
OSSMountPoint,
|
|
432
|
+
OssConfiguration,
|
|
433
|
+
PaginationInfo,
|
|
434
|
+
PathConfig,
|
|
435
|
+
PolarFsConfig,
|
|
436
|
+
PolarFsMountConfig,
|
|
437
|
+
PolicyConfig,
|
|
438
|
+
ProtocolConfiguration,
|
|
439
|
+
ProviderSettings,
|
|
440
|
+
ProxyConfig,
|
|
441
|
+
PublishRuntimeVersionInput,
|
|
442
|
+
RecordingConfiguration,
|
|
443
|
+
RegisterServiceInput,
|
|
444
|
+
RelatedResource,
|
|
445
|
+
RelatedWorkload,
|
|
446
|
+
RouteConfig,
|
|
447
|
+
RoutingConfiguration,
|
|
448
|
+
Sandbox,
|
|
449
|
+
SandboxHealthCheckOut,
|
|
450
|
+
SandboxHealthCheckResult,
|
|
451
|
+
SandboxResult,
|
|
452
|
+
ServiceConfig,
|
|
453
|
+
ServiceResult,
|
|
454
|
+
StartBrowserSessionInput,
|
|
455
|
+
StartBrowserSessionResult,
|
|
456
|
+
StartCodeInterpreterSessionInput,
|
|
457
|
+
StartCodeInterpreterSessionResult,
|
|
458
|
+
StopCodeInterpreterSessionResult,
|
|
459
|
+
StopSandboxResult,
|
|
460
|
+
TLSConfig,
|
|
461
|
+
Target,
|
|
462
|
+
TargetConfiguration,
|
|
463
|
+
TargetServiceConfig,
|
|
464
|
+
Template,
|
|
465
|
+
TemplateResult,
|
|
466
|
+
ToolInfo,
|
|
467
|
+
ToolListItem,
|
|
468
|
+
TriggerConfig,
|
|
469
|
+
UpdateAgentRuntimeEndpointInput,
|
|
470
|
+
UpdateAgentRuntimeInput,
|
|
471
|
+
UpdateApigLLMModelInput,
|
|
472
|
+
UpdateCredentialInput,
|
|
473
|
+
UpdateCredentialOutput,
|
|
474
|
+
UpdateCustomDomainInput,
|
|
475
|
+
UpdateDomainInput,
|
|
476
|
+
UpdateModelInput,
|
|
477
|
+
UpdateModelProxyInput,
|
|
478
|
+
UpdateModelServiceInput,
|
|
479
|
+
UpdateTargetConfigurationInput,
|
|
480
|
+
UpdateTemplateInput,
|
|
481
|
+
UpdateToolData,
|
|
482
|
+
UpdateToolInput,
|
|
483
|
+
UpdateToolOutput,
|
|
484
|
+
VersionWeight,
|
|
485
|
+
ViewPortConfiguration,
|
|
486
|
+
ActivateTemplateMCPRequest,
|
|
487
|
+
ActivateTemplateMCPResponse,
|
|
488
|
+
CreateAgentRuntimeRequest,
|
|
489
|
+
CreateAgentRuntimeResponse,
|
|
490
|
+
CreateAgentRuntimeEndpointRequest,
|
|
491
|
+
CreateAgentRuntimeEndpointResponse,
|
|
492
|
+
CreateBrowserRequest,
|
|
493
|
+
CreateBrowserResponse,
|
|
494
|
+
CreateCodeInterpreterRequest,
|
|
495
|
+
CreateCodeInterpreterResponse,
|
|
496
|
+
CreateCredentialRequest,
|
|
497
|
+
CreateCredentialResponse,
|
|
498
|
+
CreateModelProxyRequest,
|
|
499
|
+
CreateModelProxyResponse,
|
|
500
|
+
CreateModelServiceRequest,
|
|
501
|
+
CreateModelServiceResponse,
|
|
502
|
+
CreateSandboxRequest,
|
|
503
|
+
CreateSandboxResponse,
|
|
504
|
+
CreateTemplateRequest,
|
|
505
|
+
CreateTemplateResponse,
|
|
506
|
+
DeleteAgentRuntimeResponse,
|
|
507
|
+
DeleteAgentRuntimeEndpointResponse,
|
|
508
|
+
DeleteBrowserResponse,
|
|
509
|
+
DeleteCodeInterpreterResponse,
|
|
510
|
+
DeleteCredentialResponse,
|
|
511
|
+
DeleteModelProxyResponse,
|
|
512
|
+
DeleteModelServiceResponse,
|
|
513
|
+
DeleteSandboxResponse,
|
|
514
|
+
DeleteTemplateResponse,
|
|
515
|
+
GetAccessTokenRequest,
|
|
516
|
+
GetAccessTokenResponseBody,
|
|
517
|
+
GetAccessTokenResponse,
|
|
518
|
+
GetAgentRuntimeRequest,
|
|
519
|
+
GetAgentRuntimeResponse,
|
|
520
|
+
GetAgentRuntimeEndpointResponse,
|
|
521
|
+
GetBrowserResponse,
|
|
522
|
+
GetCodeInterpreterResponse,
|
|
523
|
+
GetCredentialResponse,
|
|
524
|
+
GetModelProxyResponse,
|
|
525
|
+
GetModelServiceResponse,
|
|
526
|
+
GetSandboxResponse,
|
|
527
|
+
GetTemplateResponse,
|
|
528
|
+
ListAgentRuntimeEndpointsRequest,
|
|
529
|
+
ListAgentRuntimeEndpointsResponse,
|
|
530
|
+
ListAgentRuntimeVersionsRequest,
|
|
531
|
+
ListAgentRuntimeVersionsResponse,
|
|
532
|
+
ListAgentRuntimesRequest,
|
|
533
|
+
ListAgentRuntimesResponse,
|
|
534
|
+
ListBrowsersRequest,
|
|
535
|
+
ListBrowsersResponse,
|
|
536
|
+
ListCodeInterpretersRequest,
|
|
537
|
+
ListCodeInterpretersResponse,
|
|
538
|
+
ListCredentialsRequest,
|
|
539
|
+
ListCredentialsResponse,
|
|
540
|
+
ListModelProvidersRequest,
|
|
541
|
+
ListModelProvidersResponseBody,
|
|
542
|
+
ListModelProvidersResponse,
|
|
543
|
+
ListModelProxiesRequest,
|
|
544
|
+
ListModelProxiesResponse,
|
|
545
|
+
ListModelServicesRequest,
|
|
546
|
+
ListModelServicesResponse,
|
|
547
|
+
ListSandboxesRequest,
|
|
548
|
+
ListSandboxesResponse,
|
|
549
|
+
ListTemplatesRequest,
|
|
550
|
+
ListTemplatesResponse,
|
|
551
|
+
PublishRuntimeVersionRequest,
|
|
552
|
+
PublishRuntimeVersionResponse,
|
|
553
|
+
StopSandboxResponse,
|
|
554
|
+
StopTemplateMCPResponse,
|
|
555
|
+
UpdateAgentRuntimeRequest,
|
|
556
|
+
UpdateAgentRuntimeResponse,
|
|
557
|
+
UpdateAgentRuntimeEndpointRequest,
|
|
558
|
+
UpdateAgentRuntimeEndpointResponse,
|
|
559
|
+
UpdateCredentialRequest,
|
|
560
|
+
UpdateCredentialResponse,
|
|
561
|
+
UpdateModelProxyRequest,
|
|
562
|
+
UpdateModelProxyResponse,
|
|
563
|
+
UpdateModelServiceRequest,
|
|
564
|
+
UpdateModelServiceResponse,
|
|
565
|
+
UpdateTemplateRequest,
|
|
566
|
+
UpdateTemplateResponse,
|
|
567
|
+
CredentialPublicConfigRemoteConfig,
|
|
568
|
+
CredentialPublicConfigUsers,
|
|
569
|
+
ProxyConfigEndpoints,
|
|
570
|
+
ProxyConfigPoliciesAiGuardrailConfig,
|
|
571
|
+
ProxyConfigPoliciesFallbacks,
|
|
572
|
+
ProxyConfigPoliciesTokenRateLimiter,
|
|
573
|
+
ProxyConfigPolicies,
|
|
574
|
+
TemplateMcpOptions,
|
|
575
|
+
TemplateMcpState,
|
|
576
|
+
GetAccessTokenResponseBodyData,
|
|
577
|
+
ListModelProvidersResponseBodyDataItems,
|
|
578
|
+
ListModelProvidersResponseBodyData
|
|
579
|
+
]
|
|
@@ -0,0 +1,43 @@
|
|
|
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 darabonba.model import DaraModel
|
|
8
|
+
|
|
9
|
+
class ActivateTemplateMCPRequest(DaraModel):
|
|
10
|
+
def __init__(
|
|
11
|
+
self,
|
|
12
|
+
enabled_tools: List[str] = None,
|
|
13
|
+
transport: str = None,
|
|
14
|
+
):
|
|
15
|
+
self.enabled_tools = enabled_tools
|
|
16
|
+
self.transport = transport
|
|
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.enabled_tools is not None:
|
|
27
|
+
result['enabledTools'] = self.enabled_tools
|
|
28
|
+
|
|
29
|
+
if self.transport is not None:
|
|
30
|
+
result['transport'] = self.transport
|
|
31
|
+
|
|
32
|
+
return result
|
|
33
|
+
|
|
34
|
+
def from_map(self, m: dict = None):
|
|
35
|
+
m = m or dict()
|
|
36
|
+
if m.get('enabledTools') is not None:
|
|
37
|
+
self.enabled_tools = m.get('enabledTools')
|
|
38
|
+
|
|
39
|
+
if m.get('transport') is not None:
|
|
40
|
+
self.transport = m.get('transport')
|
|
41
|
+
|
|
42
|
+
return self
|
|
43
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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 Dict
|
|
6
|
+
|
|
7
|
+
from alibabacloud_agentrun20250910 import models as main_models
|
|
8
|
+
from darabonba.model import DaraModel
|
|
9
|
+
|
|
10
|
+
class ActivateTemplateMCPResponse(DaraModel):
|
|
11
|
+
def __init__(
|
|
12
|
+
self,
|
|
13
|
+
headers: Dict[str, str] = None,
|
|
14
|
+
status_code: int = None,
|
|
15
|
+
body: main_models.TemplateResult = None,
|
|
16
|
+
):
|
|
17
|
+
self.headers = headers
|
|
18
|
+
self.status_code = status_code
|
|
19
|
+
self.body = body
|
|
20
|
+
|
|
21
|
+
def validate(self):
|
|
22
|
+
if self.body:
|
|
23
|
+
self.body.validate()
|
|
24
|
+
|
|
25
|
+
def to_map(self):
|
|
26
|
+
result = dict()
|
|
27
|
+
_map = super().to_map()
|
|
28
|
+
if _map is not None:
|
|
29
|
+
result = _map
|
|
30
|
+
if self.headers is not None:
|
|
31
|
+
result['headers'] = self.headers
|
|
32
|
+
|
|
33
|
+
if self.status_code is not None:
|
|
34
|
+
result['statusCode'] = self.status_code
|
|
35
|
+
|
|
36
|
+
if self.body is not None:
|
|
37
|
+
result['body'] = self.body.to_map()
|
|
38
|
+
|
|
39
|
+
return result
|
|
40
|
+
|
|
41
|
+
def from_map(self, m: dict = None):
|
|
42
|
+
m = m or dict()
|
|
43
|
+
if m.get('headers') is not None:
|
|
44
|
+
self.headers = m.get('headers')
|
|
45
|
+
|
|
46
|
+
if m.get('statusCode') is not None:
|
|
47
|
+
self.status_code = m.get('statusCode')
|
|
48
|
+
|
|
49
|
+
if m.get('body') is not None:
|
|
50
|
+
temp_model = main_models.TemplateResult()
|
|
51
|
+
self.body = temp_model.from_map(m.get('body'))
|
|
52
|
+
|
|
53
|
+
return self
|
|
54
|
+
|