Share via


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