This commit is contained in:
Meer Alam 2023-01-13 09:41:17 -06:00 коммит произвёл GitHub
Родитель dcff723f7c
Коммит 22eb528b1d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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
}
}