![]() |
iVS3D v2.0.9
|
Cached record for one discovered model. More...
#include <ModelManager.h>
Public Attributes | |
| QString | name |
| QString | jsonPath |
| QString | onnxPath |
| ModelState | state = ModelState::MissingConfig |
| QString | error |
Cached record for one discovered model.
| QString MCFG::ModelManager::ModelEntry::error |
Parsed configuration (present for Ready models).
| QString MCFG::ModelManager::ModelEntry::jsonPath |
Absolute path to ONNX model candidate/resolved model path.
| QString MCFG::ModelManager::ModelEntry::name |
< Base model name (without extension). Absolute path to JSON config candidate.
| QString MCFG::ModelManager::ModelEntry::onnxPath |
Current validation state of this entry.
| ModelState MCFG::ModelManager::ModelEntry::state = ModelState::MissingConfig |
Human-readable error details for non-ready states.