NotebookSessionProperties(String, Int32, String, Int32, Int32) コンストラクター

定義

NotebookSessionProperties の新しいインスタンスを初期化します。

public NotebookSessionProperties (string driverMemory, int driverCores, string executorMemory, int executorCores, int numExecutors);
new Azure.Analytics.Synapse.Artifacts.Models.NotebookSessionProperties : string * int * string * int * int -> Azure.Analytics.Synapse.Artifacts.Models.NotebookSessionProperties
Public Sub New (driverMemory As String, driverCores As Integer, executorMemory As String, executorCores As Integer, numExecutors As Integer)

パラメーター

driverMemory
String

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

driverCores
Int32

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

executorMemory
String

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

executorCores
Int32

Executor ごとに使用するコアの数。

numExecutors
Int32

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

例外

driverMemory または executorMemory が null です。

適用対象