Azure AI Anomaly Detector SDK for Java Build anomaly detection applications using the Azure AI Anomaly Detector SDK for Java. Installation Client Creation Sync and Async Clients With DefaultAzureCredential Key Concepts Univariate Anomaly Detection - Batch Detection : Analyze entire time series at once - Streaming Detection : Real-time detection on latest data point - Change Point Detection : Detect trend changes in time series Multivariate Anomaly Detection - Detect anomalies across 300+ correlated signals - Uses Graph Attention Network for inter-correlations - Three-step process: Train → Inf…