GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_video.h>
Public Member Functions | |
ShowVideoResponse () | |
Constructs a ShowVideoResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | creationTimes |
std::vector< int64_t > | elapsedRenderTimeSeconds |
std::vector< int64_t > | jobIds |
std::vector< std::string > | paths |
std::vector< int64_t > | renderedBytes |
std::vector< int64_t > | renderedFrames |
std::vector< int64_t > | renderedPercents |
std::vector< std::string > | requests |
std::vector< std::string > | status |
std::vector< int64_t > | ttls |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Retrieves information about rendered videos.
Definition at line 102 of file show_video.h.
|
inline |
Constructs a ShowVideoResponse object with default parameter values.
Definition at line 108 of file show_video.h.
std::vector<std::string> gpudb::ShowVideoResponse::creationTimes |
Definition at line 123 of file show_video.h.
std::vector<int64_t> gpudb::ShowVideoResponse::elapsedRenderTimeSeconds |
Definition at line 124 of file show_video.h.
std::map<std::string, std::string> gpudb::ShowVideoResponse::info |
Definition at line 133 of file show_video.h.
std::vector<int64_t> gpudb::ShowVideoResponse::jobIds |
Definition at line 125 of file show_video.h.
std::vector<std::string> gpudb::ShowVideoResponse::paths |
Definition at line 126 of file show_video.h.
std::vector<int64_t> gpudb::ShowVideoResponse::renderedBytes |
Definition at line 127 of file show_video.h.
std::vector<int64_t> gpudb::ShowVideoResponse::renderedFrames |
Definition at line 128 of file show_video.h.
std::vector<int64_t> gpudb::ShowVideoResponse::renderedPercents |
Definition at line 129 of file show_video.h.
std::vector<std::string> gpudb::ShowVideoResponse::requests |
Definition at line 130 of file show_video.h.
std::vector<std::string> gpudb::ShowVideoResponse::status |
Definition at line 131 of file show_video.h.
std::vector<int64_t> gpudb::ShowVideoResponse::ttls |
Definition at line 132 of file show_video.h.