Skip to content

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

std::string m_output;

variable m_taskId

std::string m_taskId;

variable m_modeUsed

ExecutionMode m_modeUsed = ExecutionMode::SingleNode;

variable m_routeUsed

RouteTarget m_routeUsed = RouteTarget::CoreOnly;

variable m_totalLatencyMs

double m_totalLatencyMs = 0.0;

variable m_perplexity

float m_perplexity = 1.0f;

variable m_latencyMs

double m_latencyMs = 0.0;

variable m_nodeId

std::string m_nodeId;

variable m_success

bool m_success = true;

variable m_errorMessage

std::string m_errorMessage;

Updated on 2026-07-25 at 22:56:56 +0000