AnomalyDetectorClientModelSnapshot interface
Properties
created |
Date and time (UTC) when the model was created. |
display |
|
last |
Date and time (UTC) when the model was last updated. |
model |
Model identifier. |
status | Model training status. NOTE: This property will not be serialized. It can only be populated by the server. |
variables |
Total number of variables. |
Property Details
createdTime
Date and time (UTC) when the model was created.
createdTime: Date
Property Value
Date
displayName
displayName?: string
Property Value
string
lastUpdatedTime
Date and time (UTC) when the model was last updated.
lastUpdatedTime: Date
Property Value
Date
modelId
Model identifier.
modelId: string
Property Value
string
status
Model training status. NOTE: This property will not be serialized. It can only be populated by the server.
status: AnomalyDetectorClientModelStatus
Property Value
variablesCount
Total number of variables.
variablesCount: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript