TimeSeriesInformation Class

The time series info needed for calculating the baseline.

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

Inheritance
TimeSeriesInformation

Constructor

TimeSeriesInformation(*, sensitivities: List[str], values: List[float], timestamps: Optional[List[datetime.datetime]] = None, **kwargs)

Variables

sensitivities
list[str]

Required. The list of sensitivities for calculating the baseline.

values
list[float]

Required. The metric values to calculate the baseline.

timestamps
list[datetime]

The array of timestamps of the baselines.