detect_univariate_change_points
Creates, updates, deletes, gets or lists a detect_univariate_change_points resource.
Overview
| Name | detect_univariate_change_points |
| Type | Resource |
| Id | azure.ai_anomaly_detector.detect_univariate_change_points |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
detect_univariate_change_point | exec | endpoint, api_version, series, granularity | Detect change point for the entire series. Evaluate change point score of every series point. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
api_version | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client ApiVersion parameter. (default: ) |
endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client Endpoint parameter. (default: ) |
Lifecycle Methods
- detect_univariate_change_point
Detect change point for the entire series. Evaluate change point score of every series point.
EXEC azure.ai_anomaly_detector.detect_univariate_change_points.detect_univariate_change_point
@endpoint='{{ endpoint }}' --required,
@api_version='{{ api_version }}' --required
@@json=
'{
"series": "{{ series }}",
"granularity": "{{ granularity }}",
"customInterval": {{ customInterval }},
"period": {{ period }},
"stableTrendWindow": {{ stableTrendWindow }},
"threshold": {{ threshold }}
}'
;