Uses of Class
com.azure.resourcemanager.datafactory.models.DatabricksNotebookActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DatabricksNotebookActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDatabricksNotebookActivity.withBaseParameters
(Map<String, Object> baseParameters) Set the baseParameters property: Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.DatabricksNotebookActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.DatabricksNotebookActivity.withDescription
(String description) Set the description property: Activity description.DatabricksNotebookActivity.withLibraries
(List<Map<String, Object>> libraries) Set the libraries property: A list of libraries to be installed on the cluster that will execute the job.DatabricksNotebookActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.DatabricksNotebookActivity.withNotebookPath
(Object notebookPath) Set the notebookPath property: The absolute path of the notebook to be run in the Databricks Workspace.DatabricksNotebookActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.DatabricksNotebookActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.