AnomalyDetectorClientModel interface

Response of getting a model.

Properties

createdTime

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

lastUpdatedTime

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

modelId

Model identifier.

modelInfo

Train result of a model including status, errors and diagnose info for model and variables.

Property Details

createdTime

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

createdTime: Date

Property Value

Date

lastUpdatedTime

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

lastUpdatedTime: Date

Property Value

Date

modelId

Model identifier.

modelId: string

Property Value

string

modelInfo

Train result of a model including status, errors and diagnose info for model and variables.

modelInfo?: AnomalyDetectorClientModelInfo

Property Value