Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Terminates the ML compute instance. Before terminating the instance,
Amazon SageMaker disconnects the ML storage volume from it. Amazon
SageMaker preserves the ML storage volume. Amazon SageMaker stops
charging you for the ML compute instance when you call
StopNotebookInstance
.
To access data on the ML storage volume for a notebook instance that has
been terminated, call the StartNotebookInstance
API.
StartNotebookInstance
launches another ML compute instance, configures
it, and attaches the preserved ML storage volume so you can continue
your work.
Synopsis
- data StopNotebookInstance = StopNotebookInstance' {}
- newStopNotebookInstance :: Text -> StopNotebookInstance
- stopNotebookInstance_notebookInstanceName :: Lens' StopNotebookInstance Text
- data StopNotebookInstanceResponse = StopNotebookInstanceResponse' {
- newStopNotebookInstanceResponse :: StopNotebookInstanceResponse
Creating a Request
data StopNotebookInstance Source #
See: newStopNotebookInstance
smart constructor.
StopNotebookInstance' | |
|
Instances
newStopNotebookInstance Source #
Create a value of StopNotebookInstance
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:
$sel:notebookInstanceName:StopNotebookInstance'
, stopNotebookInstance_notebookInstanceName
- The name of the notebook instance to terminate.
Request Lenses
stopNotebookInstance_notebookInstanceName :: Lens' StopNotebookInstance Text Source #
The name of the notebook instance to terminate.
Destructuring the Response
data StopNotebookInstanceResponse Source #
See: newStopNotebookInstanceResponse
smart constructor.
Instances
newStopNotebookInstanceResponse :: StopNotebookInstanceResponse Source #
Create a value of StopNotebookInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.