VersionInfo interface
應用程式版本的物件模型。
屬性
assigned |
端點金鑰。 |
created |
版本的建立時間戳記。 |
endpoint |
對這個端點進行的呼叫數目。 |
endpoint |
此模型版本的執行時間端點 URL。 |
entities |
此模型中的實體數目。 |
external |
外部索引鍵。 |
intents |
此模型中的意圖數目。 |
last |
上次更新的時間戳記。 |
last |
上次發行時的時間戳記。 |
last |
上次定型模型時的時間戳記。 |
training |
目前的定型狀態。 可能的值包括:'NeedsTraining'、'InProgress'、'Trained' |
version | 版本識別碼。 例如:「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
版本識別碼。 例如:「0.1」
version: string
屬性值
string