ModelResult 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.
Result of a model status query operation.
public class ModelResult
type ModelResult = class
Public Class ModelResult
- Inheritance
-
ModelResult
Constructors
ModelResult() |
Initializes a new instance of the ModelResult class. |
ModelResult(Guid, String, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the ModelResult class. |
Properties
CreatedDateTime |
Gets or sets get or set the created date time of the model. |
LastUpdatedDateTime |
Gets or sets get or set the model last updated datetime. |
ModelId |
Gets or sets get or set model identifier. |
Status |
Gets or sets get or set the status of model. Possible values include: 'created', 'ready', 'invalid' |
Applies to
Azure SDK for .NET