Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](GoogleClo…
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored and busunkim96 committed Sep 15, 2020
1 parent e5a9eff commit 6be3319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/dataset_test.py
Expand Up @@ -21,7 +21,7 @@

import automl_translation_dataset

project_id = os.environ["GCLOUD_PROJECT"]
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
compute_region = "us-central1"


Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/model_test.py
Expand Up @@ -22,7 +22,7 @@

import automl_translation_model

project_id = os.environ["GCLOUD_PROJECT"]
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
compute_region = "us-central1"


Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/predict_test.py
Expand Up @@ -18,7 +18,7 @@

import automl_translation_predict

project_id = os.environ["GCLOUD_PROJECT"]
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
compute_region = "us-central1"


Expand Down

0 comments on commit 6be3319

Please sign in to comment.