DEV Community

Discussion on: Build and Deploy your Machine Learning Application with Docker

Collapse
 
dhanasekharreddy profile image
dhanasekharreddy

@Israel Aminu

This is really great. I have deployed this model into AKS cluster and service type as loadbalancer, Please help me on what is endpoints and how we can test this in postman

Collapse
 
aminu_israel profile image
Israel Aminu

Hey dhanasekharreddy,
Some of the endpoints which I defined in my article are:
/
/predict
For the predict endpoint, this takes in some parameters as a body as:

  • age
  • BS_Fast
  • BS_pp etc. This is the features you can use to test on Postman