SessionEndpoint

Contains the Spark Connect endpoint details for an interactive session, including the URL and authentication credentials.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication token to include in requests to the Spark Connect endpoint.

Link copied to clipboard

The time at which the authentication token expires.

Link copied to clipboard
val url: String

The Spark Connect endpoint URL for the session.

Functions

Link copied to clipboard
inline fun copy(block: SessionEndpoint.Builder.() -> Unit = {}): SessionEndpoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String