ListNotebookWorkspaceConnectionInfoResult

data class ListNotebookWorkspaceConnectionInfoResult(val authToken: String, val notebookServerEndpoint: String)

The connection info for the given notebook workspace

Constructors

constructor(authToken: String, notebookServerEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies auth token used for connecting to Notebook server (uses token-based auth).

Link copied to clipboard

Specifies the endpoint of Notebook server.