feat(tables): update samples for making prediction with exported model#3993
feat(tables): update samples for making prediction with exported model#3993helinwang wants to merge 2 commits intoGoogleCloudPlatform:masterfrom
Conversation
Exported models runs inside a docker image in localhost. This commit adds code sample for making prediction with exported model with Python. It will be used in https://cloud.google.com/automl-tables/docs/model-export#automl-tables-example-drest
|
It looks like this sample is missing tests. Would you please add them? |
|
this is going to be part of a tutorial where the reader will be asked to stand up a local server before running this snippet. how should we test it? should we test it? |
|
Maybe we can test the correctness of the request JSON example. |
|
Passing along testing suggestions from @tmatsuo and @kurtisvg in chat: kurtisvg
tmatsuo
|
|
Closing since this PR has gone stale. These samples have been moved to the python-automl repository. |
Exported models runs inside a docker image in localhost. This commit
adds code sample for making prediction with exported model with
Python. It will be used in
https://cloud.google.com/automl-tables/docs/model-export#automl-tables-example-drest