We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125dda0 commit c43b65dCopy full SHA for c43b65d
ml_engine/online_prediction/predict.py
@@ -16,6 +16,8 @@
16
17
18
# [START authenticating]
19
+# To authenticate set the environment variable
20
+# GOOGLE_APPLICATION_CREDENTIALS=<path_to_service_account_file>
21
def get_ml_engine_service():
22
return googleapiclient.discovery.build('ml', 'v1beta1')
23
# [END authenticating]
0 commit comments