|
The Xentara ONNX Engine v2.0
User Manual
|
A JSON object describing a Time Series has following syntax:
| name | A string value describing the name of the output.This parameter can be omitted in case the model has a single input. |
| datapoints | A JSON array containing the data points assigned as inputs. |
| dataType | A string value containing the data type of the model.
|
| computeDelay | An optional parameter specifying the delay of the of samples will be taken from the moment that the run task will be executed from the moment it is triggered. The default value is 0 |
| type | A string value describing the type of the model. For the time series required "timesSeries". |
| size | A positive integer value describing the size of the buffer. |
Please remember that each element block requires two layers of {} due to the syntax restrictions of the JSON format.