Uses of Class
com.databricks.sdk.service.compute.Command
-
Packages that use Command Package Description com.databricks.sdk.service.compute -
-
Uses of Command in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return Command Modifier and Type Method Description CommandCommand. setClusterId(String clusterId)CommandCommand. setCommand(String command)CommandCommand. setContextId(String contextId)CommandCommand. setLanguage(Language language)Methods in com.databricks.sdk.service.compute with parameters of type Command Modifier and Type Method Description Wait<CommandStatusResponse,Created>CommandExecutionAPI. execute(Command request)Run a command.CreatedCommandExecutionService. execute(Command command)Run a command.
-