Skip to content

Commit

Permalink
refac/ deployment notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Oct 2, 2023
1 parent b4dcf3c commit 493b450
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions deploy_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,29 @@
"print(f\"Deployment information loaded from {deployment_info_filename}\")"
]
},
{
"cell_type": "code",
"execution_count": 17,
"id": "9e573d4a",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{'api_key': '7Qnsu2Resua0UKopC1jpv922eE9jX7Vd9CmIYEKp',\n",
" 'api_url': 'https://76wtvuoioe.execute-api.us-east-1.amazonaws.com/test/predict/',\n",
" 'method_verb': 'POST'}"
]
},
"execution_count": 17,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"deployment_info"
]
},
{
"cell_type": "code",
"execution_count": 13,
Expand Down

0 comments on commit 493b450

Please sign in to comment.