| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.DeleteNotebookInstance
Description
Deletes an SageMaker notebook instance. Before you can delete a notebook
instance, you must call the StopNotebookInstance API.
When you delete a notebook instance, you lose all of your data. SageMaker removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance.
Synopsis
- data DeleteNotebookInstance = DeleteNotebookInstance' {}
- newDeleteNotebookInstance :: Text -> DeleteNotebookInstance
- deleteNotebookInstance_notebookInstanceName :: Lens' DeleteNotebookInstance Text
- data DeleteNotebookInstanceResponse = DeleteNotebookInstanceResponse' {
- newDeleteNotebookInstanceResponse :: DeleteNotebookInstanceResponse
Creating a Request
data DeleteNotebookInstance Source #
See: newDeleteNotebookInstance smart constructor.
Constructors
| DeleteNotebookInstance' | |
Fields
| |
Instances
newDeleteNotebookInstance Source #
Arguments
| :: Text | |
| -> DeleteNotebookInstance |
Create a value of DeleteNotebookInstance with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteNotebookInstance, deleteNotebookInstance_notebookInstanceName - The name of the SageMaker notebook instance to delete.
Request Lenses
deleteNotebookInstance_notebookInstanceName :: Lens' DeleteNotebookInstance Text Source #
The name of the SageMaker notebook instance to delete.
Destructuring the Response
data DeleteNotebookInstanceResponse Source #
See: newDeleteNotebookInstanceResponse smart constructor.
Constructors
| DeleteNotebookInstanceResponse' | |
Instances
| Generic DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance Associated Types type Rep DeleteNotebookInstanceResponse :: Type -> Type # | |
| Read DeleteNotebookInstanceResponse Source # | |
| Show DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance Methods showsPrec :: Int -> DeleteNotebookInstanceResponse -> ShowS # show :: DeleteNotebookInstanceResponse -> String # showList :: [DeleteNotebookInstanceResponse] -> ShowS # | |
| NFData DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance Methods rnf :: DeleteNotebookInstanceResponse -> () # | |
| Eq DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance | |
| type Rep DeleteNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.DeleteNotebookInstance | |
newDeleteNotebookInstanceResponse :: DeleteNotebookInstanceResponse Source #
Create a value of DeleteNotebookInstanceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.