@azure/ai-anomaly-detector package

Classes

AnomalyDetector
AnomalyDetectorClient

Client class for interacting with Azure Anomaly Detector service.

AnomalyDetectorContext

Interfaces

AlignPolicy
AnomalyDetectorClientErrorResponse
AnomalyDetectorClientModel

Response of getting a model.

AnomalyDetectorClientModelInfo

Train result of a model including status, errors and diagnose info for model and variables.

AnomalyDetectorClientModelList

Response of listing models.

AnomalyDetectorClientModelSnapshot
AnomalyDetectorClientModelState
AnomalyDetectorClientOptions

Client options used to configure Form Recognizer API requests.

AnomalyDetectorClientVariableState
AnomalyDetectorDeleteMultivariateModelExceptionHeaders

Defines headers for AnomalyDetector_deleteMultivariateModel operation.

AnomalyDetectorDeleteMultivariateModelOptionalParams

Optional parameters.

AnomalyDetectorDetectAnomalyExceptionHeaders

Defines headers for AnomalyDetector_detectAnomaly operation.

AnomalyDetectorDetectAnomalyHeaders

Defines headers for AnomalyDetector_detectAnomaly operation.

AnomalyDetectorDetectAnomalyOptionalParams

Optional parameters.

AnomalyDetectorDetectChangePointExceptionHeaders

Defines headers for AnomalyDetector_detectChangePoint operation.

AnomalyDetectorDetectChangePointOptionalParams

Optional parameters.

AnomalyDetectorDetectEntireSeriesExceptionHeaders

Defines headers for AnomalyDetector_detectEntireSeries operation.

AnomalyDetectorDetectEntireSeriesOptionalParams

Optional parameters.

AnomalyDetectorDetectLastPointExceptionHeaders

Defines headers for AnomalyDetector_detectLastPoint operation.

AnomalyDetectorDetectLastPointOptionalParams

Optional parameters.

AnomalyDetectorExportModelExceptionHeaders

Defines headers for AnomalyDetector_exportModel operation.

AnomalyDetectorExportModelOptionalParams

Optional parameters.

AnomalyDetectorGetDetectionResultExceptionHeaders

Defines headers for AnomalyDetector_getDetectionResult operation.

AnomalyDetectorGetDetectionResultOptionalParams

Optional parameters.

AnomalyDetectorGetMultivariateModelExceptionHeaders

Defines headers for AnomalyDetector_getMultivariateModel operation.

AnomalyDetectorGetMultivariateModelOptionalParams

Optional parameters.

AnomalyDetectorLastDetectAnomalyExceptionHeaders

Defines headers for AnomalyDetector_lastDetectAnomaly operation.

AnomalyDetectorLastDetectAnomalyOptionalParams

Optional parameters.

AnomalyDetectorListMultivariateModelExceptionHeaders

Defines headers for AnomalyDetector_listMultivariateModel operation.

AnomalyDetectorListMultivariateModelNextExceptionHeaders

Defines headers for AnomalyDetector_listMultivariateModelNext operation.

AnomalyDetectorListMultivariateModelNextOptionalParams

Optional parameters.

AnomalyDetectorListMultivariateModelOptionalParams

Optional parameters.

AnomalyDetectorOptionalParams

Optional parameters.

AnomalyDetectorTrainMultivariateModelExceptionHeaders

Defines headers for AnomalyDetector_trainMultivariateModel operation.

AnomalyDetectorTrainMultivariateModelHeaders

Defines headers for AnomalyDetector_trainMultivariateModel operation.

AnomalyDetectorTrainMultivariateModelOptionalParams

Optional parameters.

AnomalyInterpretation
AnomalyState
AnomalyValue
CorrelationChanges
DetectChangePointRequest

The request of change point detection.

DetectChangePointResponse

The response of change point detection.

DetectEntireResponse

The response of entire anomaly detection.

DetectLastPointResponse

The response of last anomaly detection.

DetectRequest

The request of entire or last anomaly detection.

DetectionRequest

Detection request.

DetectionResult

Response of the given resultId.

DetectionResultSummary
DiagnosticsInfo
LastDetectionRequest
LastDetectionResult
TimeSeriesPoint

The definition of input timeseries points.

VariableValues

Type Aliases

AlignMode

Defines values for AlignMode.

AnomalyDetectorClientModelStatus

Defines values for ModelStatus.

AnomalyDetectorDetectAnomalyResponse

Contains response data for the detectAnomaly operation.

AnomalyDetectorDetectChangePointResponse

Contains response data for the detectChangePoint operation.

AnomalyDetectorDetectEntireSeriesResponse

Contains response data for the detectEntireSeries operation.

AnomalyDetectorDetectLastPointResponse

Contains response data for the detectLastPoint operation.

AnomalyDetectorExportModelResponse

Contains response data for the exportModel operation.

AnomalyDetectorGetDetectionResultResponse

Contains response data for the getDetectionResult operation.

AnomalyDetectorGetMultivariateModelResponse

Contains response data for the getMultivariateModel operation.

AnomalyDetectorLastDetectAnomalyResponse

Contains response data for the lastDetectAnomaly operation.

AnomalyDetectorListMultivariateModelNextResponse

Contains response data for the listMultivariateModelNext operation.

AnomalyDetectorListMultivariateModelResponse

Contains response data for the listMultivariateModel operation.

AnomalyDetectorTrainMultivariateModelResponse

Contains response data for the trainMultivariateModel operation.

DetectionStatus

Defines values for DetectionStatus.

FillNAMethod

Defines values for FillNAMethod.
KnownFillNAMethod can be used interchangeably with FillNAMethod, this enum contains the known values that the service supports.

Known values supported by the service

Previous
Subsequent
Linear
Zero
Fixed
NotFill

ImputeMode

Defines values for ImputeMode.
KnownImputeMode can be used interchangeably with ImputeMode, this enum contains the known values that the service supports.

Known values supported by the service

auto
previous
linear
fixed
zero
notFill

TimeGranularity

Defines values for TimeGranularity.

Enums

KnownFillNAMethod

Known values of FillNAMethod that the service accepts.

KnownImputeMode

Known values of ImputeMode that the service accepts.

KnownTimeGranularity