Uses of Class
software.amazon.awssdk.services.sagemaker.model.StartNotebookInstanceResponse
-
Packages that use StartNotebookInstanceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StartNotebookInstanceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StartNotebookInstanceResponse Modifier and Type Method Description default StartNotebookInstanceResponseSageMakerClient. startNotebookInstance(Consumer<StartNotebookInstanceRequest.Builder> startNotebookInstanceRequest)Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.default StartNotebookInstanceResponseSageMakerClient. startNotebookInstance(StartNotebookInstanceRequest startNotebookInstanceRequest)Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StartNotebookInstanceResponse Modifier and Type Method 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.
-