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