Uses of Class
com.databricks.sdk.service.jobs.Source
-
Packages that use Source Package Description com.databricks.sdk.service.jobs -
-
Uses of Source in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return Source Modifier and Type Method Description SourceNotebookTask. getSource()SourceSparkPythonTask. getSource()static SourceSource. valueOf(String name)Returns the enum constant of this type with the specified name.static Source[]Source. 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 Source Modifier and Type Method Description NotebookTaskNotebookTask. setSource(Source source)SparkPythonTaskSparkPythonTask. setSource(Source source)
-