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

VersionInfo interface

应用程序版本的对象模型。

属性

assignedEndpointKey

终结点密钥。

createdDateTime

版本的创建时间戳。

endpointHitsCount

对此终结点进行的调用数。

endpointUrl

此模型版本的运行时终结点 URL。

entitiesCount

此模型中的实体数。

externalApiKeys

外部键。

intentsCount

此模型中的意向数。

lastModifiedDateTime

上次更新的时间戳。

lastPublishedDateTime

上次发布的时间戳。

lastTrainedDateTime

上次训练模型的时间戳。

trainingStatus

当前训练状态。 可能的值包括:“NeedsTraining”、“InProgress”、“Trained”

version

版本 ID。 例如:“0.1”

属性详细信息

assignedEndpointKey

终结点密钥。

assignedEndpointKey?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

createdDateTime

版本的创建时间戳。

createdDateTime?: Date

属性值

Date

endpointHitsCount

对此终结点进行的调用数。

endpointHitsCount?: number

属性值

number

endpointUrl

此模型版本的运行时终结点 URL。

endpointUrl?: string

属性值

string

entitiesCount

此模型中的实体数。

entitiesCount?: number

属性值

number

externalApiKeys

外部键。

externalApiKeys?: any

属性值

any

intentsCount

此模型中的意向数。

intentsCount?: number

属性值

number

lastModifiedDateTime

上次更新的时间戳。

lastModifiedDateTime?: Date

属性值

Date

lastPublishedDateTime

上次发布的时间戳。

lastPublishedDateTime?: Date

属性值

Date

lastTrainedDateTime

上次训练模型的时间戳。

lastTrainedDateTime?: Date

属性值

Date

trainingStatus

当前训练状态。 可能的值包括:“NeedsTraining”、“InProgress”、“Trained”

trainingStatus: TrainingStatus

属性值

version

版本 ID。 例如:“0.1”

version: string

属性值

string