I have an Auto ML model deployment. All working, getting the expected results and so on. What I'm looking for is an option to limit the responses based on filters that are known.
Here is an example: The model predicts a car number to take a ride (similar to Uber), based on few properties such as distance, revenue, number of passengers, etc. What I need is to filter out cars that are unavailable for the current day.
Is there a way to do that using the existing API (using some specific API body parameters)?