Uses of Class
software.amazon.awssdk.services.sagemaker.model.StopNotebookInstanceResponse
-
Packages that use StopNotebookInstanceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StopNotebookInstanceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StopNotebookInstanceResponse Modifier and Type Method Description default StopNotebookInstanceResponseSageMakerClient. stopNotebookInstance(Consumer<StopNotebookInstanceRequest.Builder> stopNotebookInstanceRequest)Terminates the ML compute instance.default StopNotebookInstanceResponseSageMakerClient. stopNotebookInstance(StopNotebookInstanceRequest stopNotebookInstanceRequest)Terminates the ML compute instance.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StopNotebookInstanceResponse Modifier and Type Method Description default CompletableFuture<StopNotebookInstanceResponse>SageMakerAsyncClient. stopNotebookInstance(Consumer<StopNotebookInstanceRequest.Builder> stopNotebookInstanceRequest)Terminates the ML compute instance.default CompletableFuture<StopNotebookInstanceResponse>SageMakerAsyncClient. stopNotebookInstance(StopNotebookInstanceRequest stopNotebookInstanceRequest)Terminates the ML compute instance.
-