BoonAmber.Model.StreamStatus
Properties
Name |
Type |
Description |
Notes |
State |
string |
state of the sensor, states will be prefixed with a state variable followed by a colon followed by a message indicating progress. Possible state variables are: Not streaming, Buffering, Autotuning, Learning, Learning Complete, Monitoring, Streaming error, Autotuning error, Autotuning retry |
|
Message |
string |
message to accompany the current state |
|
Progress |
int |
completion percentage (applies to Buffering and Autotuning states) |
|
ClusterCount |
int |
current cluster count (applies to Learning and Monitoring states) |
|
RetryCount |
int |
number of restarts that have happened during autotuning |
|
StreamingWindowSize |
int |
the current streaming window size that is being used |
|
TotalInferences |
int |
inferences since the most recent restart |
|
[Back to Model list] [Back to API list] [Back to README]