| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default StartNotebookInstanceResponse |
SageMakerClient.startNotebookInstance(Consumer<StartNotebookInstanceRequest.Builder> startNotebookInstanceRequest)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
default StartNotebookInstanceResponse |
SageMakerClient.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 |
|---|---|
default CompletableFuture<StartNotebookInstanceResponse> |
SageMakerAsyncClient.startNotebookInstance(Consumer<StartNotebookInstanceRequest.Builder> startNotebookInstanceRequest)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
default CompletableFuture<StartNotebookInstanceResponse> |
SageMakerAsyncClient.startNotebookInstance(StartNotebookInstanceRequest startNotebookInstanceRequest)
Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.
|
Copyright © 2022. All rights reserved.