C++ SDK Documentation  9.0
Vertica::Model Class Reference
Collaboration diagram for Vertica::Model:
Collaboration graph

Public Member Functions

 Model (ServerInterface &srvInterface, std::string modelName)
 
std::string getBaseModelName ()
 
FileManager * getFileManager ()
 
std::string getModelCategory ()
 
std::string getModelName ()
 
std::string getModelType ()
 
std::string getModelVersion ()
 
std::string getOwner ()
 
std::string getSchema ()
 
bool isModelComplete ()
 
void setModelCategory (std::string mc)
 
void setModelProgress (bool p)
 
void setModelType (std::string mt)
 
void setModelVersion (std::string v)
 
void setOwner (std::string o)
 
void setSchema (std::string s)