sagemaker_create_presigned_notebook_instance_url: Returns a URL that you can use to connect to the Jupyter...

View source: R/sagemaker_operations.R

sagemaker_create_presigned_notebook_instance_urlR Documentation

Returns a URL that you can use to connect to the Jupyter server from a notebook instance

Description

Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the SageMaker console, when you choose Open next to a notebook instance, SageMaker opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the page.

See https://www.paws-r-sdk.com/docs/sagemaker_create_presigned_notebook_instance_url/ for full documentation.

Usage

sagemaker_create_presigned_notebook_instance_url(
  NotebookInstanceName,
  SessionExpirationDurationInSeconds = NULL
)

Arguments

NotebookInstanceName

[required] The name of the notebook instance.

SessionExpirationDurationInSeconds

The duration of the session, in seconds. The default is 12 hours.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.