| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookInstanceLifecycleHook |
NotebookInstanceLifecycleHook.clone() |
NotebookInstanceLifecycleHook |
NotebookInstanceLifecycleHook.withContent(String content)
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotebookInstanceLifecycleHook> |
CreateNotebookInstanceLifecycleConfigRequest.getOnCreate()
A shell script that runs only once, when you create a notebook instance.
|
List<NotebookInstanceLifecycleHook> |
UpdateNotebookInstanceLifecycleConfigRequest.getOnCreate()
The shell script that runs only once, when you create a notebook instance.
|
List<NotebookInstanceLifecycleHook> |
DescribeNotebookInstanceLifecycleConfigResult.getOnCreate()
The shell script that runs only once, when you create a notebook instance.
|
List<NotebookInstanceLifecycleHook> |
CreateNotebookInstanceLifecycleConfigRequest.getOnStart()
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
List<NotebookInstanceLifecycleHook> |
UpdateNotebookInstanceLifecycleConfigRequest.getOnStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
List<NotebookInstanceLifecycleHook> |
DescribeNotebookInstanceLifecycleConfigResult.getOnStart()
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withOnCreate(NotebookInstanceLifecycleHook... onCreate)
A shell script that runs only once, when you create a notebook instance.
|
UpdateNotebookInstanceLifecycleConfigRequest |
UpdateNotebookInstanceLifecycleConfigRequest.withOnCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withOnCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withOnStart(NotebookInstanceLifecycleHook... onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
UpdateNotebookInstanceLifecycleConfigRequest |
UpdateNotebookInstanceLifecycleConfigRequest.withOnStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withOnStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateNotebookInstanceLifecycleConfigRequest.setOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
A shell script that runs only once, when you create a notebook instance.
|
void |
UpdateNotebookInstanceLifecycleConfigRequest.setOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
void |
DescribeNotebookInstanceLifecycleConfigResult.setOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
void |
CreateNotebookInstanceLifecycleConfigRequest.setOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
void |
UpdateNotebookInstanceLifecycleConfigRequest.setOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
void |
DescribeNotebookInstanceLifecycleConfigResult.setOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
A shell script that runs only once, when you create a notebook instance.
|
UpdateNotebookInstanceLifecycleConfigRequest |
UpdateNotebookInstanceLifecycleConfigRequest.withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
CreateNotebookInstanceLifecycleConfigRequest |
CreateNotebookInstanceLifecycleConfigRequest.withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
UpdateNotebookInstanceLifecycleConfigRequest |
UpdateNotebookInstanceLifecycleConfigRequest.withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
Copyright © 2024. All rights reserved.