Uses of Class
com.databricks.sdk.service.jobs.ClusterSpec
-
Packages that use ClusterSpec Package Description com.databricks.sdk.service.jobs -
-
Uses of ClusterSpec in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return ClusterSpec Modifier and Type Method Description ClusterSpecBaseRun. getClusterSpec()ClusterSpecRun. getClusterSpec()ClusterSpecClusterSpec. setExistingClusterId(String existingClusterId)ClusterSpecClusterSpec. setLibraries(Collection<Library> libraries)ClusterSpecClusterSpec. setNewCluster(ClusterSpec newCluster)Methods in com.databricks.sdk.service.jobs with parameters of type ClusterSpec Modifier and Type Method Description BaseRunBaseRun. setClusterSpec(ClusterSpec clusterSpec)RunRun. setClusterSpec(ClusterSpec clusterSpec)
-