v2
latestSwagger 2.02026-07-13103553.7 KBTrain a Multivariate Anomaly Detection Model
Create and train a multivariate anomaly detection model. The request must include a source parameter to indicate an Azure Blob Storage URI that's accessible to the service. There are two types of data input. The Blob Storage URI can point to an Azure Blob Storage folder that contains multiple CSV files, where each CSV file has two columns, time stamp and variable. Or the Blob Storage URI can point to a single blob that contains a CSV file that has all the variables and a time stamp column. The model object will be created and returned in the response, but the training process happens asynchronously. To check the training status, call GetMultivariateModel with the modelId value and check the status field in the modelInfo object.
Request body
Response
The request has succeeded and a new resource has been created as a result.