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 booleanequals(Object o)Collection<String>getParameters()StringgetPythonFile()SourcegetSource()inthashCode()SparkPythonTasksetParameters(Collection<String> parameters)SparkPythonTasksetPythonFile(String pythonFile)SparkPythonTasksetSource(Source source)StringtoString()
-
-
-
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()
-
-