List Machine Learning Models API
DESCRIPTION
To see what machine learning models are stored in the product you can use
https://machineName/api/listMLModels
and it will show you a JSON object with models key which will contain list of ML models in the product.
Usage Details
You need to be logged in to the product, otherwise you will get
{"errors":[{"errorKey":"not.logged.in","description":"User is not logged in"}]}
To log in go to your main page e.g. https://deployment.logichub.com, then log in, and then open api to list ML models
https://deployment.logichub.com/api/listMLModels
-- it should return
-- {"models" : [ "modelOne", "modelTwo" ] }
Updated about 1 year ago