diff --git a/webapp/candysorter/ext/google/cloud/ml/_http.py b/webapp/candysorter/ext/google/cloud/ml/_http.py index 5811c3d..cc1045f 100644 --- a/webapp/candysorter/ext/google/cloud/ml/_http.py +++ b/webapp/candysorter/ext/google/cloud/ml/_http.py @@ -20,5 +20,5 @@ class Connection(_http.JSONConnection): API_BASE_URL = 'https://ml.googleapis.com' - API_VERSION = 'v1beta1' + API_VERSION = 'v1' API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}'