Skip to content

Commit d02b8b5

Browse files
kurtisvgbusunkim96
authored andcommitted
Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](GoogleCloudPlatform/python-docs-samples#4022)
1 parent 45612d8 commit d02b8b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/google-cloud-automl/samples/snippets/dataset_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import automl_translation_dataset
2323

24-
project_id = os.environ["GCLOUD_PROJECT"]
24+
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
2525
compute_region = "us-central1"
2626

2727

packages/google-cloud-automl/samples/snippets/model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import automl_translation_model
2424

25-
project_id = os.environ["GCLOUD_PROJECT"]
25+
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
2626
compute_region = "us-central1"
2727

2828

packages/google-cloud-automl/samples/snippets/predict_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import automl_translation_predict
2020

21-
project_id = os.environ["GCLOUD_PROJECT"]
21+
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
2222
compute_region = "us-central1"
2323

2424

0 commit comments

Comments
 (0)