Uses of Class
com.databricks.sdk.service.jobs.Run
-
Packages that use Run Package Description com.databricks.sdk.service.jobs -
-
Uses of Run in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return types with arguments of type Run Modifier and Type Method Description Wait<Run,Void>JobsAPI. cancelRun(long runId)Wait<Run,Void>JobsAPI. cancelRun(CancelRun request)Cancel a job run.Wait<Run,RepairRunResponse>JobsAPI. repairRun(long runId)Wait<Run,RepairRunResponse>JobsAPI. repairRun(RepairRun request)Repair a job run.Wait<Run,RunNowResponse>JobsAPI. runNow(long jobId)Wait<Run,RunNowResponse>JobsAPI. runNow(RunNow request)Trigger a new job run.Wait<Run,SubmitRunResponse>JobsAPI. submit(SubmitRun request)Create and trigger a one-time run.Methods in com.databricks.sdk.service.jobs with parameters of type Run Modifier and Type Method Description RunOutputRunOutput. setMetadata(Run metadata)Method parameters in com.databricks.sdk.service.jobs with type arguments of type Run Modifier and Type Method Description RunJobsAPI. waitGetRunJobTerminatedOrSkipped(long runId, Duration timeout, Consumer<Run> callback)
-