次の方法で共有


NotebookSessionProperties interface

セッションのプロパティ。

プロパティ

driverCores

ドライバーに使用するコアの数。

driverMemory

ドライバー プロセスに使用するメモリの量。

executorCores

各 Executor に使用するコアの数。

executorMemory

Executor プロセスごとに使用するメモリの量。

numExecutors

このセッションで起動する Executor の数。

プロパティの詳細

driverCores

ドライバーに使用するコアの数。

driverCores: number

プロパティ値

number

driverMemory

ドライバー プロセスに使用するメモリの量。

driverMemory: string

プロパティ値

string

executorCores

各 Executor に使用するコアの数。

executorCores: number

プロパティ値

number

executorMemory

Executor プロセスごとに使用するメモリの量。

executorMemory: string

プロパティ値

string

numExecutors

このセッションで起動する Executor の数。

numExecutors: number

プロパティ値

number