NotebookSessionProperties(String, Int32, String, Int32, Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET