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

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

#include <gpudb/protocol/show_environment.h>

Public Member Functions

 ShowEnvironmentResponse ()
 Constructs a ShowEnvironmentResponse object with default parameters. More...
 

Public Attributes

std::vector< std::string > environmentNames
 A list of all credential names. More...
 
std::vector< std::vector< std::string > > packages
 Information about the installed packages in the respective environments in environmentNames. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::showEnvironment.

Definition at line 160 of file show_environment.h.

Constructor & Destructor Documentation

◆ ShowEnvironmentResponse()

gpudb::ShowEnvironmentResponse::ShowEnvironmentResponse ( )
inline

Constructs a ShowEnvironmentResponse object with default parameters.

Definition at line 165 of file show_environment.h.

Member Data Documentation

◆ environmentNames

std::vector<std::string> gpudb::ShowEnvironmentResponse::environmentNames

A list of all credential names.

Definition at line 175 of file show_environment.h.

◆ info

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

Additional information.

Definition at line 186 of file show_environment.h.

◆ packages

std::vector<std::vector<std::string> > gpudb::ShowEnvironmentResponse::packages

Information about the installed packages in the respective environments in environmentNames.

Definition at line 181 of file show_environment.h.


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