@alicloud/agentrun20250910 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +446 -0
- package/dist/client.js +941 -0
- package/dist/client.js.map +1 -0
- package/dist/models/AgentRuntime.d.ts +138 -0
- package/dist/models/AgentRuntime.js +131 -0
- package/dist/models/AgentRuntime.js.map +1 -0
- package/dist/models/AgentRuntimeEndpoint.d.ts +32 -0
- package/dist/models/AgentRuntimeEndpoint.js +80 -0
- package/dist/models/AgentRuntimeEndpoint.js.map +1 -0
- package/dist/models/AgentRuntimeEndpointResult.d.ts +29 -0
- package/dist/models/AgentRuntimeEndpointResult.js +66 -0
- package/dist/models/AgentRuntimeEndpointResult.js.map +1 -0
- package/dist/models/AgentRuntimeResult.d.ts +29 -0
- package/dist/models/AgentRuntimeResult.js +66 -0
- package/dist/models/AgentRuntimeResult.js.map +1 -0
- package/dist/models/AgentRuntimeVersion.d.ts +43 -0
- package/dist/models/AgentRuntimeVersion.js +68 -0
- package/dist/models/AgentRuntimeVersion.js.map +1 -0
- package/dist/models/AgentRuntimeVersionResult.d.ts +29 -0
- package/dist/models/AgentRuntimeVersionResult.js +66 -0
- package/dist/models/AgentRuntimeVersionResult.js.map +1 -0
- package/dist/models/AiFallbackConfig.d.ts +15 -0
- package/dist/models/AiFallbackConfig.js +62 -0
- package/dist/models/AiFallbackConfig.js.map +1 -0
- package/dist/models/AiFallbackServiceConfig.d.ts +16 -0
- package/dist/models/AiFallbackServiceConfig.js +62 -0
- package/dist/models/AiFallbackServiceConfig.js.map +1 -0
- package/dist/models/AiServiceConfig.d.ts +18 -0
- package/dist/models/AiServiceConfig.js +72 -0
- package/dist/models/AiServiceConfig.js.map +1 -0
- package/dist/models/AttachPolicyConfig.d.ts +16 -0
- package/dist/models/AttachPolicyConfig.js +62 -0
- package/dist/models/AttachPolicyConfig.js.map +1 -0
- package/dist/models/Browser.d.ts +37 -0
- package/dist/models/Browser.js +92 -0
- package/dist/models/Browser.js.map +1 -0
- package/dist/models/BrowserAutomationStream.d.ts +15 -0
- package/dist/models/BrowserAutomationStream.js +60 -0
- package/dist/models/BrowserAutomationStream.js.map +1 -0
- package/dist/models/BrowserLiveViewStream.d.ts +14 -0
- package/dist/models/BrowserLiveViewStream.js +58 -0
- package/dist/models/BrowserLiveViewStream.js.map +1 -0
- package/dist/models/BrowserOssLocation.d.ts +15 -0
- package/dist/models/BrowserOssLocation.js +60 -0
- package/dist/models/BrowserOssLocation.js.map +1 -0
- package/dist/models/BrowserRecordingConfiguration.d.ts +16 -0
- package/dist/models/BrowserRecordingConfiguration.js +64 -0
- package/dist/models/BrowserRecordingConfiguration.js.map +1 -0
- package/dist/models/BrowserResult.d.ts +29 -0
- package/dist/models/BrowserResult.js +66 -0
- package/dist/models/BrowserResult.js.map +1 -0
- package/dist/models/BrowserSessionListOut.d.ts +18 -0
- package/dist/models/BrowserSessionListOut.js +68 -0
- package/dist/models/BrowserSessionListOut.js.map +1 -0
- package/dist/models/BrowserSessionOut.d.ts +28 -0
- package/dist/models/BrowserSessionOut.js +70 -0
- package/dist/models/BrowserSessionOut.js.map +1 -0
- package/dist/models/BrowserStreams.d.ts +17 -0
- package/dist/models/BrowserStreams.js +68 -0
- package/dist/models/BrowserStreams.js.map +1 -0
- package/dist/models/BrowserViewPort.d.ts +15 -0
- package/dist/models/BrowserViewPort.js +60 -0
- package/dist/models/BrowserViewPort.js.map +1 -0
- package/dist/models/Capconfig.d.ts +16 -0
- package/dist/models/Capconfig.js +62 -0
- package/dist/models/Capconfig.js.map +1 -0
- package/dist/models/CodeConfiguration.d.ts +36 -0
- package/dist/models/CodeConfiguration.js +67 -0
- package/dist/models/CodeConfiguration.js.map +1 -0
- package/dist/models/CodeInfo.d.ts +15 -0
- package/dist/models/CodeInfo.js +60 -0
- package/dist/models/CodeInfo.js.map +1 -0
- package/dist/models/CodeInterpreter.d.ts +66 -0
- package/dist/models/CodeInterpreter.js +84 -0
- package/dist/models/CodeInterpreter.js.map +1 -0
- package/dist/models/CodeInterpreterResult.d.ts +29 -0
- package/dist/models/CodeInterpreterResult.js +66 -0
- package/dist/models/CodeInterpreterResult.js.map +1 -0
- package/dist/models/CodeInterpreterSessionConfig.d.ts +30 -0
- package/dist/models/CodeInterpreterSessionConfig.js +65 -0
- package/dist/models/CodeInterpreterSessionConfig.js.map +1 -0
- package/dist/models/CodeInterpreterSessionListOut.d.ts +18 -0
- package/dist/models/CodeInterpreterSessionListOut.js +68 -0
- package/dist/models/CodeInterpreterSessionListOut.js.map +1 -0
- package/dist/models/CodeInterpreterSessionOut.d.ts +54 -0
- package/dist/models/CodeInterpreterSessionOut.js +70 -0
- package/dist/models/CodeInterpreterSessionOut.js.map +1 -0
- package/dist/models/CommonResult.d.ts +28 -0
- package/dist/models/CommonResult.js +62 -0
- package/dist/models/CommonResult.js.map +1 -0
- package/dist/models/ContainerConfiguration.d.ts +19 -0
- package/dist/models/ContainerConfiguration.js +63 -0
- package/dist/models/ContainerConfiguration.js.map +1 -0
- package/dist/models/CreateAgentRuntimeEndpointInput.d.ts +26 -0
- package/dist/models/CreateAgentRuntimeEndpointInput.js +68 -0
- package/dist/models/CreateAgentRuntimeEndpointInput.js.map +1 -0
- package/dist/models/CreateAgentRuntimeEndpointRequest.d.ts +21 -0
- package/dist/models/CreateAgentRuntimeEndpointRequest.js +62 -0
- package/dist/models/CreateAgentRuntimeEndpointRequest.js.map +1 -0
- package/dist/models/CreateAgentRuntimeEndpointResponse.d.ts +19 -0
- package/dist/models/CreateAgentRuntimeEndpointResponse.js +69 -0
- package/dist/models/CreateAgentRuntimeEndpointResponse.js.map +1 -0
- package/dist/models/CreateAgentRuntimeInput.d.ts +118 -0
- package/dist/models/CreateAgentRuntimeInput.js +117 -0
- package/dist/models/CreateAgentRuntimeInput.js.map +1 -0
- package/dist/models/CreateAgentRuntimeRequest.d.ts +21 -0
- package/dist/models/CreateAgentRuntimeRequest.js +62 -0
- package/dist/models/CreateAgentRuntimeRequest.js.map +1 -0
- package/dist/models/CreateAgentRuntimeResponse.d.ts +19 -0
- package/dist/models/CreateAgentRuntimeResponse.js +69 -0
- package/dist/models/CreateAgentRuntimeResponse.js.map +1 -0
- package/dist/models/CreateAgentRuntimeVersionInput.d.ts +18 -0
- package/dist/models/CreateAgentRuntimeVersionInput.js +58 -0
- package/dist/models/CreateAgentRuntimeVersionInput.js.map +1 -0
- package/dist/models/CreateBrowserInput.d.ts +46 -0
- package/dist/models/CreateBrowserInput.js +76 -0
- package/dist/models/CreateBrowserInput.js.map +1 -0
- package/dist/models/CreateBrowserRequest.d.ts +19 -0
- package/dist/models/CreateBrowserRequest.js +62 -0
- package/dist/models/CreateBrowserRequest.js.map +1 -0
- package/dist/models/CreateBrowserResponse.d.ts +19 -0
- package/dist/models/CreateBrowserResponse.js +69 -0
- package/dist/models/CreateBrowserResponse.js.map +1 -0
- package/dist/models/CreateCodeInterpreterInput.d.ts +58 -0
- package/dist/models/CreateCodeInterpreterInput.js +76 -0
- package/dist/models/CreateCodeInterpreterInput.js.map +1 -0
- package/dist/models/CreateCodeInterpreterRequest.d.ts +19 -0
- package/dist/models/CreateCodeInterpreterRequest.js +62 -0
- package/dist/models/CreateCodeInterpreterRequest.js.map +1 -0
- package/dist/models/CreateCodeInterpreterResponse.d.ts +19 -0
- package/dist/models/CreateCodeInterpreterResponse.js +69 -0
- package/dist/models/CreateCodeInterpreterResponse.js.map +1 -0
- package/dist/models/CreateCredentialInput.d.ts +20 -0
- package/dist/models/CreateCredentialInput.js +69 -0
- package/dist/models/CreateCredentialInput.js.map +1 -0
- package/dist/models/CreateCredentialOutput.d.ts +17 -0
- package/dist/models/CreateCredentialOutput.js +64 -0
- package/dist/models/CreateCredentialOutput.js.map +1 -0
- package/dist/models/CreateDomainInput.d.ts +16 -0
- package/dist/models/CreateDomainInput.js +62 -0
- package/dist/models/CreateDomainInput.js.map +1 -0
- package/dist/models/CreateGatewayInput.d.ts +18 -0
- package/dist/models/CreateGatewayInput.js +68 -0
- package/dist/models/CreateGatewayInput.js.map +1 -0
- package/dist/models/CreateGatewayTargetInput.d.ts +17 -0
- package/dist/models/CreateGatewayTargetInput.js +66 -0
- package/dist/models/CreateGatewayTargetInput.js.map +1 -0
- package/dist/models/CreateModelInput.d.ts +20 -0
- package/dist/models/CreateModelInput.js +73 -0
- package/dist/models/CreateModelInput.js.map +1 -0
- package/dist/models/CreateToolData.d.ts +18 -0
- package/dist/models/CreateToolData.js +66 -0
- package/dist/models/CreateToolData.js.map +1 -0
- package/dist/models/CreateToolInput.d.ts +36 -0
- package/dist/models/CreateToolInput.js +72 -0
- package/dist/models/CreateToolInput.js.map +1 -0
- package/dist/models/CreateToolOutput.d.ts +17 -0
- package/dist/models/CreateToolOutput.js +66 -0
- package/dist/models/CreateToolOutput.js.map +1 -0
- package/dist/models/CredentialListItem.d.ts +20 -0
- package/dist/models/CredentialListItem.js +72 -0
- package/dist/models/CredentialListItem.js.map +1 -0
- package/dist/models/CustomRuntimeConfig.d.ts +16 -0
- package/dist/models/CustomRuntimeConfig.js +68 -0
- package/dist/models/CustomRuntimeConfig.js.map +1 -0
- package/dist/models/DeleteAgentRuntimeEndpointResponse.d.ts +19 -0
- package/dist/models/DeleteAgentRuntimeEndpointResponse.js +69 -0
- package/dist/models/DeleteAgentRuntimeEndpointResponse.js.map +1 -0
- package/dist/models/DeleteAgentRuntimeResponse.d.ts +19 -0
- package/dist/models/DeleteAgentRuntimeResponse.js +69 -0
- package/dist/models/DeleteAgentRuntimeResponse.js.map +1 -0
- package/dist/models/DeleteBrowserOut.d.ts +16 -0
- package/dist/models/DeleteBrowserOut.js +62 -0
- package/dist/models/DeleteBrowserOut.js.map +1 -0
- package/dist/models/DeleteBrowserResponse.d.ts +19 -0
- package/dist/models/DeleteBrowserResponse.js +69 -0
- package/dist/models/DeleteBrowserResponse.js.map +1 -0
- package/dist/models/DeleteBrowserResult.d.ts +21 -0
- package/dist/models/DeleteBrowserResult.js +66 -0
- package/dist/models/DeleteBrowserResult.js.map +1 -0
- package/dist/models/DeleteCodeInterpreterOut.d.ts +16 -0
- package/dist/models/DeleteCodeInterpreterOut.js +62 -0
- package/dist/models/DeleteCodeInterpreterOut.js.map +1 -0
- package/dist/models/DeleteCodeInterpreterResponse.d.ts +19 -0
- package/dist/models/DeleteCodeInterpreterResponse.js +69 -0
- package/dist/models/DeleteCodeInterpreterResponse.js.map +1 -0
- package/dist/models/DeleteCodeInterpreterResult.d.ts +21 -0
- package/dist/models/DeleteCodeInterpreterResult.js +66 -0
- package/dist/models/DeleteCodeInterpreterResult.js.map +1 -0
- package/dist/models/DomainInfo.d.ts +17 -0
- package/dist/models/DomainInfo.js +64 -0
- package/dist/models/DomainInfo.js.map +1 -0
- package/dist/models/ErrorResult.d.ts +28 -0
- package/dist/models/ErrorResult.js +62 -0
- package/dist/models/ErrorResult.js.map +1 -0
- package/dist/models/FclinkConfig.d.ts +15 -0
- package/dist/models/FclinkConfig.js +60 -0
- package/dist/models/FclinkConfig.js.map +1 -0
- package/dist/models/Gateway.d.ts +20 -0
- package/dist/models/Gateway.js +70 -0
- package/dist/models/Gateway.js.map +1 -0
- package/dist/models/GatewayNetworkConfiguration.d.ts +16 -0
- package/dist/models/GatewayNetworkConfiguration.js +65 -0
- package/dist/models/GatewayNetworkConfiguration.js.map +1 -0
- package/dist/models/GetAgentRuntimeEndpointResponse.d.ts +19 -0
- package/dist/models/GetAgentRuntimeEndpointResponse.js +69 -0
- package/dist/models/GetAgentRuntimeEndpointResponse.js.map +1 -0
- package/dist/models/GetAgentRuntimeRequest.d.ts +21 -0
- package/dist/models/GetAgentRuntimeRequest.js +58 -0
- package/dist/models/GetAgentRuntimeRequest.js.map +1 -0
- package/dist/models/GetAgentRuntimeResponse.d.ts +19 -0
- package/dist/models/GetAgentRuntimeResponse.js +69 -0
- package/dist/models/GetAgentRuntimeResponse.js.map +1 -0
- package/dist/models/GetBrowserResponse.d.ts +19 -0
- package/dist/models/GetBrowserResponse.js +69 -0
- package/dist/models/GetBrowserResponse.js.map +1 -0
- package/dist/models/GetBrowserSessionResult.d.ts +21 -0
- package/dist/models/GetBrowserSessionResult.js +66 -0
- package/dist/models/GetBrowserSessionResult.js.map +1 -0
- package/dist/models/GetCodeInterpreterResponse.d.ts +19 -0
- package/dist/models/GetCodeInterpreterResponse.js +69 -0
- package/dist/models/GetCodeInterpreterResponse.js.map +1 -0
- package/dist/models/GetCodeInterpreterSessionResult.d.ts +21 -0
- package/dist/models/GetCodeInterpreterSessionResult.js +66 -0
- package/dist/models/GetCodeInterpreterSessionResult.js.map +1 -0
- package/dist/models/GetCredentialOutput.d.ts +23 -0
- package/dist/models/GetCredentialOutput.js +75 -0
- package/dist/models/GetCredentialOutput.js.map +1 -0
- package/dist/models/GetToolOutput.d.ts +16 -0
- package/dist/models/GetToolOutput.js +64 -0
- package/dist/models/GetToolOutput.js.map +1 -0
- package/dist/models/GrayTrafficWeight.d.ts +23 -0
- package/dist/models/GrayTrafficWeight.js +60 -0
- package/dist/models/GrayTrafficWeight.js.map +1 -0
- package/dist/models/HealthCheckConfig.d.ts +43 -0
- package/dist/models/HealthCheckConfig.js +68 -0
- package/dist/models/HealthCheckConfig.js.map +1 -0
- package/dist/models/HealthCheckConfiguration.d.ts +43 -0
- package/dist/models/HealthCheckConfiguration.js +68 -0
- package/dist/models/HealthCheckConfiguration.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsInput.d.ts +33 -0
- package/dist/models/ListAgentRuntimeEndpointsInput.js +67 -0
- package/dist/models/ListAgentRuntimeEndpointsInput.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsOutput.d.ts +18 -0
- package/dist/models/ListAgentRuntimeEndpointsOutput.js +68 -0
- package/dist/models/ListAgentRuntimeEndpointsOutput.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsRequest.d.ts +37 -0
- package/dist/models/ListAgentRuntimeEndpointsRequest.js +62 -0
- package/dist/models/ListAgentRuntimeEndpointsRequest.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsResponse.d.ts +19 -0
- package/dist/models/ListAgentRuntimeEndpointsResponse.js +69 -0
- package/dist/models/ListAgentRuntimeEndpointsResponse.js.map +1 -0
- package/dist/models/ListAgentRuntimeEndpointsResult.d.ts +29 -0
- package/dist/models/ListAgentRuntimeEndpointsResult.js +66 -0
- package/dist/models/ListAgentRuntimeEndpointsResult.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsInput.d.ts +23 -0
- package/dist/models/ListAgentRuntimeVersionsInput.js +60 -0
- package/dist/models/ListAgentRuntimeVersionsInput.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsOutput.d.ts +18 -0
- package/dist/models/ListAgentRuntimeVersionsOutput.js +68 -0
- package/dist/models/ListAgentRuntimeVersionsOutput.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsRequest.d.ts +29 -0
- package/dist/models/ListAgentRuntimeVersionsRequest.js +60 -0
- package/dist/models/ListAgentRuntimeVersionsRequest.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsResponse.d.ts +19 -0
- package/dist/models/ListAgentRuntimeVersionsResponse.js +69 -0
- package/dist/models/ListAgentRuntimeVersionsResponse.js.map +1 -0
- package/dist/models/ListAgentRuntimeVersionsResult.d.ts +29 -0
- package/dist/models/ListAgentRuntimeVersionsResult.js +66 -0
- package/dist/models/ListAgentRuntimeVersionsResult.js.map +1 -0
- package/dist/models/ListAgentRuntimesInput.d.ts +33 -0
- package/dist/models/ListAgentRuntimesInput.js +67 -0
- package/dist/models/ListAgentRuntimesInput.js.map +1 -0
- package/dist/models/ListAgentRuntimesOutput.d.ts +18 -0
- package/dist/models/ListAgentRuntimesOutput.js +68 -0
- package/dist/models/ListAgentRuntimesOutput.js.map +1 -0
- package/dist/models/ListAgentRuntimesRequest.d.ts +37 -0
- package/dist/models/ListAgentRuntimesRequest.js +62 -0
- package/dist/models/ListAgentRuntimesRequest.js.map +1 -0
- package/dist/models/ListAgentRuntimesResponse.d.ts +19 -0
- package/dist/models/ListAgentRuntimesResponse.js +69 -0
- package/dist/models/ListAgentRuntimesResponse.js.map +1 -0
- package/dist/models/ListAgentRuntimesResult.d.ts +29 -0
- package/dist/models/ListAgentRuntimesResult.js +66 -0
- package/dist/models/ListAgentRuntimesResult.js.map +1 -0
- package/dist/models/ListBrowserSessionResult.d.ts +21 -0
- package/dist/models/ListBrowserSessionResult.js +66 -0
- package/dist/models/ListBrowserSessionResult.js.map +1 -0
- package/dist/models/ListBrowsersInput.d.ts +20 -0
- package/dist/models/ListBrowsersInput.js +62 -0
- package/dist/models/ListBrowsersInput.js.map +1 -0
- package/dist/models/ListBrowsersOutput.d.ts +18 -0
- package/dist/models/ListBrowsersOutput.js +68 -0
- package/dist/models/ListBrowsersOutput.js.map +1 -0
- package/dist/models/ListBrowsersRequest.d.ts +48 -0
- package/dist/models/ListBrowsersRequest.js +64 -0
- package/dist/models/ListBrowsersRequest.js.map +1 -0
- package/dist/models/ListBrowsersResponse.d.ts +19 -0
- package/dist/models/ListBrowsersResponse.js +69 -0
- package/dist/models/ListBrowsersResponse.js.map +1 -0
- package/dist/models/ListBrowsersResult.d.ts +29 -0
- package/dist/models/ListBrowsersResult.js +66 -0
- package/dist/models/ListBrowsersResult.js.map +1 -0
- package/dist/models/ListCodeInterpreterSessionResult.d.ts +21 -0
- package/dist/models/ListCodeInterpreterSessionResult.js +66 -0
- package/dist/models/ListCodeInterpreterSessionResult.js.map +1 -0
- package/dist/models/ListCodeInterpretersInput.d.ts +20 -0
- package/dist/models/ListCodeInterpretersInput.js +62 -0
- package/dist/models/ListCodeInterpretersInput.js.map +1 -0
- package/dist/models/ListCodeInterpretersOutput.d.ts +18 -0
- package/dist/models/ListCodeInterpretersOutput.js +68 -0
- package/dist/models/ListCodeInterpretersOutput.js.map +1 -0
- package/dist/models/ListCodeInterpretersRequest.d.ts +37 -0
- package/dist/models/ListCodeInterpretersRequest.js +62 -0
- package/dist/models/ListCodeInterpretersRequest.js.map +1 -0
- package/dist/models/ListCodeInterpretersResponse.d.ts +19 -0
- package/dist/models/ListCodeInterpretersResponse.js +69 -0
- package/dist/models/ListCodeInterpretersResponse.js.map +1 -0
- package/dist/models/ListCodeInterpretersResult.d.ts +29 -0
- package/dist/models/ListCodeInterpretersResult.js +66 -0
- package/dist/models/ListCodeInterpretersResult.js.map +1 -0
- package/dist/models/ListCredentialsOutput.d.ts +18 -0
- package/dist/models/ListCredentialsOutput.js +68 -0
- package/dist/models/ListCredentialsOutput.js.map +1 -0
- package/dist/models/ListDomainsOutput.d.ts +18 -0
- package/dist/models/ListDomainsOutput.js +68 -0
- package/dist/models/ListDomainsOutput.js.map +1 -0
- package/dist/models/ListGatewaysOutput.d.ts +18 -0
- package/dist/models/ListGatewaysOutput.js +68 -0
- package/dist/models/ListGatewaysOutput.js.map +1 -0
- package/dist/models/ListToolsOutput.d.ts +18 -0
- package/dist/models/ListToolsOutput.js +68 -0
- package/dist/models/ListToolsOutput.js.map +1 -0
- package/dist/models/Llmapiconfiguration.d.ts +22 -0
- package/dist/models/Llmapiconfiguration.js +81 -0
- package/dist/models/Llmapiconfiguration.js.map +1 -0
- package/dist/models/LlmdeployConfig.d.ts +21 -0
- package/dist/models/LlmdeployConfig.js +79 -0
- package/dist/models/LlmdeployConfig.js.map +1 -0
- package/dist/models/LogConfiguration.d.ts +23 -0
- package/dist/models/LogConfiguration.js +60 -0
- package/dist/models/LogConfiguration.js.map +1 -0
- package/dist/models/Mcpapi.d.ts +23 -0
- package/dist/models/Mcpapi.js +80 -0
- package/dist/models/Mcpapi.js.map +1 -0
- package/dist/models/Mcpapiconfiguration.d.ts +18 -0
- package/dist/models/Mcpapiconfiguration.js +66 -0
- package/dist/models/Mcpapiconfiguration.js.map +1 -0
- package/dist/models/McpbackendConfig.d.ts +16 -0
- package/dist/models/McpbackendConfig.js +64 -0
- package/dist/models/McpbackendConfig.js.map +1 -0
- package/dist/models/Mcpmatch.d.ts +15 -0
- package/dist/models/Mcpmatch.js +62 -0
- package/dist/models/Mcpmatch.js.map +1 -0
- package/dist/models/McppathMatch.d.ts +15 -0
- package/dist/models/McppathMatch.js +60 -0
- package/dist/models/McppathMatch.js.map +1 -0
- package/dist/models/McpserverConfig.d.ts +16 -0
- package/dist/models/McpserverConfig.js +62 -0
- package/dist/models/McpserverConfig.js.map +1 -0
- package/dist/models/McpserviceConfig.d.ts +14 -0
- package/dist/models/McpserviceConfig.js +58 -0
- package/dist/models/McpserviceConfig.js.map +1 -0
- package/dist/models/Model_.d.ts +27 -0
- package/dist/models/Model_.js +84 -0
- package/dist/models/Model_.js.map +1 -0
- package/dist/models/NetworkConfiguration.d.ts +17 -0
- package/dist/models/NetworkConfiguration.js +67 -0
- package/dist/models/NetworkConfiguration.js.map +1 -0
- package/dist/models/PaginationInfo.d.ts +17 -0
- package/dist/models/PaginationInfo.js +64 -0
- package/dist/models/PaginationInfo.js.map +1 -0
- package/dist/models/PolicyConfig.d.ts +17 -0
- package/dist/models/PolicyConfig.js +66 -0
- package/dist/models/PolicyConfig.js.map +1 -0
- package/dist/models/ProtocolConfiguration.d.ts +14 -0
- package/dist/models/ProtocolConfiguration.js +58 -0
- package/dist/models/ProtocolConfiguration.js.map +1 -0
- package/dist/models/PublishRuntimeVersionInput.d.ts +18 -0
- package/dist/models/PublishRuntimeVersionInput.js +58 -0
- package/dist/models/PublishRuntimeVersionInput.js.map +1 -0
- package/dist/models/PublishRuntimeVersionRequest.d.ts +15 -0
- package/dist/models/PublishRuntimeVersionRequest.js +62 -0
- package/dist/models/PublishRuntimeVersionRequest.js.map +1 -0
- package/dist/models/PublishRuntimeVersionResponse.d.ts +19 -0
- package/dist/models/PublishRuntimeVersionResponse.js +69 -0
- package/dist/models/PublishRuntimeVersionResponse.js.map +1 -0
- package/dist/models/RelatedWorkload.d.ts +16 -0
- package/dist/models/RelatedWorkload.js +62 -0
- package/dist/models/RelatedWorkload.js.map +1 -0
- package/dist/models/RoutingConfiguration.d.ts +19 -0
- package/dist/models/RoutingConfiguration.js +62 -0
- package/dist/models/RoutingConfiguration.js.map +1 -0
- package/dist/models/ServiceConfig.d.ts +16 -0
- package/dist/models/ServiceConfig.js +64 -0
- package/dist/models/ServiceConfig.js.map +1 -0
- package/dist/models/StartBrowserSessionInput.d.ts +18 -0
- package/dist/models/StartBrowserSessionInput.js +58 -0
- package/dist/models/StartBrowserSessionInput.js.map +1 -0
- package/dist/models/StartBrowserSessionResult.d.ts +21 -0
- package/dist/models/StartBrowserSessionResult.js +66 -0
- package/dist/models/StartBrowserSessionResult.js.map +1 -0
- package/dist/models/StartCodeInterpreterSessionInput.d.ts +21 -0
- package/dist/models/StartCodeInterpreterSessionInput.js +58 -0
- package/dist/models/StartCodeInterpreterSessionInput.js.map +1 -0
- package/dist/models/StartCodeInterpreterSessionResult.d.ts +21 -0
- package/dist/models/StartCodeInterpreterSessionResult.js +66 -0
- package/dist/models/StartCodeInterpreterSessionResult.js.map +1 -0
- package/dist/models/StopCodeInterpreterSessionResult.d.ts +19 -0
- package/dist/models/StopCodeInterpreterSessionResult.js +60 -0
- package/dist/models/StopCodeInterpreterSessionResult.js.map +1 -0
- package/dist/models/Target.d.ts +18 -0
- package/dist/models/Target.js +70 -0
- package/dist/models/Target.js.map +1 -0
- package/dist/models/TargetConfiguration.d.ts +18 -0
- package/dist/models/TargetConfiguration.js +70 -0
- package/dist/models/TargetConfiguration.js.map +1 -0
- package/dist/models/TargetServiceConfig.d.ts +17 -0
- package/dist/models/TargetServiceConfig.js +64 -0
- package/dist/models/TargetServiceConfig.js.map +1 -0
- package/dist/models/Template.d.ts +15 -0
- package/dist/models/Template.js +60 -0
- package/dist/models/Template.js.map +1 -0
- package/dist/models/ToolInfo.d.ts +23 -0
- package/dist/models/ToolInfo.js +78 -0
- package/dist/models/ToolInfo.js.map +1 -0
- package/dist/models/ToolListItem.d.ts +23 -0
- package/dist/models/ToolListItem.js +78 -0
- package/dist/models/ToolListItem.js.map +1 -0
- package/dist/models/TriggerConfig.d.ts +15 -0
- package/dist/models/TriggerConfig.js +63 -0
- package/dist/models/TriggerConfig.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeEndpointInput.d.ts +26 -0
- package/dist/models/UpdateAgentRuntimeEndpointInput.js +68 -0
- package/dist/models/UpdateAgentRuntimeEndpointInput.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeEndpointRequest.d.ts +21 -0
- package/dist/models/UpdateAgentRuntimeEndpointRequest.js +62 -0
- package/dist/models/UpdateAgentRuntimeEndpointRequest.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeEndpointResponse.d.ts +19 -0
- package/dist/models/UpdateAgentRuntimeEndpointResponse.js +69 -0
- package/dist/models/UpdateAgentRuntimeEndpointResponse.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeInput.d.ts +61 -0
- package/dist/models/UpdateAgentRuntimeInput.js +115 -0
- package/dist/models/UpdateAgentRuntimeInput.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeRequest.d.ts +21 -0
- package/dist/models/UpdateAgentRuntimeRequest.js +62 -0
- package/dist/models/UpdateAgentRuntimeRequest.js.map +1 -0
- package/dist/models/UpdateAgentRuntimeResponse.d.ts +19 -0
- package/dist/models/UpdateAgentRuntimeResponse.js +69 -0
- package/dist/models/UpdateAgentRuntimeResponse.js.map +1 -0
- package/dist/models/UpdateCredentialInput.d.ts +20 -0
- package/dist/models/UpdateCredentialInput.js +69 -0
- package/dist/models/UpdateCredentialInput.js.map +1 -0
- package/dist/models/UpdateCredentialOutput.d.ts +17 -0
- package/dist/models/UpdateCredentialOutput.js +64 -0
- package/dist/models/UpdateCredentialOutput.js.map +1 -0
- package/dist/models/UpdateDomainInput.d.ts +15 -0
- package/dist/models/UpdateDomainInput.js +60 -0
- package/dist/models/UpdateDomainInput.js.map +1 -0
- package/dist/models/UpdateModelInput.d.ts +20 -0
- package/dist/models/UpdateModelInput.js +73 -0
- package/dist/models/UpdateModelInput.js.map +1 -0
- package/dist/models/UpdateTargetConfigurationInput.d.ts +16 -0
- package/dist/models/UpdateTargetConfigurationInput.js +64 -0
- package/dist/models/UpdateTargetConfigurationInput.js.map +1 -0
- package/dist/models/UpdateToolData.d.ts +18 -0
- package/dist/models/UpdateToolData.js +66 -0
- package/dist/models/UpdateToolData.js.map +1 -0
- package/dist/models/UpdateToolInput.d.ts +16 -0
- package/dist/models/UpdateToolInput.js +62 -0
- package/dist/models/UpdateToolInput.js.map +1 -0
- package/dist/models/UpdateToolOutput.d.ts +17 -0
- package/dist/models/UpdateToolOutput.js +66 -0
- package/dist/models/UpdateToolOutput.js.map +1 -0
- package/dist/models/VersionWeight.d.ts +23 -0
- package/dist/models/VersionWeight.js +60 -0
- package/dist/models/VersionWeight.js.map +1 -0
- package/dist/models/model.d.ts +158 -0
- package/dist/models/model.js +323 -0
- package/dist/models/model.js.map +1 -0
- package/package.json +29 -0
- package/src/client.ts +963 -0
- package/src/models/AgentRuntime.ts +214 -0
- package/src/models/AgentRuntimeEndpoint.ts +66 -0
- package/src/models/AgentRuntimeEndpointResult.ts +49 -0
- package/src/models/AgentRuntimeResult.ts +49 -0
- package/src/models/AgentRuntimeVersion.ts +66 -0
- package/src/models/AgentRuntimeVersionResult.ts +49 -0
- package/src/models/AiFallbackConfig.ts +31 -0
- package/src/models/AiFallbackServiceConfig.ts +33 -0
- package/src/models/AiServiceConfig.ts +45 -0
- package/src/models/AttachPolicyConfig.ts +33 -0
- package/src/models/Browser.ts +82 -0
- package/src/models/BrowserAutomationStream.ts +30 -0
- package/src/models/BrowserLiveViewStream.ts +27 -0
- package/src/models/BrowserOssLocation.ts +30 -0
- package/src/models/BrowserRecordingConfiguration.ts +34 -0
- package/src/models/BrowserResult.ts +49 -0
- package/src/models/BrowserSessionListOut.ts +40 -0
- package/src/models/BrowserSessionOut.ts +53 -0
- package/src/models/BrowserStreams.ts +38 -0
- package/src/models/BrowserViewPort.ts +30 -0
- package/src/models/Capconfig.ts +33 -0
- package/src/models/CodeConfiguration.ts +58 -0
- package/src/models/CodeInfo.ts +30 -0
- package/src/models/CodeInterpreter.ts +104 -0
- package/src/models/CodeInterpreterResult.ts +49 -0
- package/src/models/CodeInterpreterSessionConfig.ts +48 -0
- package/src/models/CodeInterpreterSessionListOut.ts +40 -0
- package/src/models/CodeInterpreterSessionOut.ts +79 -0
- package/src/models/CommonResult.ts +45 -0
- package/src/models/ContainerConfiguration.ts +37 -0
- package/src/models/CreateAgentRuntimeEndpointInput.ts +48 -0
- package/src/models/CreateAgentRuntimeEndpointRequest.ts +37 -0
- package/src/models/CreateAgentRuntimeEndpointResponse.ts +40 -0
- package/src/models/CreateAgentRuntimeInput.ts +182 -0
- package/src/models/CreateAgentRuntimeRequest.ts +37 -0
- package/src/models/CreateAgentRuntimeResponse.ts +40 -0
- package/src/models/CreateAgentRuntimeVersionInput.ts +31 -0
- package/src/models/CreateBrowserInput.ts +76 -0
- package/src/models/CreateBrowserRequest.ts +35 -0
- package/src/models/CreateBrowserResponse.ts +40 -0
- package/src/models/CreateCodeInterpreterInput.ts +88 -0
- package/src/models/CreateCodeInterpreterRequest.ts +35 -0
- package/src/models/CreateCodeInterpreterResponse.ts +40 -0
- package/src/models/CreateCredentialInput.ts +42 -0
- package/src/models/CreateCredentialOutput.ts +36 -0
- package/src/models/CreateDomainInput.ts +33 -0
- package/src/models/CreateGatewayInput.ts +40 -0
- package/src/models/CreateGatewayTargetInput.ts +37 -0
- package/src/models/CreateModelInput.ts +48 -0
- package/src/models/CreateToolData.ts +39 -0
- package/src/models/CreateToolInput.ts +62 -0
- package/src/models/CreateToolOutput.ts +37 -0
- package/src/models/CredentialListItem.ts +46 -0
- package/src/models/CustomRuntimeConfig.ts +39 -0
- package/src/models/DeleteAgentRuntimeEndpointResponse.ts +40 -0
- package/src/models/DeleteAgentRuntimeResponse.ts +40 -0
- package/src/models/DeleteBrowserOut.ts +33 -0
- package/src/models/DeleteBrowserResponse.ts +40 -0
- package/src/models/DeleteBrowserResult.ts +41 -0
- package/src/models/DeleteCodeInterpreterOut.ts +33 -0
- package/src/models/DeleteCodeInterpreterResponse.ts +40 -0
- package/src/models/DeleteCodeInterpreterResult.ts +41 -0
- package/src/models/DomainInfo.ts +36 -0
- package/src/models/ErrorResult.ts +45 -0
- package/src/models/FclinkConfig.ts +30 -0
- package/src/models/Gateway.ts +45 -0
- package/src/models/GatewayNetworkConfiguration.ts +36 -0
- package/src/models/GetAgentRuntimeEndpointResponse.ts +40 -0
- package/src/models/GetAgentRuntimeRequest.ts +34 -0
- package/src/models/GetAgentRuntimeResponse.ts +40 -0
- package/src/models/GetBrowserResponse.ts +40 -0
- package/src/models/GetBrowserSessionResult.ts +41 -0
- package/src/models/GetCodeInterpreterResponse.ts +40 -0
- package/src/models/GetCodeInterpreterSessionResult.ts +41 -0
- package/src/models/GetCredentialOutput.ts +51 -0
- package/src/models/GetToolOutput.ts +34 -0
- package/src/models/GrayTrafficWeight.ts +38 -0
- package/src/models/HealthCheckConfig.ts +66 -0
- package/src/models/HealthCheckConfiguration.ts +66 -0
- package/src/models/ListAgentRuntimeEndpointsInput.ts +55 -0
- package/src/models/ListAgentRuntimeEndpointsOutput.ts +40 -0
- package/src/models/ListAgentRuntimeEndpointsRequest.ts +54 -0
- package/src/models/ListAgentRuntimeEndpointsResponse.ts +40 -0
- package/src/models/ListAgentRuntimeEndpointsResult.ts +49 -0
- package/src/models/ListAgentRuntimeVersionsInput.ts +38 -0
- package/src/models/ListAgentRuntimeVersionsOutput.ts +40 -0
- package/src/models/ListAgentRuntimeVersionsRequest.ts +44 -0
- package/src/models/ListAgentRuntimeVersionsResponse.ts +40 -0
- package/src/models/ListAgentRuntimeVersionsResult.ts +49 -0
- package/src/models/ListAgentRuntimesInput.ts +55 -0
- package/src/models/ListAgentRuntimesOutput.ts +40 -0
- package/src/models/ListAgentRuntimesRequest.ts +54 -0
- package/src/models/ListAgentRuntimesResponse.ts +40 -0
- package/src/models/ListAgentRuntimesResult.ts +49 -0
- package/src/models/ListBrowserSessionResult.ts +41 -0
- package/src/models/ListBrowsersInput.ts +37 -0
- package/src/models/ListBrowsersOutput.ts +40 -0
- package/src/models/ListBrowsersRequest.ts +67 -0
- package/src/models/ListBrowsersResponse.ts +40 -0
- package/src/models/ListBrowsersResult.ts +49 -0
- package/src/models/ListCodeInterpreterSessionResult.ts +41 -0
- package/src/models/ListCodeInterpretersInput.ts +37 -0
- package/src/models/ListCodeInterpretersOutput.ts +40 -0
- package/src/models/ListCodeInterpretersRequest.ts +54 -0
- package/src/models/ListCodeInterpretersResponse.ts +40 -0
- package/src/models/ListCodeInterpretersResult.ts +49 -0
- package/src/models/ListCredentialsOutput.ts +40 -0
- package/src/models/ListDomainsOutput.ts +40 -0
- package/src/models/ListGatewaysOutput.ts +40 -0
- package/src/models/ListToolsOutput.ts +40 -0
- package/src/models/Llmapiconfiguration.ts +56 -0
- package/src/models/LlmdeployConfig.ts +53 -0
- package/src/models/LogConfiguration.ts +38 -0
- package/src/models/Mcpapi.ts +56 -0
- package/src/models/Mcpapiconfiguration.ts +39 -0
- package/src/models/McpbackendConfig.ts +34 -0
- package/src/models/Mcpmatch.ts +31 -0
- package/src/models/McppathMatch.ts +30 -0
- package/src/models/McpserverConfig.ts +33 -0
- package/src/models/McpserviceConfig.ts +27 -0
- package/src/models/Model_.ts +66 -0
- package/src/models/NetworkConfiguration.ts +39 -0
- package/src/models/PaginationInfo.ts +36 -0
- package/src/models/PolicyConfig.ts +37 -0
- package/src/models/ProtocolConfiguration.ts +27 -0
- package/src/models/PublishRuntimeVersionInput.ts +31 -0
- package/src/models/PublishRuntimeVersionRequest.ts +31 -0
- package/src/models/PublishRuntimeVersionResponse.ts +40 -0
- package/src/models/RelatedWorkload.ts +33 -0
- package/src/models/RoutingConfiguration.ts +35 -0
- package/src/models/ServiceConfig.ts +34 -0
- package/src/models/StartBrowserSessionInput.ts +31 -0
- package/src/models/StartBrowserSessionResult.ts +41 -0
- package/src/models/StartCodeInterpreterSessionInput.ts +34 -0
- package/src/models/StartCodeInterpreterSessionResult.ts +41 -0
- package/src/models/StopCodeInterpreterSessionResult.ts +34 -0
- package/src/models/Target.ts +41 -0
- package/src/models/TargetConfiguration.ts +41 -0
- package/src/models/TargetServiceConfig.ts +36 -0
- package/src/models/Template.ts +30 -0
- package/src/models/ToolInfo.ts +55 -0
- package/src/models/ToolListItem.ts +55 -0
- package/src/models/TriggerConfig.ts +33 -0
- package/src/models/UpdateAgentRuntimeEndpointInput.ts +48 -0
- package/src/models/UpdateAgentRuntimeEndpointRequest.ts +37 -0
- package/src/models/UpdateAgentRuntimeEndpointResponse.ts +40 -0
- package/src/models/UpdateAgentRuntimeInput.ts +123 -0
- package/src/models/UpdateAgentRuntimeRequest.ts +37 -0
- package/src/models/UpdateAgentRuntimeResponse.ts +40 -0
- package/src/models/UpdateCredentialInput.ts +42 -0
- package/src/models/UpdateCredentialOutput.ts +36 -0
- package/src/models/UpdateDomainInput.ts +30 -0
- package/src/models/UpdateModelInput.ts +48 -0
- package/src/models/UpdateTargetConfigurationInput.ts +34 -0
- package/src/models/UpdateToolData.ts +39 -0
- package/src/models/UpdateToolInput.ts +33 -0
- package/src/models/UpdateToolOutput.ts +37 -0
- package/src/models/VersionWeight.ts +38 -0
- package/src/models/model.ts +158 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CodeInterpreterSessionConfig extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 代码解释器会话的环境变量配置
|
|
9
|
+
*/
|
|
10
|
+
environment?: { [key: string]: string };
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* 代码解释器会话的超时时间,单位为秒
|
|
14
|
+
*/
|
|
15
|
+
timeout?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* 代码解释器会话的工作目录路径
|
|
19
|
+
*/
|
|
20
|
+
workingDirectory?: string;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
environment: 'environment',
|
|
24
|
+
timeout: 'timeout',
|
|
25
|
+
workingDirectory: 'workingDirectory',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
environment: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
32
|
+
timeout: 'number',
|
|
33
|
+
workingDirectory: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
if(this.environment) {
|
|
39
|
+
$dara.Model.validateMap(this.environment);
|
|
40
|
+
}
|
|
41
|
+
super.validate();
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
constructor(map?: { [key: string]: any }) {
|
|
45
|
+
super(map);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CodeInterpreterSessionOut } from "./CodeInterpreterSessionOut";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CodeInterpreterSessionListOut extends $dara.Model {
|
|
7
|
+
items?: CodeInterpreterSessionOut[];
|
|
8
|
+
pageNumber?: number;
|
|
9
|
+
pageSize?: number;
|
|
10
|
+
total?: number;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
items: 'items',
|
|
14
|
+
pageNumber: 'pageNumber',
|
|
15
|
+
pageSize: 'pageSize',
|
|
16
|
+
total: 'total',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
items: { 'type': 'array', 'itemType': CodeInterpreterSessionOut },
|
|
23
|
+
pageNumber: 'number',
|
|
24
|
+
pageSize: 'number',
|
|
25
|
+
total: 'number',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
validate() {
|
|
30
|
+
if(Array.isArray(this.items)) {
|
|
31
|
+
$dara.Model.validateArray(this.items);
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CodeInterpreterSessionOut extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 关联的代码解释器的唯一标识符
|
|
9
|
+
*
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*/
|
|
12
|
+
codeInterpreterId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* 代码解释器会话的名称
|
|
16
|
+
*/
|
|
17
|
+
codeInterpreterName?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @remarks
|
|
20
|
+
* 代码解释器会话的创建时间,采用ISO 8601格式
|
|
21
|
+
*/
|
|
22
|
+
createdAt?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* 代码解释器会话的最后更新时间,采用ISO 8601格式
|
|
26
|
+
*/
|
|
27
|
+
lastUpdatedAt?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* 代码解释器会话的唯一标识符
|
|
31
|
+
*
|
|
32
|
+
* This parameter is required.
|
|
33
|
+
*/
|
|
34
|
+
sessionId?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* 代码解释器会话的空闲超时时间,单位为秒。实例没有会话请求后处于空闲状态,空闲态为闲置计费模式,超过此超时时间后会话自动过期,不可继续使用
|
|
38
|
+
*/
|
|
39
|
+
sessionIdleTimeoutSeconds?: number;
|
|
40
|
+
/**
|
|
41
|
+
* @remarks
|
|
42
|
+
* 代码解释器会话的当前状态
|
|
43
|
+
*
|
|
44
|
+
* This parameter is required.
|
|
45
|
+
*/
|
|
46
|
+
status?: string;
|
|
47
|
+
static names(): { [key: string]: string } {
|
|
48
|
+
return {
|
|
49
|
+
codeInterpreterId: 'codeInterpreterId',
|
|
50
|
+
codeInterpreterName: 'codeInterpreterName',
|
|
51
|
+
createdAt: 'createdAt',
|
|
52
|
+
lastUpdatedAt: 'lastUpdatedAt',
|
|
53
|
+
sessionId: 'sessionId',
|
|
54
|
+
sessionIdleTimeoutSeconds: 'sessionIdleTimeoutSeconds',
|
|
55
|
+
status: 'status',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
static types(): { [key: string]: any } {
|
|
60
|
+
return {
|
|
61
|
+
codeInterpreterId: 'string',
|
|
62
|
+
codeInterpreterName: 'string',
|
|
63
|
+
createdAt: 'string',
|
|
64
|
+
lastUpdatedAt: 'string',
|
|
65
|
+
sessionId: 'string',
|
|
66
|
+
sessionIdleTimeoutSeconds: 'number',
|
|
67
|
+
status: 'string',
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
validate() {
|
|
72
|
+
super.validate();
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
constructor(map?: { [key: string]: any }) {
|
|
76
|
+
super(map);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CommonResult extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* SUCCESS 为成功,失败情况返回对应错误类型,比如 ERR_BAD_REQUEST ERR_VALIDATION_FAILED ERR_INTERNAL_SERVER_ERROR
|
|
9
|
+
*/
|
|
10
|
+
code?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* 实际的业务数据内容
|
|
14
|
+
*/
|
|
15
|
+
data?: any;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* 唯一的请求标识符,用于问题追踪
|
|
19
|
+
*/
|
|
20
|
+
requestId?: string;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
code: 'code',
|
|
24
|
+
data: 'data',
|
|
25
|
+
requestId: 'requestId',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
code: 'string',
|
|
32
|
+
data: 'any',
|
|
33
|
+
requestId: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class ContainerConfiguration extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 在容器中运行的命令(例如:[\"python3\", \"app.py\"])
|
|
9
|
+
*/
|
|
10
|
+
command?: string[];
|
|
11
|
+
image?: string;
|
|
12
|
+
static names(): { [key: string]: string } {
|
|
13
|
+
return {
|
|
14
|
+
command: 'command',
|
|
15
|
+
image: 'image',
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
static types(): { [key: string]: any } {
|
|
20
|
+
return {
|
|
21
|
+
command: { 'type': 'array', 'itemType': 'string' },
|
|
22
|
+
image: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(Array.isArray(this.command)) {
|
|
28
|
+
$dara.Model.validateArray(this.command);
|
|
29
|
+
}
|
|
30
|
+
super.validate();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
constructor(map?: { [key: string]: any }) {
|
|
34
|
+
super(map);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { RoutingConfiguration } from "./RoutingConfiguration";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CreateAgentRuntimeEndpointInput extends $dara.Model {
|
|
7
|
+
agentRuntimeEndpointName?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @remarks
|
|
11
|
+
* 智能体运行时端点的路由配置,支持多版本权重分配
|
|
12
|
+
*/
|
|
13
|
+
routingConfiguration?: RoutingConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* 智能体运行时的目标版本
|
|
17
|
+
*/
|
|
18
|
+
targetVersion?: string;
|
|
19
|
+
static names(): { [key: string]: string } {
|
|
20
|
+
return {
|
|
21
|
+
agentRuntimeEndpointName: 'agentRuntimeEndpointName',
|
|
22
|
+
description: 'description',
|
|
23
|
+
routingConfiguration: 'routingConfiguration',
|
|
24
|
+
targetVersion: 'targetVersion',
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
static types(): { [key: string]: any } {
|
|
29
|
+
return {
|
|
30
|
+
agentRuntimeEndpointName: 'string',
|
|
31
|
+
description: 'string',
|
|
32
|
+
routingConfiguration: RoutingConfiguration,
|
|
33
|
+
targetVersion: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
if(this.routingConfiguration && typeof (this.routingConfiguration as any).validate === 'function') {
|
|
39
|
+
(this.routingConfiguration as any).validate();
|
|
40
|
+
}
|
|
41
|
+
super.validate();
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
constructor(map?: { [key: string]: any }) {
|
|
45
|
+
super(map);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CreateAgentRuntimeEndpointInput } from "./CreateAgentRuntimeEndpointInput";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CreateAgentRuntimeEndpointRequest extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* 包含要创建的智能体运行时端点配置信息的请求体
|
|
10
|
+
*
|
|
11
|
+
* This parameter is required.
|
|
12
|
+
*/
|
|
13
|
+
body?: CreateAgentRuntimeEndpointInput;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
body: 'body',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
body: CreateAgentRuntimeEndpointInput,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
28
|
+
(this.body as any).validate();
|
|
29
|
+
}
|
|
30
|
+
super.validate();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
constructor(map?: { [key: string]: any }) {
|
|
34
|
+
super(map);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AgentRuntimeEndpointResult } from "./AgentRuntimeEndpointResult";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CreateAgentRuntimeEndpointResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: AgentRuntimeEndpointResult;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: AgentRuntimeEndpointResult,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CodeConfiguration } from "./CodeConfiguration";
|
|
4
|
+
import { ContainerConfiguration } from "./ContainerConfiguration";
|
|
5
|
+
import { HealthCheckConfiguration } from "./HealthCheckConfiguration";
|
|
6
|
+
import { LogConfiguration } from "./LogConfiguration";
|
|
7
|
+
import { NetworkConfiguration } from "./NetworkConfiguration";
|
|
8
|
+
import { ProtocolConfiguration } from "./ProtocolConfiguration";
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
export class CreateAgentRuntimeInput extends $dara.Model {
|
|
12
|
+
/**
|
|
13
|
+
* @remarks
|
|
14
|
+
* 智能体运行时的唯一标识名称,用于区分不同的智能体运行时实例
|
|
15
|
+
*
|
|
16
|
+
* This parameter is required.
|
|
17
|
+
*/
|
|
18
|
+
agentRuntimeName?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* 指定智能体运行时的部署类型,支持Code(代码模式)和Container(容器模式)
|
|
22
|
+
*
|
|
23
|
+
* This parameter is required.
|
|
24
|
+
*/
|
|
25
|
+
artifactType?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @remarks
|
|
28
|
+
* 当artifactType为Code时的代码配置信息,包括代码源、入口文件等
|
|
29
|
+
*/
|
|
30
|
+
codeConfiguration?: CodeConfiguration;
|
|
31
|
+
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* 当artifactType为Container时的容器配置信息,包括镜像地址、启动命令等
|
|
34
|
+
*/
|
|
35
|
+
containerConfiguration?: ContainerConfiguration;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* 为智能体运行时分配的CPU资源,单位为核数
|
|
39
|
+
*
|
|
40
|
+
* This parameter is required.
|
|
41
|
+
*/
|
|
42
|
+
cpu?: number;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* 用于访问外部服务的凭证ID,智能体运行时将使用此凭证进行身份验证
|
|
46
|
+
*/
|
|
47
|
+
credentialId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* 智能体运行时的描述信息,用于说明该运行时的用途和功能
|
|
51
|
+
*/
|
|
52
|
+
description?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @remarks
|
|
55
|
+
* 智能体运行时的环境变量配置,用于在运行时传递配置参数
|
|
56
|
+
*/
|
|
57
|
+
environmentVariables?: { [key: string]: string };
|
|
58
|
+
/**
|
|
59
|
+
* @remarks
|
|
60
|
+
* 为智能体运行时提供访问云服务权限的执行角色ARN
|
|
61
|
+
*/
|
|
62
|
+
executionRoleArn?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* 智能体运行时的健康检查配置,用于监控运行时实例的健康状态
|
|
66
|
+
*/
|
|
67
|
+
healthCheckConfiguration?: HealthCheckConfiguration;
|
|
68
|
+
/**
|
|
69
|
+
* @remarks
|
|
70
|
+
* SLS(简单日志服务)配置
|
|
71
|
+
*/
|
|
72
|
+
logConfiguration?: LogConfiguration;
|
|
73
|
+
/**
|
|
74
|
+
* @remarks
|
|
75
|
+
* 为智能体运行时分配的内存资源,单位为MB
|
|
76
|
+
*
|
|
77
|
+
* This parameter is required.
|
|
78
|
+
*/
|
|
79
|
+
memory?: number;
|
|
80
|
+
/**
|
|
81
|
+
* @remarks
|
|
82
|
+
* 智能体运行时的网络配置,包括VPC、安全组等网络访问设置
|
|
83
|
+
*
|
|
84
|
+
* This parameter is required.
|
|
85
|
+
*/
|
|
86
|
+
networkConfiguration?: NetworkConfiguration;
|
|
87
|
+
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* 智能体运行时监听的端口号,用于接收外部请求
|
|
90
|
+
*
|
|
91
|
+
* This parameter is required.
|
|
92
|
+
*/
|
|
93
|
+
port?: number;
|
|
94
|
+
/**
|
|
95
|
+
* @remarks
|
|
96
|
+
* 智能体运行时的通信协议配置,定义运行时如何与外部系统交互
|
|
97
|
+
*/
|
|
98
|
+
protocolConfiguration?: ProtocolConfiguration;
|
|
99
|
+
/**
|
|
100
|
+
* @remarks
|
|
101
|
+
* 每个运行时实例允许的最大并发会话数
|
|
102
|
+
*/
|
|
103
|
+
sessionConcurrencyLimitPerInstance?: number;
|
|
104
|
+
/**
|
|
105
|
+
* @remarks
|
|
106
|
+
* 会话的空闲超时时间,单位为秒。实例没有会话请求后处于空闲状态,空闲态为闲置计费模式,超过此超时时间后会话自动过期,不可继续使用
|
|
107
|
+
*/
|
|
108
|
+
sessionIdleTimeoutSeconds?: number;
|
|
109
|
+
static names(): { [key: string]: string } {
|
|
110
|
+
return {
|
|
111
|
+
agentRuntimeName: 'agentRuntimeName',
|
|
112
|
+
artifactType: 'artifactType',
|
|
113
|
+
codeConfiguration: 'codeConfiguration',
|
|
114
|
+
containerConfiguration: 'containerConfiguration',
|
|
115
|
+
cpu: 'cpu',
|
|
116
|
+
credentialId: 'credentialId',
|
|
117
|
+
description: 'description',
|
|
118
|
+
environmentVariables: 'environmentVariables',
|
|
119
|
+
executionRoleArn: 'executionRoleArn',
|
|
120
|
+
healthCheckConfiguration: 'healthCheckConfiguration',
|
|
121
|
+
logConfiguration: 'logConfiguration',
|
|
122
|
+
memory: 'memory',
|
|
123
|
+
networkConfiguration: 'networkConfiguration',
|
|
124
|
+
port: 'port',
|
|
125
|
+
protocolConfiguration: 'protocolConfiguration',
|
|
126
|
+
sessionConcurrencyLimitPerInstance: 'sessionConcurrencyLimitPerInstance',
|
|
127
|
+
sessionIdleTimeoutSeconds: 'sessionIdleTimeoutSeconds',
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
static types(): { [key: string]: any } {
|
|
132
|
+
return {
|
|
133
|
+
agentRuntimeName: 'string',
|
|
134
|
+
artifactType: 'string',
|
|
135
|
+
codeConfiguration: CodeConfiguration,
|
|
136
|
+
containerConfiguration: ContainerConfiguration,
|
|
137
|
+
cpu: 'number',
|
|
138
|
+
credentialId: 'string',
|
|
139
|
+
description: 'string',
|
|
140
|
+
environmentVariables: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
141
|
+
executionRoleArn: 'string',
|
|
142
|
+
healthCheckConfiguration: HealthCheckConfiguration,
|
|
143
|
+
logConfiguration: LogConfiguration,
|
|
144
|
+
memory: 'number',
|
|
145
|
+
networkConfiguration: NetworkConfiguration,
|
|
146
|
+
port: 'number',
|
|
147
|
+
protocolConfiguration: ProtocolConfiguration,
|
|
148
|
+
sessionConcurrencyLimitPerInstance: 'number',
|
|
149
|
+
sessionIdleTimeoutSeconds: 'number',
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
validate() {
|
|
154
|
+
if(this.codeConfiguration && typeof (this.codeConfiguration as any).validate === 'function') {
|
|
155
|
+
(this.codeConfiguration as any).validate();
|
|
156
|
+
}
|
|
157
|
+
if(this.containerConfiguration && typeof (this.containerConfiguration as any).validate === 'function') {
|
|
158
|
+
(this.containerConfiguration as any).validate();
|
|
159
|
+
}
|
|
160
|
+
if(this.environmentVariables) {
|
|
161
|
+
$dara.Model.validateMap(this.environmentVariables);
|
|
162
|
+
}
|
|
163
|
+
if(this.healthCheckConfiguration && typeof (this.healthCheckConfiguration as any).validate === 'function') {
|
|
164
|
+
(this.healthCheckConfiguration as any).validate();
|
|
165
|
+
}
|
|
166
|
+
if(this.logConfiguration && typeof (this.logConfiguration as any).validate === 'function') {
|
|
167
|
+
(this.logConfiguration as any).validate();
|
|
168
|
+
}
|
|
169
|
+
if(this.networkConfiguration && typeof (this.networkConfiguration as any).validate === 'function') {
|
|
170
|
+
(this.networkConfiguration as any).validate();
|
|
171
|
+
}
|
|
172
|
+
if(this.protocolConfiguration && typeof (this.protocolConfiguration as any).validate === 'function') {
|
|
173
|
+
(this.protocolConfiguration as any).validate();
|
|
174
|
+
}
|
|
175
|
+
super.validate();
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
constructor(map?: { [key: string]: any }) {
|
|
179
|
+
super(map);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { CreateAgentRuntimeInput } from "./CreateAgentRuntimeInput";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CreateAgentRuntimeRequest extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* 创建智能体运行时所需的完整配置信息,包括运行时名称、资源规格、网络配置、协议配置等
|
|
10
|
+
*
|
|
11
|
+
* This parameter is required.
|
|
12
|
+
*/
|
|
13
|
+
body?: CreateAgentRuntimeInput;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
body: 'body',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
body: CreateAgentRuntimeInput,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
28
|
+
(this.body as any).validate();
|
|
29
|
+
}
|
|
30
|
+
super.validate();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
constructor(map?: { [key: string]: any }) {
|
|
34
|
+
super(map);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AgentRuntimeResult } from "./AgentRuntimeResult";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class CreateAgentRuntimeResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: AgentRuntimeResult;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: AgentRuntimeResult,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class CreateAgentRuntimeVersionInput extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 版本描述
|
|
9
|
+
*/
|
|
10
|
+
description?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
description: 'description',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
description: 'string',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|