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