Uses of Class
com.azure.resourcemanager.datafactory.models.SynapseNotebookActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SynapseNotebookActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSet the conf property: Spark configuration properties, which will override the 'conf' of the notebook you provide.SynapseNotebookActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.SynapseNotebookActivity.withDescription
(String description) Set the description property: Activity description.SynapseNotebookActivity.withDriverSize
(Object driverSize) Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide.SynapseNotebookActivity.withExecutorSize
(Object executorSize) Set the executorSize property: Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide.SynapseNotebookActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.SynapseNotebookActivity.withNotebook
(SynapseNotebookReference notebook) Set the notebook property: Synapse notebook reference.SynapseNotebookActivity.withNumExecutors
(Integer numExecutors) Set the numExecutors property: Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide.SynapseNotebookActivity.withParameters
(Map<String, NotebookParameter> parameters) Set the parameters property: Notebook parameters.SynapseNotebookActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.SynapseNotebookActivity.withSparkPool
(BigDataPoolParametrizationReference sparkPool) Set the sparkPool property: The name of the big data pool which will be used to execute the notebook.SynapseNotebookActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.