Serving Machine Learning Models using Apigee Edge & Cloud ML Engine
This repository contains the accompanying code for the tutorial at https://cloud.google.com/solutions/serving-models-apigee-edge-ml-engine.
Directories
apiproxy
- Apigee API proxy to serve an app-facing API, which forwards prediction requests to a backend API hosted on Cloud Machine Learning Engine (using Online Prediction).model
- Sample pre-trained TensorFlow model for predicting income using census data.
Installation
See the tutorial page for full instructions.