A set of parameters for Kinetica.adminShowJobs.
More...
A set of parameters for Kinetica.adminShowJobs.
Get a list of the current jobs in GPUdb.
Definition at line 16 of file AdminShowJobs.cs.
◆ AdminShowJobsRequest() [1/4]
kinetica.AdminShowJobsRequest.AdminShowJobsRequest |
( |
| ) |
|
|
inline |
◆ AdminShowJobsRequest() [2/4]
kinetica.AdminShowJobsRequest.AdminShowJobsRequest |
( |
IDictionary< string, string > |
options = null | ) |
|
|
inline |
Constructs an AdminShowJobsRequest object with the specified parameters.
- Parameters
-
options | Optional parameters.
-
SHOW_ASYNC_JOBS: If TRUE, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list. Supported values:
The default value is FALSE.
-
SHOW_WORKER_INFO: If TRUE, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:
The default value is an empty Dictionary. |
Definition at line 147 of file AdminShowJobs.cs.
◆ AdminShowJobsRequest() [3/4]
kinetica.AdminShowJobsRequest.AdminShowJobsRequest |
( |
| ) |
|
|
inline |
◆ AdminShowJobsRequest() [4/4]
kinetica.AdminShowJobsRequest.AdminShowJobsRequest |
( |
IDictionary< string, string > |
options = null | ) |
|
|
inline |
Constructs an AdminShowJobsRequest object with the specified parameters.
- Parameters
-
options | Optional parameters.
-
SHOW_ASYNC_JOBS: If TRUE, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list. Supported values:
The default value is FALSE.
-
SHOW_WORKER_INFO: If TRUE, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:
The default value is an empty Dictionary. |
Definition at line 147 of file AdminShowJobs.cs.
◆ options
IDictionary< string, string > kinetica.AdminShowJobsRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
SHOW_ASYNC_JOBS: If TRUE, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list. Supported values:
The default value is FALSE.
-
SHOW_WORKER_INFO: If TRUE, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:
The default value is an empty Dictionary.
Definition at line 97 of file AdminShowJobs.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/AdminShowJobs.cs