◆ adminAlterJobs() [1/4]
| AdminAlterJobsResponse gpudb::GPUdb::adminAlterJobs | ( | const AdminAlterJobsRequest & | request_ | ) | const |
Perform the requested action on a list of one or more job(s).
Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ adminAlterJobs() [2/4]
| AdminAlterJobsResponse & gpudb::GPUdb::adminAlterJobs | ( | const AdminAlterJobsRequest & | request_, |
| AdminAlterJobsResponse & | response_ ) const |
Perform the requested action on a list of one or more job(s).
Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
◆ adminAlterJobs() [3/4]
| AdminAlterJobsResponse gpudb::GPUdb::adminAlterJobs | ( | const std::vector< int64_t > & | jobIds, |
| const std::string & | action, | ||
| const std::map< std::string, std::string > & | options ) const |
Perform the requested action on a list of one or more job(s).
Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
| [in] | jobIds | Jobs to be modified. |
| [in] | action | Action to be performed on the jobs specified by job_ids. Supported values: |
| [in] | options | Optional parameters.
|
◆ adminAlterJobs() [4/4]
| AdminAlterJobsResponse & gpudb::GPUdb::adminAlterJobs | ( | const std::vector< int64_t > & | jobIds, |
| const std::string & | action, | ||
| const std::map< std::string, std::string > & | options, | ||
| AdminAlterJobsResponse & | response_ ) const |
Perform the requested action on a list of one or more job(s).
Based on the type of job and the current state of execution, the action may not be successfully executed. The final result of the attempted actions for each specified job is returned in the status array of the response. See Job Manager for more information.
| [in] | jobIds | Jobs to be modified. |
| [in] | action | Action to be performed on the jobs specified by job_ids. Supported values: |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |