| Package | Description |
|---|---|
| com.databricks.sdk.mixin | |
| com.databricks.sdk.service.jobs |
| Modifier and Type | Method and Description |
|---|---|
Run |
JobsExt.getRun(GetRunRequest request)
Wrap the
JobsApi.getRun operation to retrieve paginated content without breaking the
response contract. |
| Modifier and Type | Method and Description |
|---|---|
Wait<Run,Void> |
JobsAPI.cancelRun(CancelRun request)
Cancels a job run or a task run.
|
Wait<Run,Void> |
JobsAPI.cancelRun(long runId) |
Wait<Run,RepairRunResponse> |
JobsAPI.repairRun(RepairRun request)
Re-run one or more tasks.
|
Wait<Run,RunNowResponse> |
JobsAPI.runNow(RunNow request)
Run a job and return the `run_id` of the triggered run.
|
Wait<Run,SubmitRunResponse> |
JobsAPI.submit(SubmitRun request)
Submit a one-time run.
|
| Modifier and Type | Method and Description |
|---|---|
RunOutput |
RunOutput.setMetadata(Run metadata) |
| Modifier and Type | Method and Description |
|---|---|
Run |
JobsAPI.waitGetRunJobTerminatedOrSkipped(Long runId,
Duration timeout,
Consumer<Run> callback) |
Copyright © 2026. All rights reserved.