iVS3D v2.0.9
Loading...
Searching...
No Matches
MCFG::ModelManager::ModelEntry Struct Reference

Cached record for one discovered model. More...

#include <ModelManager.h>

Public Attributes

QString name
 
QString jsonPath
 
QString onnxPath
 
ModelState state = ModelState::MissingConfig
 
QString error
 

Detailed Description

Cached record for one discovered model.

Member Data Documentation

◆ error

QString MCFG::ModelManager::ModelEntry::error

Parsed configuration (present for Ready models).

◆ jsonPath

QString MCFG::ModelManager::ModelEntry::jsonPath

Absolute path to ONNX model candidate/resolved model path.

◆ name

QString MCFG::ModelManager::ModelEntry::name

< Base model name (without extension). Absolute path to JSON config candidate.

◆ onnxPath

QString MCFG::ModelManager::ModelEntry::onnxPath

Current validation state of this entry.

◆ state

ModelState MCFG::ModelManager::ModelEntry::state = ModelState::MissingConfig

Human-readable error details for non-ready states.


The documentation for this struct was generated from the following file: