Details
-
Improvement
-
Resolution: Fixed
-
None
-
Empty show more show less
Description
Hi Marc,
I hope you are doing well.
There was a gap in the Globalese API which has now been addressed.
In short, changed engines were always dubious: if they had been trained before, they could be used for translation, but if not, there was actually no engine yet. I think you also pointed this out at one time.
We have remediated that by introducing a "ready" Boolean for every engine. If it comes back as true, the engine is ready for translation.
Please see the updated API docs here:
https://app.swaggerhub.com/apis/globalese/Globalese/2.1
(We didn't change the API version.)
Would you be able to adapt the connector to this change, i.e. instead of listing engines whose status is "trained", list engines whose "ready" property is true?
Kind regards,
Greg