NVIDIA DeepStream SDK API Reference

6.4 Release
gstnvinfer::ModelStatus Struct Reference

Detailed Description

Holds runtime model update status along with the error message if any.

Definition at line 149 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
 

Field Documentation

◆ cfg_file

std::string gstnvinfer::ModelStatus::cfg_file

Config file used for model update.

Definition at line 154 of file gstnvinfer_impl.h.

◆ message

std::string gstnvinfer::ModelStatus::message

Definition at line 156 of file gstnvinfer_impl.h.

◆ status

NvDsInferStatus gstnvinfer::ModelStatus::status

Status of the model update.

Definition at line 152 of file gstnvinfer_impl.h.


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