DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.withDescription(String description) |
Set the description property: Activity description.
|
DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.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.
|
DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.withName(String name) |
Set the name property: Activity name.
|
DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.withParameters(List<Object> parameters) |
Set the parameters property: Command line parameters that will be passed to the Python file.
|
DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.withPythonFile(Object pythonFile) |
Set the pythonFile property: The URI of the Python file to be executed.
|
DatabricksSparkPythonActivity |
DatabricksSparkPythonActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|