Skip to content

Commit

Permalink
- added notebook for testing pipeline.
Browse files Browse the repository at this point in the history
- added pipeline python files.
  • Loading branch information
Seb-Good committed May 19, 2019
1 parent 2c062a1 commit 01af600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/test_service.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"outputs": [],
"source": [
"# Get workspace\n",
"workspace = Workspace.get(name='mnist-azure', subscription_id='30284b70-31e1-4b93-b620-26959f80a8f9', \n",
" resource_group='spector-ai')\n",
"workspace = Workspace.get(name='mnist-azure', subscription_id='', \n",
" resource_group='')\n",
"\n",
"# Get web service\n",
"service = workspace.webservices['mnist']\n",
Expand Down

0 comments on commit 01af600

Please sign in to comment.