Package com.databricks.sdk.service.jobs
Class SparkPythonTask
- java.lang.Object
-
- com.databricks.sdk.service.jobs.SparkPythonTask
-
@Generated public class SparkPythonTask extends Object
-
-
Constructor Summary
Constructors Constructor Description SparkPythonTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<String>
getParameters()
String
getPythonFile()
Source
getSource()
int
hashCode()
SparkPythonTask
setParameters(Collection<String> parameters)
SparkPythonTask
setPythonFile(String pythonFile)
SparkPythonTask
setSource(Source source)
String
toString()
-
-
-
Method Detail
-
setParameters
public SparkPythonTask setParameters(Collection<String> parameters)
-
getParameters
public Collection<String> getParameters()
-
setPythonFile
public SparkPythonTask setPythonFile(String pythonFile)
-
getPythonFile
public String getPythonFile()
-
setSource
public SparkPythonTask setSource(Source source)
-
getSource
public Source getSource()
-
-