| 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 CompletableFuture<StopNotebookInstanceResponse> |
SageMakerAsyncClient.stopNotebookInstance(Consumer<StopNotebookInstanceRequest.Builder> stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
default StopNotebookInstanceResponse |
SageMakerClient.stopNotebookInstance(Consumer<StopNotebookInstanceRequest.Builder> stopNotebookInstanceRequest)
Terminates the ML compute instance.
|
| Modifier and Type | Method and Description |
|---|---|
static StopNotebookInstanceRequest.Builder |
StopNotebookInstanceRequest.builder() |
StopNotebookInstanceRequest.Builder |
StopNotebookInstanceRequest.Builder.notebookInstanceName(String notebookInstanceName)
The name of the notebook instance to terminate.
|
StopNotebookInstanceRequest.Builder |
StopNotebookInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopNotebookInstanceRequest.Builder |
StopNotebookInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopNotebookInstanceRequest.Builder |
StopNotebookInstanceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopNotebookInstanceRequest.Builder> |
StopNotebookInstanceRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.