TimeSeriesPoint Class
The definition of input timeseries points.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
TimeSeriesPoint
Constructor
TimeSeriesPoint(*, value: float, timestamp: Optional[datetime.datetime] = None, **kwargs)
Variables
- timestamp
- datetime
Optional argument, timestamp of a data point (ISO8601 format).
- value
- float
Required. The measurement of that point, should be float.
Feedback
Submit and view feedback for