NotebookSessionProperties(String, Int32, String, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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)
Parameters
- driverMemory
- String
Amount of memory to use for the driver process.
- driverCores
- Int32
Number of cores to use for the driver.
- executorMemory
- String
Amount of memory to use per executor process.
- executorCores
- Int32
Number of cores to use for each executor.
- numExecutors
- Int32
Number of executors to launch for this session.
Exceptions
driverMemory
or executorMemory
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET