Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnomalyDetector

Package version

Hierarchy

Index

Constructors

constructor

Properties

apiVersion

apiVersion: string

endpoint

endpoint: string

Methods

deleteMultivariateModel

detectAnomaly

  • Submit detection multivariate anomaly task with the trained model of modelId, the input schema should be the same with the training request. Thus request will be complete asynchronously and will return a resultId for querying the detection result.The request should be a source link to indicate an externally accessible Azure storage Uri (preferably a Shared Access Signature Uri). All time-series used in generate the model must be zipped into one single file. Each time-series will be as follows: the first column is timestamp and the second column is value.

    Parameters

    Returns Promise<AnomalyDetectorDetectAnomalyResponse>

detectChangePoint

detectEntireSeries

detectLastPoint

exportModel

getDetectionResult

getMultivariateModel

lastDetectAnomaly

listMultivariateModel

trainMultivariateModel

Generated using TypeDoc