Uses of Class
com.databricks.sdk.service.jobs.SparkPythonTaskSource
-
Packages that use SparkPythonTaskSource Package Description com.databricks.sdk.service.jobs -
-
Uses of SparkPythonTaskSource in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return SparkPythonTaskSource Modifier and Type Method Description SparkPythonTaskSource
SparkPythonTask. getSource()
static SparkPythonTaskSource
SparkPythonTaskSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static SparkPythonTaskSource[]
SparkPythonTaskSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.jobs with parameters of type SparkPythonTaskSource Modifier and Type Method Description SparkPythonTask
SparkPythonTask. setSource(SparkPythonTaskSource source)
-