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