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

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...
 

Detailed Description

A set of results returned by GPUdb::createVideo.

Definition at line 352 of file create_video.h.

Constructor & Destructor Documentation

◆ CreateVideoResponse()

gpudb::CreateVideoResponse::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: