Training
The training API handles all training methods for bots that both use AL or not.
Last updated
Was this helpful?
The training API handles all training methods for bots that both use AL or not.
Last updated
Was this helpful?
API SUBPATH: eva-training
The Training APIs are as simple as it can be - Both contain 3 methods, one for listing, one that requests a new training, and a last one which discerns whether a training should be available as of now. If you send a trainign request while the /training-availability does not inform it's available, the training proccess will fail at the nlp.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
PARTIAL_NLP
, PARTIAL_INTENT_NLP
, PARTIAL_ENTITY_NLP
, COMPLETE
, COMPLETE_INTENT
, COMPLETE_ENTITY
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/training-availability
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/list
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
Boolean that filters the search in order to find only trainings that obtained success
Current page, starting at 1
Size of the page
Field want to ordernate, the default is 'updatedAt'
Direction of ordenation, ASC or DESC. The default is DESC
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/automated-learn
It is the organization uuid where the bot is.
It is the environment uuid where the bot is.
It is the identification of the bot.
Optional. Maximum size of a chunk.
Optional. Limit of overlapping characters between chunks. Bigger overlap preserves context but increases token usage.
Optional. A list of collectionUUIDs (Document groups) to train. If empty, it trains all documents instead.
Optional. A list of documentIds to train. If empty, it trains all documents instead.
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/automated-learn/availability
It is the organization uuid where the bot is.
It is the environment uuid where the bot is.
It is the identification of the bot.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/training/automated-learn
A valid uuid of an organization
A valid uuid of an environment
The UUID of the bot whose entity you are searching belong to
Boolean that filters the search in order to find only trainings that obtained success
Current page, starting at 1
Size of the page
Field want to ordernate, the default is 'updatedAt'
Direction of ordenation, ASC or DESC. The default is DESC