VersionInfo interface

Object model of an application version.

Properties

assignedEndpointKey

The endpoint key.

createdDateTime

The version's creation timestamp.

endpointHitsCount

Number of calls made to this endpoint.

endpointUrl

The Runtime endpoint URL for this model version.

entitiesCount

Number of entities in this model.

externalApiKeys

External keys.

intentsCount

Number of intents in this model.

lastModifiedDateTime

Timestamp of the last update.

lastPublishedDateTime

Timestamp when was last published.

lastTrainedDateTime

Timestamp of the last time the model was trained.

trainingStatus

The current training status. Possible values include: 'NeedsTraining', 'InProgress', 'Trained'

version

The version ID. E.g.: "0.1"

Property Details

assignedEndpointKey

The endpoint key.

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

Property Value

{[propertyName: string]: string}

createdDateTime

The version's creation timestamp.

createdDateTime?: Date

Property Value

Date

endpointHitsCount

Number of calls made to this endpoint.

endpointHitsCount?: number

Property Value

number

endpointUrl

The Runtime endpoint URL for this model version.

endpointUrl?: string

Property Value

string

entitiesCount

Number of entities in this model.

entitiesCount?: number

Property Value

number

externalApiKeys

External keys.

externalApiKeys?: any

Property Value

any

intentsCount

Number of intents in this model.

intentsCount?: number

Property Value

number

lastModifiedDateTime

Timestamp of the last update.

lastModifiedDateTime?: Date

Property Value

Date

lastPublishedDateTime

Timestamp when was last published.

lastPublishedDateTime?: Date

Property Value

Date

lastTrainedDateTime

Timestamp of the last time the model was trained.

lastTrainedDateTime?: Date

Property Value

Date

trainingStatus

The current training status. Possible values include: 'NeedsTraining', 'InProgress', 'Trained'

trainingStatus: TrainingStatus

Property Value

version

The version ID. E.g.: "0.1"

version: string

Property Value

string