| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.updateNotebookInstanceLifecycleConfig(Consumer<UpdateNotebookInstanceLifecycleConfigRequest.Builder> updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.
|
default UpdateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.updateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.
|
| 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 CompletableFuture<UpdateNotebookInstanceLifecycleConfigResponse> |
SageMakerAsyncClient.updateNotebookInstanceLifecycleConfig(UpdateNotebookInstanceLifecycleConfigRequest updateNotebookInstanceLifecycleConfigRequest)
Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.
|
Copyright © 2023. All rights reserved.