| 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 |
|---|---|
StopNotebookInstanceResult |
AmazonSageMakerClient.stopNotebookInstance(StopNotebookInstanceRequest request)
Terminates the ML compute instance.
|
StopNotebookInstanceResult |
AbstractAmazonSageMaker.stopNotebookInstance(StopNotebookInstanceRequest request) |
StopNotebookInstanceResult |
AmazonSageMaker.stopNotebookInstance(StopNotebookInstanceRequest stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopNotebookInstanceResult> |
AmazonSageMakerAsyncClient.stopNotebookInstanceAsync(StopNotebookInstanceRequest request,
AsyncHandler<StopNotebookInstanceRequest,StopNotebookInstanceResult> asyncHandler) |
Future<StopNotebookInstanceResult> |
AmazonSageMakerAsync.stopNotebookInstanceAsync(StopNotebookInstanceRequest stopNotebookInstanceRequest,
AsyncHandler<StopNotebookInstanceRequest,StopNotebookInstanceResult> asyncHandler)
Terminates the ML compute instance.
|
Future<StopNotebookInstanceResult> |
AbstractAmazonSageMakerAsync.stopNotebookInstanceAsync(StopNotebookInstanceRequest request,
AsyncHandler<StopNotebookInstanceRequest,StopNotebookInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopNotebookInstanceResult |
StopNotebookInstanceResult.clone() |
Copyright © 2024. All rights reserved.