Skip to main content

detect_univariate_last_points

Creates, updates, deletes, gets or lists a detect_univariate_last_points resource.

Overview

Namedetect_univariate_last_points
TypeResource
Idazure.ai_anomaly_detector.detect_univariate_last_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:

NameAccessible byRequired ParamsOptional ParamsDescription
detect_univariate_last_pointexecendpoint, api_version, seriesDetect anomaly status of the latest point in time series. This operation generates a model using the points that you sent into the API, and based on all data to determine whether the last point is anomalous.

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.

NameDatatypeDescription
api_versionstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client ApiVersion parameter. (default: )
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client Endpoint parameter. (default: )

Lifecycle Methods

Detect anomaly status of the latest point in time series. This operation generates a model using the points that you sent into the API, and based on all data to determine whether the last point is anomalous.

EXEC azure.ai_anomaly_detector.detect_univariate_last_points.detect_univariate_last_point 
@endpoint='{{ endpoint }}' --required,
@api_version='{{ api_version }}' --required
@@json=
'{
"series": "{{ series }}",
"granularity": "{{ granularity }}",
"customInterval": {{ customInterval }},
"period": {{ period }},
"maxAnomalyRatio": {{ maxAnomalyRatio }},
"sensitivity": {{ sensitivity }},
"imputeMode": "{{ imputeMode }}",
"imputeFixedValue": {{ imputeFixedValue }}
}'
;