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