Uses of Class
com.databricks.sdk.service.jobs.JobCompute
-
Packages that use JobCompute Package Description com.databricks.sdk.service.jobs -
-
Uses of JobCompute in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return JobCompute Modifier and Type Method Description JobComputeJobCompute. setComputeKey(String computeKey)JobComputeJobCompute. setSpec(ComputeSpec spec)Methods in com.databricks.sdk.service.jobs that return types with arguments of type JobCompute Modifier and Type Method Description Collection<JobCompute>CreateJob. getCompute()Collection<JobCompute>JobSettings. getCompute()Method parameters in com.databricks.sdk.service.jobs with type arguments of type JobCompute Modifier and Type Method Description CreateJobCreateJob. setCompute(Collection<JobCompute> compute)JobSettingsJobSettings. setCompute(Collection<JobCompute> compute)
-