Session

class Session

The period in which a remote Spark runtime environment is running.

Types

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

Properties

Link copied to clipboard

The command object.See SessionCommand.

Link copied to clipboard

The date and time that this session is completed.

Link copied to clipboard

The number of connections used for the session.

Link copied to clipboard

The time and date when the session was created.

Link copied to clipboard

A map array of key-value pairs. Max is 75 pairs.

Link copied to clipboard

The description of the session.

Link copied to clipboard

The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).

Link copied to clipboard

The error message displayed during the session.

Link copied to clipboard

The total time the session ran for.

Link copied to clipboard

The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.

Link copied to clipboard
val id: String?

The ID of the session.

Link copied to clipboard

The number of minutes when idle before the session times out.

Link copied to clipboard

The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

Link copied to clipboard

The number of workers of a defined WorkerType to use for the session.

Link copied to clipboard

The code execution progress of the session.

Link copied to clipboard
val role: String?

The name or Amazon Resource Name (ARN) of the IAM role associated with the Session.

Link copied to clipboard

The name of the SecurityConfiguration structure to be used with the session.

Link copied to clipboard

The session status.

Link copied to clipboard

The type of predefined worker that is allocated when a session runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark sessions. Accepts the value Z.2X for Ray sessions.

Functions

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