Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreatePresignedNotebookInstanceUrlRequest
-
Packages that use CreatePresignedNotebookInstanceUrlRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of CreatePresignedNotebookInstanceUrlRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type CreatePresignedNotebookInstanceUrlRequest Modifier and Type Method Description default CompletableFuture<CreatePresignedNotebookInstanceUrlResponse>SageMakerAsyncClient. createPresignedNotebookInstanceUrl(CreatePresignedNotebookInstanceUrlRequest createPresignedNotebookInstanceUrlRequest)Returns a URL that you can use to connect to the Jupyter server from a notebook instance.default CreatePresignedNotebookInstanceUrlResponseSageMakerClient. createPresignedNotebookInstanceUrl(CreatePresignedNotebookInstanceUrlRequest createPresignedNotebookInstanceUrlRequest)Returns a URL that you can use to connect to the Jupyter server from a notebook instance. -
Uses of CreatePresignedNotebookInstanceUrlRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type CreatePresignedNotebookInstanceUrlRequest Modifier and Type Method Description SdkHttpFullRequestCreatePresignedNotebookInstanceUrlRequestMarshaller. marshall(CreatePresignedNotebookInstanceUrlRequest createPresignedNotebookInstanceUrlRequest)
-