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.StartNotebookInstance
Description
Launches an ML compute instance with the latest version of the libraries
and attaches your ML storage volume. After configuring the notebook
instance, SageMaker sets the notebook instance status to InService
. A
notebook instance's status must be InService
before you can connect
to your Jupyter notebook.
Synopsis
- data StartNotebookInstance = StartNotebookInstance' {}
- newStartNotebookInstance :: Text -> StartNotebookInstance
- startNotebookInstance_notebookInstanceName :: Lens' StartNotebookInstance Text
- data StartNotebookInstanceResponse = StartNotebookInstanceResponse' {
- newStartNotebookInstanceResponse :: StartNotebookInstanceResponse
Creating a Request
data StartNotebookInstance Source #
See: newStartNotebookInstance
smart constructor.
Constructors
StartNotebookInstance' | |
Fields
|
Instances
newStartNotebookInstance Source #
Arguments
:: Text | |
-> StartNotebookInstance |
Create a value of StartNotebookInstance
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:
StartNotebookInstance
, startNotebookInstance_notebookInstanceName
- The name of the notebook instance to start.
Request Lenses
startNotebookInstance_notebookInstanceName :: Lens' StartNotebookInstance Text Source #
The name of the notebook instance to start.
Destructuring the Response
data StartNotebookInstanceResponse Source #
See: newStartNotebookInstanceResponse
smart constructor.
Constructors
StartNotebookInstanceResponse' | |
Instances
Generic StartNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.StartNotebookInstance Associated Types type Rep StartNotebookInstanceResponse :: Type -> Type # | |
Read StartNotebookInstanceResponse Source # | |
Show StartNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.StartNotebookInstance Methods showsPrec :: Int -> StartNotebookInstanceResponse -> ShowS # show :: StartNotebookInstanceResponse -> String # showList :: [StartNotebookInstanceResponse] -> ShowS # | |
NFData StartNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.StartNotebookInstance Methods rnf :: StartNotebookInstanceResponse -> () # | |
Eq StartNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.StartNotebookInstance | |
type Rep StartNotebookInstanceResponse Source # | |
Defined in Amazonka.SageMaker.StartNotebookInstance |
newStartNotebookInstanceResponse :: StartNotebookInstanceResponse Source #
Create a value of StartNotebookInstanceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.