Use these endpoints to deploy and manage models via Seldon Core. To fetch predictions, see the ML Model API. For more information, view the API specification.

Examples

Deploy a model
curl -u USERNAME:PASSWORD -L -X POST 'https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/ai/ml-models?modelId=opennlp&type=seldon' \
-d '@/Users/me/opennlp.bin'
Check that the opennlp model exists
curl -u USERNAME:PASSWORD https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/ai/ml-models/opennlp
The response is 200 OK if the model is deployed or 404 Not Found if it is not. Download the opennlp model from Fusion
curl -u USERNAME:PASSWORD https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/ai/ml-models/opennlp
The response is a binary file. Delete the opennlp model from Fusion
curl -u USERNAME:PASSWORD -X DELETE https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/ai/ml-models/opennlp
The response is 204 No Content when the deletion succeeds.

Additional resources

  • Develop and Deploy a Machine Learning Model
  • Deploy the sentiment-reviews Model
  • Deploy the sentiment-general Model
  • Deploy a pre-trained scispaCy model
LucidAcademyLucidworks offers free training to help you get started.The Course for Machine Learning Demystified focuses on key concepts in machine learning, plus the available Fusion machine learning jobs you can use to train and deploy models to create a sophisticated search experience:
Machine Learning DemystifiedPlay Button
Visit the LucidAcademy to see the full training catalog.