View on GitHub

amber-csharp-sdk

Boon Amber C# SDK

BoonAmber.Model.PostStreamResponse

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  
RI Uint16Array    
SI Uint16Array    
AD Uint16Array    
AH Uint16Array    
AM Float32Array    
AW Uint16Array    
ID Int32Array    

[Back to Model list] [Back to API list] [Back to README]