PredictiveValue Class

Represents a predictive metric value in the given bucket.

All required parameters must be populated in order to send to Azure.

Inheritance
PredictiveValue

Constructor

PredictiveValue(*, time_stamp: datetime.datetime, value: float, **kwargs)

Variables

time_stamp
datetime

Required. the timestamp for the metric value in ISO 8601 format.

value
float

Required. Predictive value in this time bucket.