Holds runtime model update status along with the error message if any.
Definition at line 150 of file gstnvinfer_impl.h.
Data Fields | |
NvDsInferStatus | status |
Status of the model update. More... | |
std::string | cfg_file |
Config file used for model update. More... | |
std::string | message |
std::string gstnvinfer::ModelStatus::cfg_file |
Config file used for model update.
Definition at line 155 of file gstnvinfer_impl.h.
std::string gstnvinfer::ModelStatus::message |
Definition at line 157 of file gstnvinfer_impl.h.
NvDsInferStatus gstnvinfer::ModelStatus::status |
Status of the model update.
Definition at line 153 of file gstnvinfer_impl.h.