你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AnomalyDetectorClientModelSnapshot interface

属性

createdTime

创建模型时 (UTC) 日期和时间。

displayName
lastUpdatedTime

上次更新模型时 (UTC) 日期和时间。

modelId

模型标识符。

status

模型训练状态。 注意:此属性不会序列化。 它只能由服务器填充。

variablesCount

变量总数。

属性详细信息

createdTime

创建模型时 (UTC) 日期和时间。

createdTime: Date

属性值

Date

displayName

displayName?: string

属性值

string

lastUpdatedTime

上次更新模型时 (UTC) 日期和时间。

lastUpdatedTime: Date

属性值

Date

modelId

模型标识符。

modelId: string

属性值

string

status

模型训练状态。 注意:此属性不会序列化。 它只能由服务器填充。

status: AnomalyDetectorClientModelStatus

属性值

variablesCount

变量总数。

variablesCount: number

属性值

number