Class DatabricksSparkPythonActivity


public final class DatabricksSparkPythonActivity extends ExecutionActivity
DatabricksSparkPython activity.
  • Constructor Details

    • DatabricksSparkPythonActivity

      public DatabricksSparkPythonActivity()
  • Method Details

    • withLinkedServiceName

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

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

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

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

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

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

      public Object pythonFile()
      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.
    • withPythonFile

      public DatabricksSparkPythonActivity withPythonFile(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.
    • parameters

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

      public DatabricksSparkPythonActivity withParameters(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.
    • libraries

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

      public 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.
      Parameters:
      libraries - the libraries value to set.
      Returns:
      the DatabricksSparkPythonActivity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ExecutionActivity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.