| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreatePresignedNotebookInstanceUrlResponse |
SageMakerClient.createPresignedNotebookInstanceUrl(Consumer<CreatePresignedNotebookInstanceUrlRequest.Builder> createPresignedNotebookInstanceUrlRequest)
Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
|
default CreatePresignedNotebookInstanceUrlResponse |
SageMakerClient.createPresignedNotebookInstanceUrl(CreatePresignedNotebookInstanceUrlRequest createPresignedNotebookInstanceUrlRequest)
Returns a URL that you can use to connect to the Jupyter server from a notebook instance.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.