We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lab-02.ipynb
1 parent 01790f6 commit efddb2fCopy full SHA for efddb2f
on_demand/kfp-caip-sklearn/lab-02-kfp-pipeline/exercises/lab-02.ipynb
@@ -371,7 +371,7 @@
371
"metadata": {},
372
"outputs": [],
373
"source": [
374
- "REGION = 'us-central1'\n",
+ "REGION = 'us-central1' # TO DO: REPLACE WITH YOUR AI PLATFORM PIPELINES REGION\n",
375
"ENDPOINT = '337dd39580cbcbd2-dot-us-central2.pipelines.googleusercontent.com' # TO DO: REPLACE WITH YOUR ENDPOINT\n",
376
"ARTIFACT_STORE_URI = 'gs://qwiklabs-gcp-xx-xxxxxxx-kubeflowpipelines-default' # TO DO: REPLACE WITH YOUR ARTIFACT_STORE NAME \n",
377
"PROJECT_ID = !(gcloud config get-value core/project)\n",
0 commit comments