BaselineDataRange Class
Baseline data range for monitoring.
This class is used when initializing a data_window for a ReferenceData object. For trailing input, set lookback_window_size and lookback_window_offset to a desired value. For static input, set window_start and window_end to a desired value.
- Inheritance
-
builtins.objectBaselineDataRange
Constructor
BaselineDataRange(*, window_start: str | None = None, window_end: str | None = None, lookback_window_size: str | None = None, lookback_window_offset: str | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
window_start
Required
|
|
window_end
Required
|
|
lookback_window_size
Required
|
|
lookback_window_offset
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python