Skip to content

Commit 802e48d

Browse files
authored
chore: added an explanation on automl project envs (GoogleCloudPlatform#5059)
## Description Added some information about separate project of AUTOML Fixes GoogleCloudPlatform#3491
1 parent c1c0c6f commit 802e48d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing/test-env.tmpl.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ export PUBSUB_VERIFICATION_TOKEN=1234abc
5454
export GCLOUD_SECRETS_SERVICE_ACCOUNT=
5555

5656
# Automl
57+
# A centralized project is used to remove duplicate work across all 7 languages
58+
# and reduce the management of these resources.
59+
# https://docs.google.com/document/d/1-E7zTNqBm9ex7XIOhzMHCupwKWieyMKgAVwrRK5JTVY
5760
export AUTOML_PROJECT_ID=
5861

5962
export ENTITY_EXTRACTION_DATASET_ID=
@@ -72,6 +75,8 @@ export VISION_CLASSIFICATION_DATASET_ID=
7275
export VISION_CLASSIFICATION_MODEL_ID=
7376

7477
export OBJECT_DETECTION_DATASET_ID=
78+
# AutoML model takes 8-24 hours to create, having predefined
79+
# and centralized models remove duplicate work across all languages.
7580
export OBJECT_DETECTION_MODEL_ID=
7681

7782
# Transcoder API

0 commit comments

Comments
 (0)