| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateNotebookInstanceLifecycleConfigRequest |
UpdateNotebookInstanceLifecycleConfigRequest.clone() |
UpdateNotebookInstanceLifecycleConfigRequest |
UpdateNotebookInstanceLifecycleConfigRequest.withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
UpdateNotebookInstanceLifecycleConfigRequest |
UpdateNotebookInstanceLifecycleConfigRequest.withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The 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.
|
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.
|
UpdateNotebookInstanceLifecycleConfigRequest |
UpdateNotebookInstanceLifecycleConfigRequest.withOnStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
Copyright © 2025. All rights reserved.