We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae499c commit c055924Copy full SHA for c055924
README.rst
@@ -232,6 +232,9 @@ For more `information <https://boto3.amazonaws.com/v1/documentation/api/latest/r
232
# Tears down the SageMaker endpoint and endpoint configuration
233
mxnet_predictor.delete_endpoint()
234
235
+ # Deletes SageMaker model
236
+ mxnet_predictor.delete_model()
237
+
238
Training Metrics
239
~~~~~~~~~~~~~~~~
240
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