sgns::neoswarm::InferenceResponse¶
#include <types.hpp>
Public Attributes¶
| Name | |
|---|---|
| std::string | m_output |
| std::string | m_taskId |
| ExecutionMode | m_modeUsed |
| RouteTarget | m_routeUsed |
| double | m_totalLatencyMs |
| float | m_perplexity |
| double | m_latencyMs |
| std::string | m_nodeId |
| bool | m_success |
| std::string | m_errorMessage |
Public Attributes Documentation¶
variable m_output¶
variable m_taskId¶
variable m_modeUsed¶
variable m_routeUsed¶
variable m_totalLatencyMs¶
variable m_perplexity¶
variable m_latencyMs¶
variable m_nodeId¶
variable m_success¶
variable m_errorMessage¶
Updated on 2026-07-25 at 22:56:56 +0000