| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartNotebookInstanceRequest.Builder |
StartNotebookInstanceRequest.builder() |
StartNotebookInstanceRequest.Builder |
StartNotebookInstanceRequest.Builder.notebookInstanceName(String notebookInstanceName)
The name of the notebook instance to start.
|
StartNotebookInstanceRequest.Builder |
StartNotebookInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartNotebookInstanceRequest.Builder |
StartNotebookInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartNotebookInstanceRequest.Builder |
StartNotebookInstanceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartNotebookInstanceRequest.Builder> |
StartNotebookInstanceRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.