GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_graph.h>
Public Member Functions | |
CreateGraphResponse () | |
Constructs a CreateGraphResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | numNodes |
int64_t | numEdges |
std::vector< int64_t > | edgesIds |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Creates a new graph network using given nodes, edges, weights, and restrictions.
IMPORTANT: It's highly recommended that you review the Network Graphs & Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Definition at line 418 of file create_graph.h.
|
inline |
Constructs a CreateGraphResponse object with default parameter values.
Definition at line 425 of file create_graph.h.
std::vector<int64_t> gpudb::CreateGraphResponse::edgesIds |
Definition at line 435 of file create_graph.h.
std::map<std::string, std::string> gpudb::CreateGraphResponse::info |
Definition at line 436 of file create_graph.h.
int64_t gpudb::CreateGraphResponse::numEdges |
Definition at line 434 of file create_graph.h.
int64_t gpudb::CreateGraphResponse::numNodes |
Definition at line 433 of file create_graph.h.