Uses of Class
com.databricks.sdk.service.compute.RuntimeEngine
-
Packages that use RuntimeEngine Package Description com.databricks.sdk.service.compute -
-
Uses of RuntimeEngine in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return RuntimeEngine Modifier and Type Method Description RuntimeEngine
BaseClusterInfo. getRuntimeEngine()
RuntimeEngine
ClusterAttributes. getRuntimeEngine()
RuntimeEngine
ClusterInfo. getRuntimeEngine()
RuntimeEngine
CreateCluster. getRuntimeEngine()
RuntimeEngine
EditCluster. getRuntimeEngine()
static RuntimeEngine
RuntimeEngine. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuntimeEngine[]
RuntimeEngine. 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 RuntimeEngine Modifier and Type Method Description BaseClusterInfo
BaseClusterInfo. setRuntimeEngine(RuntimeEngine runtimeEngine)
ClusterAttributes
ClusterAttributes. setRuntimeEngine(RuntimeEngine runtimeEngine)
ClusterInfo
ClusterInfo. setRuntimeEngine(RuntimeEngine runtimeEngine)
CreateCluster
CreateCluster. setRuntimeEngine(RuntimeEngine runtimeEngine)
EditCluster
EditCluster. setRuntimeEngine(RuntimeEngine runtimeEngine)
-