Skip to content

Commit 46159d2

Browse files
authored
Fix delete endpoint cell
Rename "sess" to "sagemaker_session"
1 parent 2eee373 commit 46159d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_amazon_algorithms/deepar_retail_forecasting/deepar_retail_forecasting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@
734734
"metadata": {},
735735
"outputs": [],
736736
"source": [
737-
"sess.delete_endpoint(predictor.endpoint)"
737+
"sagemaker_session.delete_endpoint(predictor.endpoint)"
738738
]
739739
}
740740
],

0 commit comments

Comments
 (0)