GPUdb C++ API  Version 7.2.2.4
gpudb::AdminAlterJobsResponse Struct Reference

A set of results returned by GPUdb::adminAlterJobs. More...

#include <gpudb/protocol/admin_alter_jobs.h>

Public Member Functions

 AdminAlterJobsResponse ()
 Constructs an AdminAlterJobsResponse object with default parameters. More...
 

Public Attributes

std::vector< int64_t > jobIds
 Jobs on which the action was performed. More...
 
std::string action
 Action requested on the jobs. More...
 
std::vector< std::string > status
 Status of the requested action for each job. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::adminAlterJobs.

Definition at line 145 of file admin_alter_jobs.h.

Constructor & Destructor Documentation

◆ AdminAlterJobsResponse()

gpudb::AdminAlterJobsResponse::AdminAlterJobsResponse ( )
inline

Constructs an AdminAlterJobsResponse object with default parameters.

Definition at line 150 of file admin_alter_jobs.h.

Member Data Documentation

◆ action

std::string gpudb::AdminAlterJobsResponse::action

Action requested on the jobs.

Definition at line 166 of file admin_alter_jobs.h.

◆ info

std::map<std::string, std::string> gpudb::AdminAlterJobsResponse::info

Additional information.

Definition at line 176 of file admin_alter_jobs.h.

◆ jobIds

std::vector<int64_t> gpudb::AdminAlterJobsResponse::jobIds

Jobs on which the action was performed.

Definition at line 161 of file admin_alter_jobs.h.

◆ status

std::vector<std::string> gpudb::AdminAlterJobsResponse::status

Status of the requested action for each job.

Definition at line 171 of file admin_alter_jobs.h.


The documentation for this struct was generated from the following file: