GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createVideo. More...
#include <gpudb/protocol/create_video.h>
Public Member Functions | |
CreateVideoResponse () | |
Constructs a CreateVideoResponse object with default parameters. More... | |
Public Attributes | |
int64_t | jobId |
An identifier for the created job. More... | |
std::string | path |
Fully qualified KIFS path to the video file. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createVideo.
Definition at line 352 of file create_video.h.
|
inline |
Constructs a CreateVideoResponse object with default parameters.
Definition at line 357 of file create_video.h.
std::map<std::string, std::string> gpudb::CreateVideoResponse::info |
Additional information.
Definition at line 377 of file create_video.h.
int64_t gpudb::CreateVideoResponse::jobId |
An identifier for the created job.
Definition at line 367 of file create_video.h.
std::string gpudb::CreateVideoResponse::path |
Fully qualified KIFS path to the video file.
Definition at line 372 of file create_video.h.