Share via


ModelInfo(String, DateTimeOffset, DateTimeOffset) Constructor

Definition

Initializes a new instance of ModelInfo.

public ModelInfo (string dataSource, DateTimeOffset startTime, DateTimeOffset endTime);
new Azure.AI.AnomalyDetector.ModelInfo : string * DateTimeOffset * DateTimeOffset -> Azure.AI.AnomalyDetector.ModelInfo
Public Sub New (dataSource As String, startTime As DateTimeOffset, endTime As DateTimeOffset)

Parameters

dataSource
String

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.

startTime
DateTimeOffset

Start date/time of training data, which should be in ISO 8601 format.

endTime
DateTimeOffset

End date/time of training data, which should be in ISO 8601 format.

Exceptions

dataSource is null.

Applies to