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 16, 2019
1 parent 1b959bc commit 280c083
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 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-tf']\n",
Expand Down Expand Up @@ -164,8 +164,17 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
},
"pycharm": {
"stem_cell": {
"cell_type": "raw",
"source": [],
"metadata": {
"collapsed": false
}
}
}
},
"nbformat": 4,
"nbformat_minor": 1
}
}

0 comments on commit 280c083

Please sign in to comment.