AnomalyDetectorClientModel interface
Response of getting a model.
Properties
created |
Date and time (UTC) when the model was created. |
last |
Date and time (UTC) when the model was last updated. |
model |
Model identifier. |
model |
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
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