Uses of Class
com.databricks.sdk.service.jobs.PythonWheelTask
-
Packages that use PythonWheelTask Package Description com.databricks.sdk.service.jobs -
-
Uses of PythonWheelTask in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return PythonWheelTask Modifier and Type Method Description PythonWheelTask
JobTaskSettings. getPythonWheelTask()
PythonWheelTask
RunSubmitTaskSettings. getPythonWheelTask()
PythonWheelTask
RunTask. getPythonWheelTask()
PythonWheelTask
PythonWheelTask. setEntryPoint(String entryPoint)
PythonWheelTask
PythonWheelTask. setNamedParameters(Map<String,String> namedParameters)
PythonWheelTask
PythonWheelTask. setPackageName(String packageName)
PythonWheelTask
PythonWheelTask. setParameters(Collection<String> parameters)
Methods in com.databricks.sdk.service.jobs with parameters of type PythonWheelTask Modifier and Type Method Description JobTaskSettings
JobTaskSettings. setPythonWheelTask(PythonWheelTask pythonWheelTask)
RunSubmitTaskSettings
RunSubmitTaskSettings. setPythonWheelTask(PythonWheelTask pythonWheelTask)
RunTask
RunTask. setPythonWheelTask(PythonWheelTask pythonWheelTask)
-