v11

latestSwagger 2.0raw.githubusercontent.com2022-10-03168148314.0 KB

Gets the version information such as date created, last modified date, endpoint URL, count of intents and entities, training and publishing status.

get/apps/{appId}/versions/{versionId}/

Path parameters

appIdstring uuid required

The application ID.

versionIdstring required

The version ID.

Response

A model containing the version info.

versionstring required

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

createdDateTimestring date-time

The version's creation timestamp.

lastModifiedDateTimestring date-time

Timestamp of the last update.

lastTrainedDateTimestring date-time

Timestamp of the last time the model was trained.

lastPublishedDateTimestring date-time

Timestamp when was last published.

endpointUrlstring

The Runtime endpoint URL for this model version.

assignedEndpointKeyobject

The endpoint key.

externalApiKeysobject

External keys.

intentsCountinteger

Number of intents in this model.

entitiesCountinteger

Number of entities in this model.

endpointHitsCountinteger

Number of calls made to this endpoint.

trainingStatus'NeedsTraining' | 'InProgress' | 'Trained' required

The current training status.