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 Command
Command. setClusterId(String clusterId)
Command
Command. setCommand(String command)
Command
Command. setContextId(String contextId)
Command
Command. 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.Created
CommandExecutionService. execute(Command command)
Run a command.
-