| 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 |
|---|---|
StartNotebookInstanceResult |
AmazonSageMakerClient.startNotebookInstance(StartNotebookInstanceRequest request)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
StartNotebookInstanceResult |
AbstractAmazonSageMaker.startNotebookInstance(StartNotebookInstanceRequest request) |
StartNotebookInstanceResult |
AmazonSageMaker.startNotebookInstance(StartNotebookInstanceRequest startNotebookInstanceRequest)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartNotebookInstanceResult> |
AmazonSageMakerAsyncClient.startNotebookInstanceAsync(StartNotebookInstanceRequest request,
AsyncHandler<StartNotebookInstanceRequest,StartNotebookInstanceResult> asyncHandler) |
Future<StartNotebookInstanceResult> |
AbstractAmazonSageMakerAsync.startNotebookInstanceAsync(StartNotebookInstanceRequest request,
AsyncHandler<StartNotebookInstanceRequest,StartNotebookInstanceResult> asyncHandler) |
Future<StartNotebookInstanceResult> |
AmazonSageMakerAsync.startNotebookInstanceAsync(StartNotebookInstanceRequest startNotebookInstanceRequest,
AsyncHandler<StartNotebookInstanceRequest,StartNotebookInstanceResult> asyncHandler)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
| Modifier and Type | Method and Description |
|---|---|
StartNotebookInstanceResult |
StartNotebookInstanceResult.clone() |
Copyright © 2025. All rights reserved.