Package version:

Interface NotebookSessionProperties

Session properties.

Hierarchy

  • NotebookSessionProperties

Properties

driverCores: number

Number of cores to use for the driver.

driverMemory: string

Amount of memory to use for the driver process.

executorCores: number

Number of cores to use for each executor.

executorMemory: string

Amount of memory to use per executor process.

numExecutors: number

Number of executors to launch for this session.

Generated using TypeDoc