ModelInfo(String, DateTimeOffset, DateTimeOffset) Constructor
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.
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
Azure SDK for .NET