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
BaseClusterInfo. getClusterSource()
ClusterSource
ClusterAttributes. getClusterSource()
ClusterSource
ClusterInfo. 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 BaseClusterInfo
BaseClusterInfo. setClusterSource(ClusterSource clusterSource)
ClusterAttributes
ClusterAttributes. setClusterSource(ClusterSource clusterSource)
ClusterInfo
ClusterInfo. setClusterSource(ClusterSource clusterSource)
CreateCluster
CreateCluster. setClusterSource(ClusterSource clusterSource)
EditCluster
EditCluster. setClusterSource(ClusterSource clusterSource)
-