Skip to content

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 1, 2020
1 parent 1df65a6 commit f3f2fd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import translate_v3_batch_translate_text_with_model


PROJECT_ID = os.environ["GCLOUD_PROJECT"]
PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
MODEL_ID = "TRL3128559826197068699"


Expand Down

0 comments on commit f3f2fd5

Please sign in to comment.