3.0.0-beta.5 (2022-12-08)
Features Added
- Added
OneTable
andMultiTable
two data schemas. - Added Azure Managed Identity data reader access for Azure Blob Storage.
- Added
topContributorCount
in the request body forgetMultivariateBatchDetectionResult
,detectMultivariateBatchAnomaly
anddetectMultivariateLastAnomaly
.
Breaking Changes
- Renamed
Model
toAnomalyDetectionModel
. - Renamed
DetectionRequest
toMultivariateBatchDetectionOptions
. - Renamed
DetectionResult
toMultivariateDetectionResult
. - Renamed
DetectionStatus
toMultivariateBatchDetectionStatus
. - Renamed
DetectionResultSummary
toMultivariateBatchDetectionResultSummary
. - Renamed
FillNaMethod
toFillNAMethod
. - Renamed
LastDetectionRequest
toMultivariateLastDetectionOptions
. - Renamed
LastDetectionResult
toMultivariateLastDetectionResult
. - Replaced
ModelSnapshot
withAnomalyDetectionModel
inlistMultivariateModel
. - Renamed
trainMultivariateModelWithResponse
totrainMultivariateModel
. - Renamed
detectAnomalyWithResponse
todetectMultivariateBatchAnomaly
. - Renamed
getDetectionResult
togetMultivariateBatchDetectionResult
. - Renamed
listMultivariateModel
tolistMultivariateModels
. - Renamed
lastDetectAnomalyWithResponse
todetectMultivariateLastAnomaly
. - Renamed
DetectRequest
toUnivariateDetectionOptions
. - Renamed
EntireDetectResponse
toUnivariateEntireDetectionResult
. - Renamed
LastDetectResponse
toUnivariateLastDetectionResult
. - Renamed
ChangePointDetectRequest
toUnivariateChangePointDetectionOptions
. - Renamed
ChangePointDetectResponse
toUnivariateChangePointDetectionResult
. - Renamed
detectEntireSeries
todetectUnivariateEntireSeries
. - Renamed
detectLastPoint
todetectUnivariateLastPoint
. - Renamed
detectChangePoint
todetectUnivariateChangePoint
. - Added
DataSchema
toModelInfo
- Removed
AnomalyDetectorError
. - Removed
AnomalyDetectorErrorCodes
. - Removed
AnomalyDetectorErrorException
. - Removed
ErrorResponseException
. - Removed
TrainMultivariateModelHeaders
intrainMultivariateModelWithResponse
. - Removed
TrainMultivariateModelResponse
intrainMultivariateModelWithResponse
. - Removed
DetectAnomalyHeader
indetectAnomalyWithResponse
. - Removed
DetectAnomalyResponse
indetectAnomalyWithResponse
. - Removed
exportModelWithResponse
. - Removed
changedvalue
in the inference response body. - Removed
detectingPoints
in the sync inference request body.