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