VersionInfo interface
Object model of an application version.
Properties
assigned |
The endpoint key. |
created |
The version's creation timestamp. |
endpoint |
Number of calls made to this endpoint. |
endpoint |
The Runtime endpoint URL for this model version. |
entities |
Number of entities in this model. |
external |
External keys. |
intents |
Number of intents in this model. |
last |
Timestamp of the last update. |
last |
Timestamp when was last published. |
last |
Timestamp of the last time the model was trained. |
training |
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