MultivariateBatchDetectionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Detection request for batch inference. This is an asynchronous inference that will need another API to get detection results.
public class MultivariateBatchDetectionOptions
type MultivariateBatchDetectionOptions = class
Public Class MultivariateBatchDetectionOptions
- Inheritance
-
MultivariateBatchDetectionOptions
Constructors
MultivariateBatchDetectionOptions(String, Int32, DateTimeOffset, DateTimeOffset) |
Initializes a new instance of MultivariateBatchDetectionOptions. |
Properties
DataSource |
Source link to the input data to indicate an accessible Azure Storage URI. It either points to an Azure Blob Storage folder or points to a CSV file in Azure Blob Storage, based on your data schema selection. The data schema should be exactly the same as those used in the training phase. |
EndTime |
End date/time of data for detection, which should be in ISO 8601 format. |
StartTime |
Start date/time of data for detection, which should be in ISO 8601 format. |
TopContributorCount |
Number of top contributed variables for one anomalous time stamp in the response. The default is 10. |
Applies to
Azure SDK for .NET