Skip to content

Commit c055924

Browse files
author
Chuyang Deng
committed
Add a missed README example change.
1 parent eae499c commit c055924

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ For more `information <https://boto3.amazonaws.com/v1/documentation/api/latest/r
232232
# Tears down the SageMaker endpoint and endpoint configuration
233233
mxnet_predictor.delete_endpoint()
234234
235+
# Deletes SageMaker model
236+
mxnet_predictor.delete_model()
237+
235238
Training Metrics
236239
~~~~~~~~~~~~~~~~
237240
The SageMaker Python SDK allows you to specify a name and a regular expression for metrics you want to track for training.

0 commit comments

Comments
 (0)