| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.createNotebookInstanceLifecycleConfig(Consumer<CreateNotebookInstanceLifecycleConfigRequest.Builder> createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
|
default CreateNotebookInstanceLifecycleConfigResponse |
SageMakerClient.createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNotebookInstanceLifecycleConfigResponse> |
SageMakerAsyncClient.createNotebookInstanceLifecycleConfig(Consumer<CreateNotebookInstanceLifecycleConfigRequest.Builder> createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
|
default CompletableFuture<CreateNotebookInstanceLifecycleConfigResponse> |
SageMakerAsyncClient.createNotebookInstanceLifecycleConfig(CreateNotebookInstanceLifecycleConfigRequest createNotebookInstanceLifecycleConfigRequest)
Creates a lifecycle configuration that you can associate with a notebook instance.
|
Copyright © 2022. All rights reserved.