-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Arpin uncomment delete #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
"#sage.delete_endpoint(EndpointName=endpoint_name)\n", | ||
"#sage.delete_model(ModelName=model_name)" | ||
"sage.delete_endpoint(EndpointName=endpoint_name)\n", | ||
"sage.delete_model(ModelName=model_name)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
"#sage.delete_endpoint(EndpointName=endpoint_name)\n", | ||
"#sage.delete_model(ModelName=model_name)" | ||
"sage.delete_endpoint(EndpointName=endpoint_name)\n", | ||
"sage.delete_model(ModelName=model_name)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the other notebooks delete the model, so should we remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
@@ -209,7 +209,7 @@ | |||
}, | |||
"outputs": [], | |||
"source": [ | |||
"# m.delete_endpoint()" | |||
"m.delete_endpoint()" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to keep this method on the estimator longer term. Can you change this to use the session to delete it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
* update file pattern * drop empty line
We've decided to uncomment out endpoint deletion as a best practice for examples.