AnomalyDetectorClientModelSnapshot interface

Properties

createdTime

Date and time (UTC) when the model was created.

displayName
lastUpdatedTime

Date and time (UTC) when the model was last updated.

modelId

Model identifier.

status

Model training status. NOTE: This property will not be serialized. It can only be populated by the server.

variablesCount

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