| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<NotebookInstanceLifecycleHook> |
DescribeNotebookInstanceLifecycleConfigResponse.onCreate()
The shell script that runs only once, when you create a notebook instance.
|
List<NotebookInstanceLifecycleHook> |
UpdateNotebookInstanceLifecycleConfigRequest.onCreate()
The shell script that runs only once, when you create a notebook instance.
|
List<NotebookInstanceLifecycleHook> |
CreateNotebookInstanceLifecycleConfigRequest.onCreate()
A shell script that runs only once, when you create a notebook instance.
|
List<NotebookInstanceLifecycleHook> |
DescribeNotebookInstanceLifecycleConfigResponse.onStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
List<NotebookInstanceLifecycleHook> |
UpdateNotebookInstanceLifecycleConfigRequest.onStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
List<NotebookInstanceLifecycleHook> |
CreateNotebookInstanceLifecycleConfigRequest.onStart()
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
CreateNotebookInstanceLifecycleConfigRequest.Builder |
CreateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(NotebookInstanceLifecycleHook... onCreate)
A shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
CreateNotebookInstanceLifecycleConfigRequest.Builder |
CreateNotebookInstanceLifecycleConfigRequest.Builder.onStart(NotebookInstanceLifecycleHook... onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
CreateNotebookInstanceLifecycleConfigRequest.Builder |
CreateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
A shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
CreateNotebookInstanceLifecycleConfigRequest.Builder |
CreateNotebookInstanceLifecycleConfigRequest.Builder.onStart(Collection<NotebookInstanceLifecycleHook> onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
Copyright © 2022. All rights reserved.