| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateNotebookInstanceLifecycleConfigResponse> |
SageMakerAsyncClient.updateNotebookInstanceLifecycleConfig(Consumer<UpdateNotebookInstanceLifecycleConfigRequest.Builder> updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig
API.
|
default UpdateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.updateNotebookInstanceLifecycleConfig(Consumer<UpdateNotebookInstanceLifecycleConfigRequest.Builder> updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig
API.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.builder() |
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(Consumer<NotebookInstanceLifecycleHook.Builder>... 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.
|
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.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onStart(Consumer<NotebookInstanceLifecycleHook.Builder>... 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.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNotebookInstanceLifecycleConfigRequest.Builder> |
UpdateNotebookInstanceLifecycleConfigRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.