SessionSummary

Contains summary information about a session.

Types

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

Properties

Link copied to clipboard

The session description.

Link copied to clipboard

The engine version used by the session (for example, PySpark engine version 3).

Link copied to clipboard

The notebook version.

Link copied to clipboard

The session ID.

Link copied to clipboard

Contains information about the session status.

Functions

Link copied to clipboard
inline fun copy(block: SessionSummary.Builder.() -> Unit = {}): SessionSummary
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