Skip to content

Commit

Permalink
batch_inference.ipynb - remove obsolete endpoint_store_connection arg
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSkralivetsky authored Dec 9, 2024
1 parent f20aa4e commit 0858dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch_inference/batch_inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
"outputs": [],
"source": [
"project = mlrun.get_or_create_project(\"batch-inference\", \"./\", user_project=True)\n",
"project.set_model_monitoring_credentials(endpoint_store_connection=\"v3io\", stream_path=\"v3io\", tsdb_connection=\"v3io\")"
"project.set_model_monitoring_credentials(stream_path=\"v3io\", tsdb_connection=\"v3io\")"
]
},
{
Expand Down

0 comments on commit 0858dc5

Please sign in to comment.