Add "serving" features in paddle cloud
Created by: typhoonzero
Add ability to "serve" a trained model, providing HTTP endpoint to fetch inference result.
For ease of using, people only need provide the model graph(or topology) and model parameters. Paddle Cloud will generate a unique URL for current "serving" instance, and this URL can be accessed from the internet.
The resource for the "serving" instance will be restricted under user's quota.