Uses of Class
com.databricks.sdk.service.compute.ComputeSpecKind
-
Packages that use ComputeSpecKind Package Description com.databricks.sdk.service.compute -
-
Uses of ComputeSpecKind in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ComputeSpecKind Modifier and Type Method Description ComputeSpecKind
ComputeSpec. getKind()
static ComputeSpecKind
ComputeSpecKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputeSpecKind[]
ComputeSpecKind. 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 ComputeSpecKind Modifier and Type Method Description ComputeSpec
ComputeSpec. setKind(ComputeSpecKind kind)
-