I need to create a vertex ai endpoint with different functions. There are two options. 1. one endpoint per function. 1. one endpoint for all functions. This is an attempt to handle different functions in a single endpoint.
The base image requires three files.
requirements.txt
- it will be used to build the base docker imagehandler.py
- it is the fastapi handler which we have direct access to request and response objects.