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
ClusterAttributes. getRuntimeEngine()
RuntimeEngine
ClusterDetails. getRuntimeEngine()
RuntimeEngine
ClusterSpec. 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 ClusterAttributes
ClusterAttributes. setRuntimeEngine(RuntimeEngine runtimeEngine)
ClusterDetails
ClusterDetails. setRuntimeEngine(RuntimeEngine runtimeEngine)
ClusterSpec
ClusterSpec. setRuntimeEngine(RuntimeEngine runtimeEngine)
CreateCluster
CreateCluster. setRuntimeEngine(RuntimeEngine runtimeEngine)
EditCluster
EditCluster. setRuntimeEngine(RuntimeEngine runtimeEngine)
-