ripe-solstice-79981
02/08/2024, 9:03 PMcrooked-jordan-29960
02/08/2024, 9:29 PMML serving production service and on the components your use case needs. Metaflow's bread and butter is batch workflows, which write predictions to a cache for apps/products to use. You can deploy trained models from a Metaflow workflow to a server that hosts real-time model endpoints too, but there is nothing inside a standard Metaflow deployment that runs a server hosting a real-time model endpoint for you, you'd need to build or buy such a system. This is one reason people use Metaflow with tools like Seldon or Sagemaker endpoints. Outerbounds is also actively exploring inference solutions that are more closely coupled with Metaflow's existing functionality.ripe-solstice-79981
02/09/2024, 4:40 PMcrooked-jordan-29960
02/09/2024, 6:15 PMripe-solstice-79981
02/09/2024, 9:43 PMcrooked-jordan-29960
02/09/2024, 10:20 PMaiplatform.Endpoint.create (docs). KServe is a bit different, but not too much at the python layer.
For the least opinionated example, this FastAPI example exists in part to be a quick copy-paste and swap in your model situation.