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. | |
Public Attributes | |
| int64_t | jobId |
| An identifier for the created job. | |
| std::string | path |
| Fully qualified KIFS path to the video file. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::createVideo.
Definition at line 352 of file create_video.h.
Constructor & Destructor Documentation
◆ CreateVideoResponse()
| inline |
Constructs a CreateVideoResponse object with default parameters.
Definition at line 357 of file create_video.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::CreateVideoResponse::info |
Additional information.
Definition at line 377 of file create_video.h.
◆ jobId
| int64_t gpudb::CreateVideoResponse::jobId |
An identifier for the created job.
Definition at line 367 of file create_video.h.
◆ path
| std::string gpudb::CreateVideoResponse::path |
Fully qualified KIFS path to the video file.
Definition at line 372 of file create_video.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/create_video.h