Skip to content

Commit c1ba930

Browse files
authored
fix: Update the model file path (#3731)
* fix: Update the model file path * Update the model file path 2
1 parent 2dc1e96 commit c1ba930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/official/model_monitoring_v2/model_monitoring_for_custom_model_batch_prediction_job.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
"source": [
336336
"import google.cloud.aiplatform as aiplatform\n",
337337
"\n",
338-
"MODEL_PATH = \"gs://mco-mm/churn\"\n",
338+
"MODEL_PATH = \"gs://cloud-samples-data/vertex-ai/model-deployment/models/churn\"\n",
339339
"MODEL_NAME = \"churn\"\n",
340340
"IMAGE = \"us-docker.pkg.dev/cloud-aiplatform/prediction/tf2-cpu.2-5:latest\"\n",
341341
"\n",

0 commit comments

Comments
 (0)