Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-commandexecution
v2
GetCommandStatusRequest
Interface GetCommandStatusRequest
Request to get the status of a previously submitted command.
interface
GetCommandStatusRequest
{
clusterId
?:
string
;
commandId
?:
string
;
contextId
?:
string
;
}
Index
Properties
cluster
Id?
command
Id?
context
Id?
Properties
Optional
cluster
Id
clusterId
?:
string
Optional
command
Id
commandId
?:
string
Optional
context
Id
contextId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cluster
Id
command
Id
context
Id
Databricks SDK for JavaScript
Loading...
Request to get the status of a previously submitted command.