Uses of Class
com.databricks.sdk.service.jobs.JobCluster
-
Packages that use JobCluster Package Description com.databricks.sdk.service.jobs -
-
Uses of JobCluster in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return JobCluster Modifier and Type Method Description JobClusterJobCluster. setJobClusterKey(String jobClusterKey)JobClusterJobCluster. setNewCluster(ClusterSpec newCluster)Methods in com.databricks.sdk.service.jobs that return types with arguments of type JobCluster Modifier and Type Method Description Collection<JobCluster>BaseRun. getJobClusters()Collection<JobCluster>CreateJob. getJobClusters()Collection<JobCluster>JobSettings. getJobClusters()Collection<JobCluster>Run. getJobClusters()Method parameters in com.databricks.sdk.service.jobs with type arguments of type JobCluster Modifier and Type Method Description BaseRunBaseRun. setJobClusters(Collection<JobCluster> jobClusters)CreateJobCreateJob. setJobClusters(Collection<JobCluster> jobClusters)JobSettingsJobSettings. setJobClusters(Collection<JobCluster> jobClusters)RunRun. setJobClusters(Collection<JobCluster> jobClusters)
-