Class Description
This class is used for inference stream management.
Common Parameters
Parameter |
Data Type |
Description |
|---|---|---|
rotateTimeFlag_ |
std::atomic<bool> |
Whether to dump logs by time. The default value is true. |
rotateNumberFlag_ |
std::atomic<bool> |
Whether to dump logs by quantity. The default value is true. |
dynamicFlag_ |
std::atomic<bool> |
Whether to configure logs based on the configuration file. The default value is true. |
performanceStatisticsFlag_ |
std::atomic<bool> |
Whether to record performance statistical logs. The default value is true. |
Supported Models
Atlas inference product
Parent topic: MxStreamManager