| 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 |
|---|---|
Future<StopNotebookInstanceResult> |
AmazonSageMakerAsyncClient.stopNotebookInstanceAsync(StopNotebookInstanceRequest request,
AsyncHandler<StopNotebookInstanceRequest,StopNotebookInstanceResult> asyncHandler) |
Future<StopNotebookInstanceResult> |
AbstractAmazonSageMakerAsync.stopNotebookInstanceAsync(StopNotebookInstanceRequest request,
AsyncHandler<StopNotebookInstanceRequest,StopNotebookInstanceResult> asyncHandler) |
Future<StopNotebookInstanceResult> |
AmazonSageMakerAsync.stopNotebookInstanceAsync(StopNotebookInstanceRequest stopNotebookInstanceRequest,
AsyncHandler<StopNotebookInstanceRequest,StopNotebookInstanceResult> asyncHandler)
Terminates the ML compute instance.
|
| Modifier and Type | Method and Description |
|---|---|
StopNotebookInstanceRequest |
StopNotebookInstanceRequest.clone() |
StopNotebookInstanceRequest |
StopNotebookInstanceRequest.withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance to terminate.
|
Copyright © 2025. All rights reserved.