Class DatabricksSparkPythonActivity


public class DatabricksSparkPythonActivity extends ExecutionActivity
DatabricksSparkPython activity.
  • Constructor Details

    • DatabricksSparkPythonActivity

      public DatabricksSparkPythonActivity()
  • Method Details

    • getPythonFile

      public Object getPythonFile()
      Get the pythonFile property: The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
      Returns:
      the pythonFile value.
    • setPythonFile

      public DatabricksSparkPythonActivity setPythonFile(Object pythonFile)
      Set the pythonFile property: The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
      Parameters:
      pythonFile - the pythonFile value to set.
      Returns:
      the DatabricksSparkPythonActivity object itself.
    • getParameters

      public List<Object> getParameters()
      Get the parameters property: Command line parameters that will be passed to the Python file.
      Returns:
      the parameters value.
    • setParameters

      public DatabricksSparkPythonActivity setParameters(List<Object> parameters)
      Set the parameters property: Command line parameters that will be passed to the Python file.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the DatabricksSparkPythonActivity object itself.
    • getLibraries

      public List<Map<String,Object>> getLibraries()
      Get the libraries property: A list of libraries to be installed on the cluster that will execute the job.
      Returns:
      the libraries value.
    • setLibraries

      public DatabricksSparkPythonActivity setLibraries(List<Map<String,Object>> libraries)
      Set the libraries property: A list of libraries to be installed on the cluster that will execute the job.
      Parameters:
      libraries - the libraries value to set.
      Returns:
      the DatabricksSparkPythonActivity object itself.
    • setLinkedServiceName

      public DatabricksSparkPythonActivity setLinkedServiceName(LinkedServiceReference linkedServiceName)
      Set the linkedServiceName property: Linked service reference.
      Overrides:
      setLinkedServiceName in class ExecutionActivity
      Parameters:
      linkedServiceName - the linkedServiceName value to set.
      Returns:
      the ExecutionActivity object itself.
    • setPolicy

      public DatabricksSparkPythonActivity setPolicy(ActivityPolicy policy)
      Set the policy property: Activity policy.
      Overrides:
      setPolicy in class ExecutionActivity
      Parameters:
      policy - the policy value to set.
      Returns:
      the ExecutionActivity object itself.
    • setName

      public DatabricksSparkPythonActivity setName(String name)
      Set the name property: Activity name.
      Overrides:
      setName in class ExecutionActivity
      Parameters:
      name - the name value to set.
      Returns:
      the Activity object itself.
    • setDescription

      public DatabricksSparkPythonActivity setDescription(String description)
      Set the description property: Activity description.
      Overrides:
      setDescription in class ExecutionActivity
      Parameters:
      description - the description value to set.
      Returns:
      the Activity object itself.
    • setDependsOn

      public DatabricksSparkPythonActivity setDependsOn(List<ActivityDependency> dependsOn)
      Set the dependsOn property: Activity depends on condition.
      Overrides:
      setDependsOn in class ExecutionActivity
      Parameters:
      dependsOn - the dependsOn value to set.
      Returns:
      the Activity object itself.
    • setUserProperties

      public DatabricksSparkPythonActivity setUserProperties(List<UserProperty> userProperties)
      Set the userProperties property: Activity user properties.
      Overrides:
      setUserProperties in class ExecutionActivity
      Parameters:
      userProperties - the userProperties value to set.
      Returns:
      the Activity object itself.