Uses of Class
com.databricks.sdk.service.compute.Created
-
Packages that use Created Package Description com.databricks.sdk.service.compute -
-
Uses of Created in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return Created Modifier and Type Method Description CreatedCommandExecutionService. create(CreateContext createContext)Create an execution context.CreatedCommandExecutionService. execute(Command command)Run a command.CreatedCreated. setId(String id)Methods in com.databricks.sdk.service.compute that return types with arguments of type Created Modifier and Type Method Description Wait<ContextStatusResponse,Created>CommandExecutionAPI. create(CreateContext request)Create an execution context.Wait<CommandStatusResponse,Created>CommandExecutionAPI. execute(Command request)Run a command.
-