Skip to content

Commit 8bac4c3

Browse files
author
Niklas Palm
committed
Remove output
1 parent 6aac58d commit 8bac4c3

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

05_deployment/sagemaker-deploy-model-for-inference.ipynb

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -172,17 +172,9 @@
172172
},
173173
{
174174
"cell_type": "code",
175-
"execution_count": 5,
175+
"execution_count": null,
176176
"metadata": {},
177-
"outputs": [
178-
{
179-
"name": "stdout",
180-
"output_type": "stream",
181-
"text": [
182-
"---!Endpoint [tensorflow-inference-2022-11-06-20-50-11-918] deployed\n"
183-
]
184-
}
185-
],
177+
"outputs": [],
186178
"source": [
187179
"from sagemaker.tensorflow import TensorFlowModel\n",
188180
"\n",
@@ -228,23 +220,7 @@
228220
"cell_type": "code",
229221
"execution_count": null,
230222
"metadata": {},
231-
"outputs": [
232-
{
233-
"name": "stderr",
234-
"output_type": "stream",
235-
"text": [
236-
"update_endpoint is a no-op in sagemaker>=2.\n",
237-
"See: https://sagemaker.readthedocs.io/en/stable/v2.html for details.\n"
238-
]
239-
},
240-
{
241-
"name": "stdout",
242-
"output_type": "stream",
243-
"text": [
244-
"-"
245-
]
246-
}
247-
],
223+
"outputs": [],
248224
"source": [
249225
"from sagemaker.tensorflow import TensorFlowModel\n",
250226
"\n",

0 commit comments

Comments
 (0)