Package | Description |
---|---|
com.databricks.sdk.service.compute |
Modifier and Type | Method and Description |
---|---|
RuntimeEngine |
ClusterDetails.getRuntimeEngine() |
RuntimeEngine |
EditCluster.getRuntimeEngine() |
RuntimeEngine |
CreateCluster.getRuntimeEngine() |
RuntimeEngine |
ClusterSpec.getRuntimeEngine() |
RuntimeEngine |
ClusterAttributes.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.
|
Modifier and Type | Method and Description |
---|---|
ClusterDetails |
ClusterDetails.setRuntimeEngine(RuntimeEngine runtimeEngine) |
EditCluster |
EditCluster.setRuntimeEngine(RuntimeEngine runtimeEngine) |
CreateCluster |
CreateCluster.setRuntimeEngine(RuntimeEngine runtimeEngine) |
ClusterSpec |
ClusterSpec.setRuntimeEngine(RuntimeEngine runtimeEngine) |
ClusterAttributes |
ClusterAttributes.setRuntimeEngine(RuntimeEngine runtimeEngine) |
Copyright © 2023. All rights reserved.