MultivariateBatchDetectionOptions Class

Definition

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