Skip to content

Commit

Permalink
05 fix mm creds
Browse files Browse the repository at this point in the history
ML-8942
daniels290813 authored Dec 31, 2024
1 parent d45ca14 commit 997d662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05-real-time-serving-pipeline.ipynb
Original file line number Diff line number Diff line change
@@ -437,7 +437,7 @@
"\n",
"# Enable model monitoring\n",
"serving_fn.set_tracking()\n",
"project.set_model_monitoring_credentials(None, \"v3io\", \"v3io\", \"v3io\")\n",
"project.set_model_monitoring_credentials(None, \"v3io\", \"v3io\")\n",
"\n",
"# Deploy the serving function\n",
"serving_fn.deploy()"

0 comments on commit 997d662

Please sign in to comment.