ModelInfo 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.
Training result of a model, including its status, errors, and diagnostics information.
public class ModelInfo
type ModelInfo = class
Public Class ModelInfo
- Inheritance
-
ModelInfo
Constructors
ModelInfo(String, DateTimeOffset, DateTimeOffset) |
Initializes a new instance of ModelInfo. |
Properties
AlignPolicy |
Manner of aligning multiple variables. |
DataSchema |
Data schema of the input data source. The default is OneTable. |
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. |
DiagnosticsInfo |
Diagnostics information to help inspect the states of a model or variable. |
DisplayName |
Display name of the model. Maximum length is 24 characters. |
EndTime |
End date/time of training data, which should be in ISO 8601 format. |
Errors |
Error messages after failure to create a model. |
SlidingWindow |
Number of previous time stamps that will be used to detect whether the time stamp is an anomaly or not. |
StartTime |
Start date/time of training data, which should be in ISO 8601 format. |
Status |
Model status. |
Applies to
Azure SDK for .NET