Skip to content

Files

Latest commit

 

History

History
 
 

prediction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AI Platform Prediction

You can host your trained machine learning models on AI Platform for predictions (inference) from new examples.

Currently, AI Platform can serve models generated by scikit-learn, xgboost, and TensorFlow.

Steps to Deploy

To deploy a model on AI Platform to be served, there are two general steps that need be taken:

  1. Create a model resource: A model resource is like a folder for all different versions of a model.

  2. Create a model version: Once a model resource is created, the model object is uploaded to AI Platform, along with a version.

Make Prediction

After a model version is created, it can be used to make predictions through a simple Python API.

We will show the details of all the required steps in the samples in this directory.

Further Information

For further information on how the prediction on AI Platform works, please click here.