Uses of Class
com.databricks.sdk.service.compute.ClusterSource
-
Packages that use ClusterSource Package Description com.databricks.sdk.service.compute -
-
Uses of ClusterSource in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ClusterSource Modifier and Type Method Description ClusterSource
ClusterAttributes. getClusterSource()
ClusterSource
ClusterDetails. getClusterSource()
ClusterSource
ClusterSpec. getClusterSource()
ClusterSource
CreateCluster. getClusterSource()
ClusterSource
EditCluster. getClusterSource()
static ClusterSource
ClusterSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterSource[]
ClusterSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.compute with parameters of type ClusterSource Modifier and Type Method Description ClusterAttributes
ClusterAttributes. setClusterSource(ClusterSource clusterSource)
ClusterDetails
ClusterDetails. setClusterSource(ClusterSource clusterSource)
ClusterSpec
ClusterSpec. setClusterSource(ClusterSource clusterSource)
CreateCluster
CreateCluster. setClusterSource(ClusterSource clusterSource)
EditCluster
EditCluster. setClusterSource(ClusterSource clusterSource)
-