◆ adminShowJobs() [1/2]
| inline |
Get a list of the current jobs in GPUdb.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 2709 of file KineticaFunctions.cs.
◆ adminShowJobs() [2/2]
| inline |
Get a list of the current jobs in GPUdb.
Parameters
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 2788 of file KineticaFunctions.cs.
◆ AdminShowJobsAsync() [1/2]
| inline |
Get a list of the current jobs in GPUdb.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 2724 of file KineticaFunctions.cs.
◆ AdminShowJobsAsync() [2/2]
| inline |
Get a list of the current jobs in GPUdb.
(async)
Parameters
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 2851 of file KineticaFunctions.cs.