Skip to content

Commit a15d73e

Browse files
authored
Merge pull request GoogleCloudPlatform#163 from hemantsinalkar-tudip/OCBL205-notebook-update
OCBL205 : Notebook update (lab-02.ipynb)
2 parents 01790f6 + 796f493 commit a15d73e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

on_demand/kfp-caip-sklearn/lab-02-kfp-pipeline/exercises/lab-02.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
"metadata": {},
372372
"outputs": [],
373373
"source": [
374-
"REGION = 'us-central1'\n",
374+
"REGION = 'us-central1' # TO DO: REPLACE WITH YOUR AI PLATFORM PIPELINES REGION\n",
375375
"ENDPOINT = '337dd39580cbcbd2-dot-us-central2.pipelines.googleusercontent.com' # TO DO: REPLACE WITH YOUR ENDPOINT\n",
376376
"ARTIFACT_STORE_URI = 'gs://qwiklabs-gcp-xx-xxxxxxx-kubeflowpipelines-default' # TO DO: REPLACE WITH YOUR ARTIFACT_STORE NAME \n",
377377
"PROJECT_ID = !(gcloud config get-value core/project)\n",

on_demand/kfp-caip-sklearn/lab-02-kfp-pipeline/lab-02.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"metadata": {},
380380
"outputs": [],
381381
"source": [
382-
"REGION = 'us-central1'\n",
382+
"REGION = 'us-central1' # TO DO: REPLACE WITH YOUR AI PLATFORM PIPELINES REGION\n",
383383
"ENDPOINT = '337dd39580cbcbd2-dot-us-central2.pipelines.googleusercontent.com' # TO DO: REPLACE WITH YOUR ENDPOINT\n",
384384
"ARTIFACT_STORE_URI = 'gs://qwiklabs-gcp-xx-xxxxxxx-kubeflowpipelines-default' # TO DO: REPLACE WITH YOUR ARTIFACT_STORE NAME \n",
385385
"PROJECT_ID = !(gcloud config get-value core/project)\n",

0 commit comments

Comments
 (0)