github Azure/azure-sdk-for-net Azure.AI.AnomalyDetector_3.0.0-preview.6

3.0.0-preview.6 (2022-12-08)

Features

  • Added OneTable and MultiTable two data schemas.
  • Added Azure Managed Identity data reader access for Azure Blob Storage.
  • Added topContributorCount in the request body for DetectMultivariateBatchAnomaly and DetectMultivariateLastAnomaly.

Breaking Changes

  • Renamed Model to AnomalyDetectionModel.
  • Renamed DetectionRequest to MultivariateBatchDetectionOptions.
  • Renamed DetectionResult to MultivariateDetectionResult.
  • Renamed DetectionStatus to MultivariateBatchDetectionStatus.
  • Renamed DetectionResultSummary to MultivariateBatchDetectionResultSummary.
  • Renamed FillNaMethod to FillNAMethod.
  • Renamed LastDetectionRequest to MultivariateLastDetectionOptions.
  • Renamed LastDetectionResult to MultivariateLastDetectionResult.
  • Replaced ModelSnapshot with AnomalyDetectionModel in listMultivariateModel.
  • Renamed listMultivariateModel to GetMultivariateModelValues.
  • Renamed DetectAnomaly to DetectMultivariateBatchAnomaly
  • Renamed GetDetectionResult to GetMultivariateBatchDetectionResultValue.
  • Renamed GetMultivariateModelto GetMultivariateModelValue
  • Renamed LastDetectAnomaly to DetectMultivariateLastAnomaly.
  • Renamed DetectRequest to UnivariateDetectionOptions.
  • Renamed EntireDetectResponse to UnivariateEntireDetectionResult.
  • Renamed LastDetectResponse to UnivariateLastDetectionResult.
  • Renamed ChangePointDetectRequest to UnivariateChangePointDetectionOptions.
  • Renamed ChangePointDetectResponse to UnivariateChangePointDetectionResult.
  • Renamed DetectEntireSeries to DetectUnivariateEntireSeries.
  • Renamed DetectLastPoint to DetectUnivariateLastPoint.
  • Renamed DetectChangePoint to DetectUnivariateChangePoint.
  • Renamed ApiVersion to ServiceVersion in AnomalyDetectorClientOptions
  • Removed ExportModel.
  • Removed AnomalyDetectorModelFactory
  • Added DataSchema to ModelInfo

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.