Skip to content

Commit 55c3368

Browse files
authored
Merge pull request GoogleCloudPlatform#142 from GoogleCloudPlatform/ajayhemnani-patch-1
Update lab-02.ipynb
2 parents 6a64fed + d198fad commit 55c3368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

workshops/tfx-caip-tf23/lab-02-tfx-pipeline/labs/lab-02.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"\n",
265265
"* `MODEL_NAME` - the pipeline's unique model output name for AI Platform Prediction. For multiple pipeline runs, each pushed blessed model will create a new version with the format `'v{}'.format(int(time.time()))`.\n",
266266
"\n",
267-
"* `DATA_ROOT_URI` - the URI for the raw lab dataset `gs://workshop-datasets/covertype/small`.\n",
267+
"* `DATA_ROOT_URI` - the URI for the raw lab dataset `gs://cloud-training/OCBL203/workshop-datasets`.\n",
268268
"\n",
269269
"* `CUSTOM_TFX_IMAGE` - the image name of your pipeline container build by skaffold and published by `Cloud Build` to `Cloud Container Registry` in the format `'gcr.io/{}/{}'.format(PROJECT_ID, PIPELINE_NAME)`.\n",
270270
"\n",
@@ -285,7 +285,7 @@
285285
"source": [
286286
"PIPELINE_NAME = 'tfx_covertype_continuous_training'\n",
287287
"MODEL_NAME = 'tfx_covertype_classifier'\n",
288-
"DATA_ROOT_URI = 'gs://workshop-datasets/covertype/small'\n",
288+
"DATA_ROOT_URI = 'gs://cloud-training/OCBL203/workshop-datasets'\n",
289289
"CUSTOM_TFX_IMAGE = 'gcr.io/{}/{}'.format(PROJECT_ID, PIPELINE_NAME)\n",
290290
"RUNTIME_VERSION = '2.3'\n",
291291
"PYTHON_VERSION = '3.7'\n",

workshops/tfx-caip-tf23/lab-02-tfx-pipeline/solutions/lab-02.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"\n",
265265
"* `MODEL_NAME` - the pipeline's unique model output name for AI Platform Prediction. For multiple pipeline runs, each pushed blessed model will create a new version with the format `'v{}'.format(int(time.time()))`.\n",
266266
"\n",
267-
"* `DATA_ROOT_URI` - the URI for the raw lab dataset `gs://workshop-datasets/covertype/small`.\n",
267+
"* `DATA_ROOT_URI` - the URI for the raw lab dataset `gs://cloud-training/OCBL203/workshop-datasets`.\n",
268268
"\n",
269269
"* `CUSTOM_TFX_IMAGE` - the image name of your pipeline container build by skaffold and published by `Cloud Build` to `Cloud Container Registry` in the format `'gcr.io/{}/{}'.format(PROJECT_ID, PIPELINE_NAME)`.\n",
270270
"\n",

0 commit comments

Comments
 (0)