Update 010_basic_sdk_v2.ipynb
This commit is contained in:
Родитель
dcff723f7c
Коммит
22eb528b1d
|
@ -55,8 +55,8 @@
|
|||
"cell_type": "code",
|
||||
"source": [
|
||||
"# Enter details of your subscription\r\n",
|
||||
"subscription_id = \"b30d9dbd-c0f7-405f-902c-3eabd080eb00\"\r\n",
|
||||
"resource_group = \"aml-walkthrough-rg\"\r\n",
|
||||
"subscription_id = \"*********\"\r\n",
|
||||
"resource_group = \"*******\"\r\n",
|
||||
"\r\n",
|
||||
"# get a handle to the subscription\r\n",
|
||||
"\r\n",
|
||||
|
@ -87,7 +87,7 @@
|
|||
"source": [
|
||||
"from azure.ai.ml.entities import Workspace\r\n",
|
||||
"ws_basic = Workspace(\r\n",
|
||||
" name=\"aml-walkthrough-ws\",\r\n",
|
||||
" name=\"******\",\r\n",
|
||||
" location=\"Westus2\", # Azure region (location) of workspace\r\n",
|
||||
" display_name=\"Meer Alam workspace-example\",\r\n",
|
||||
" description=\"This example shows how to create a basic workspace\"\r\n",
|
||||
|
@ -185,9 +185,9 @@
|
|||
"except Exception as ex:\r\n",
|
||||
" print(ex)\r\n",
|
||||
" # Enter details of your AML workspace\r\n",
|
||||
" subscription_id=\"b30d9dbd-c0f7-405f-902c-3eabd080eb00\"\r\n",
|
||||
" resource_group_name=\"aml-walkthrough-rg\"\r\n",
|
||||
" workspace_name=\"aml-walkthrough-ws\"\r\n",
|
||||
" subscription_id=\"*********\"\r\n",
|
||||
" resource_group_name=\"******\"\r\n",
|
||||
" workspace_name=\"******\"\r\n",
|
||||
" # ml_client = MLClient(credential, subscription_id, resource_group, workspace)\r\n",
|
||||
"\r\n",
|
||||
" # get a handle to the workspace\r\n",
|
||||
|
@ -582,4 +582,4 @@
|
|||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 0
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче