Google Cloud ML using Rest API -


can 1 me how access google cloud ml service using rest api in python. have tried using postman gives 404 in response everytime.i have project on google cloud want use apis available on https://cloud.google.com/ml-engine/reference/rest/

you can find examples datalab:

training service: https://github.com/googledatalab/pydatalab/blob/master/google/datalab/ml/_job.py#l61

prediction service: https://github.com/googledatalab/pydatalab/blob/master/google/datalab/ml/_cloud_models.py#l225

alternatively, instead of calling cloudml service endpoints directly, can try datalab's ml toolbox supports structured data , image classification. can view notebooks first without setting datalab:

https://github.com/googledatalab/notebooks/tree/master/samples/ml%20toolbox

to set datalab , run these notebooks, see https://cloud.google.com/datalab/docs/quickstarts.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -