3.0.0b6 (2022-12-08)
Features
- Added
OneTable
andMultiTable
two data schemas. - Added
DataSchema
toModelInfo
. - Added Azure Managed Identity data reader access for Azure Blob Storage.
- Added
topContributorCount
in the request body forget_multivariate_batch_detection_result
,detect_multivariate_batch_anomaly
anddetect_multivariate_last_anomaly
.
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
inlist_multivariate_model
. - Renamed
train_multivariate_model_with_response
totrain_multivariate_model
. - Renamed
detect_anomaly_with_response
todetect_multivariate_batch_anomaly
. - Renamed
get_detection_result
toget_multivariate_batch_detection_result
. - Renamed
list_multivariate_model
tolist_multivariate_models
. - Renamed
last_detect_anomaly_with_response
todetect_multivariate_last_anomaly
. - Renamed
DetectRequest
toUnivariateDetectionOptions
. - Renamed
EntireDetectResponse
toUnivariateEntireDetectionResult
. - Renamed
LastDetectResponse
toUnivariateLastDetectionResult
. - Renamed
ChangePointDetectRequest
toUnivariateChangePointDetectionOptions
. - Renamed
ChangePointDetectResponse
toUnivariateChangePointDetectionResult
. - Renamed
detect_entire_series
todetect_univariate_entire_series
. - Renamed
detect_last_point
todetect_univariate_last_point
. - Renamed
detect_change_point
todetect_univariate_change_point
. - Removed
AnomalyDetectorErrorException
. - Removed
export_model_with_response
. - Removed
changedvalue
in the inference response body. - Removed
detecting_points
in the sync inference request body.