NotebookSessionProperties Class

Session properties.

All required parameters must be populated in order to send to Azure.

Inheritance
NotebookSessionProperties

Constructor

NotebookSessionProperties(*, driver_memory: str, driver_cores: int, executor_memory: str, executor_cores: int, num_executors: int, **kwargs)

Parameters

driver_memory
str
Required

Required. Amount of memory to use for the driver process.

driver_cores
int
Required

Required. Number of cores to use for the driver.

executor_memory
str
Required

Required. Amount of memory to use per executor process.

executor_cores
int
Required

Required. Number of cores to use for each executor.

num_executors
int
Required

Required. Number of executors to launch for this session.