NVIDIA DeepStream SDK API Reference

6.4 Release
nvdsinferserver::triton::BackendConfig Struct Reference

Detailed Description

The backend configuration settings.

Definition at line 435 of file infer_trtis_server.h.

Data Fields

std::string backend
 Name of the backend. More...
 
std::string key
 Name of the setting. More...
 
std::string value
 Value of the setting. More...
 

Field Documentation

◆ backend

std::string nvdsinferserver::triton::BackendConfig::backend

Name of the backend.

Definition at line 439 of file infer_trtis_server.h.

◆ key

std::string nvdsinferserver::triton::BackendConfig::key

Name of the setting.

Definition at line 443 of file infer_trtis_server.h.

◆ value

std::string nvdsinferserver::triton::BackendConfig::value

Value of the setting.

Definition at line 447 of file infer_trtis_server.h.


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