| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default StopNotebookInstanceResponse |
SageMakerClient.stopNotebookInstance(Consumer<StopNotebookInstanceRequest.Builder> stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
default StopNotebookInstanceResponse |
SageMakerClient.stopNotebookInstance(StopNotebookInstanceRequest stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopNotebookInstanceResponse> |
SageMakerAsyncClient.stopNotebookInstance(Consumer<StopNotebookInstanceRequest.Builder> stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
default CompletableFuture<StopNotebookInstanceResponse> |
SageMakerAsyncClient.stopNotebookInstance(StopNotebookInstanceRequest stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
Copyright © 2023. All rights reserved.