Azure.AI.AnomalyDetector Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AlignPolicy |
Manner of aligning multiple variables. |
AnomalyDetectionModel |
Response of getting a model. |
AnomalyDetectorClient |
The AnomalyDetector service client. |
AnomalyDetectorClientOptions |
Client options for AnomalyDetectorClient. |
AnomalyInterpretation |
Interpretation of the anomalous time stamp. |
AnomalyState |
Anomaly status and information. |
AnomalyValue |
Detailed information of the anomalous time stamp. |
CorrelationChanges |
Correlation changes among the anomalous variables. |
DiagnosticsInfo |
Diagnostics information to help inspect the states of a model or variable. |
ErrorResponse |
Error information that the API returned. |
ModelInfo |
Training result of a model, including its status, errors, and diagnostics information. |
ModelState |
Model status. |
MultivariateBatchDetectionOptions |
Detection request for batch inference. This is an asynchronous inference that will need another API to get detection results. |
MultivariateBatchDetectionResultSummary |
Multivariate anomaly detection status. |
MultivariateDetectionResult |
Detection results for the resultId value. |
MultivariateLastDetectionOptions |
Request of the last detection. |
MultivariateLastDetectionResult |
Results of the last detection. |
TimeSeriesPoint |
Definition of input time series points. |
UnivariateChangePointDetectionOptions |
Request of change point detection. |
UnivariateChangePointDetectionResult |
Response of change point detection. |
UnivariateDetectionOptions |
Request of the entire or last anomaly detection. |
UnivariateEntireDetectionResult |
Response of the entire anomaly detection. |
UnivariateLastDetectionResult |
Response of the last anomaly detection. |
VariableState |
Variable status. |
VariableValues |
Variable values. |
Structs
AlignMode | |
DataSchema |
Data schema of the input data source. The default is OneTable. |
FillNAMethod |
Field that indicates how missing values will be filled. |
ImputeMode | |
ModelStatus | |
MultivariateBatchDetectionStatus | |
TimeGranularity |
Enums
AnomalyDetectorClientOptions.ServiceVersion |
The version of the service to use. |
Azure SDK for .NET