Deleting an endpoint with a monitoring schedule
Now that we are done using our ML inference endpoint, let’s delete it, along with the attached monitors and monitoring schedules.
Follow these steps to list all the attached monitors of our ML inference endpoint and delete any attached monitoring schedules, along with the endpoint:
- Create a new Notebook by clicking the File menu and choosing Notebook from the list of options under the New submenu.
Note
Note that we will be creating the new notebook inside the CH08
directory beside the other notebook files we created in the previous sections of this chapter.
- In the Set up notebook environment window, specify the following configuration values:
- Image:
Data Science
(option found under SageMaker image) - Kernel:
Python 3
- Start-up script:
No script
- Image:
Click the Select button afterward.
- Right-click on the tab name of the new Notebook and select Rename Notebook… from the list of options in...