We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d175ab commit 3451511Copy full SHA for 3451511
sdk/python/endpoints/online/managed/managed-identities/online-endpoints-managed-identity-uai.ipynb
@@ -23,7 +23,9 @@
23
{
24
"cell_type": "code",
25
"execution_count": null,
26
- "metadata": {},
+ "metadata": {
27
+ "name": "install-packages"
28
+ },
29
"outputs": [],
30
"source": [
31
"%pip install --pre azure-mgmt-msi\n",
@@ -443,7 +445,9 @@
443
445
444
446
447
448
449
+ "name": "5-get-details"
450
451
452
453
"endpoint = ml_client.online_endpoints.get(endpoint_name)\n",
@@ -740,7 +744,9 @@
740
744
741
745
742
746
743
747
748
+ "name": "7-set-traffic"
749
750
751
752
"endpoint.traffic = {str(deployment.name): 100}\n",
0 commit comments