> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::CreateGraphResponse

> gpudb::CreateGraphResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a4055b3b0cd047d5c78f8ab61350e1c4e">GPUdb::createGraph</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/create__graph_8h_source">gpudb/protocol/create\_graph.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a12c4f43f31593976fb99641246a1a7d3" id="r_a12c4f43f31593976fb99641246a1a7d3">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a12c4f43f31593976fb99641246a1a7d3">CreateGraphResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a12c4f43f31593976fb99641246a1a7d3">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateGraphResponse" title="A set of results returned by GPUdb::createGraph.">CreateGraphResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a12c4f43f31593976fb99641246a1a7d3">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a63c43ef171cdbc8d5cf36e64099274fd" id="r_a63c43ef171cdbc8d5cf36e64099274fd">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a63c43ef171cdbc8d5cf36e64099274fd">result</a></td>
      </tr>

      <tr className="memdesc:a63c43ef171cdbc8d5cf36e64099274fd">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates a successful creation on all servers. <br /></td>
      </tr>

      <tr className="separator:a63c43ef171cdbc8d5cf36e64099274fd">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ad575823df71e9bc7ba99a1d99be6dfd1" id="r_ad575823df71e9bc7ba99a1d99be6dfd1">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad575823df71e9bc7ba99a1d99be6dfd1">numNodes</a></td>
      </tr>

      <tr className="memdesc:ad575823df71e9bc7ba99a1d99be6dfd1">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of nodes created. <br /></td>
      </tr>

      <tr className="separator:ad575823df71e9bc7ba99a1d99be6dfd1">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:ad56ad3310bf9177ce679ee4f671ff0c6" id="r_ad56ad3310bf9177ce679ee4f671ff0c6">
        <td className="memItemLeft" align="right" valign="top">int64\_t </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ad56ad3310bf9177ce679ee4f671ff0c6">numEdges</a></td>
      </tr>

      <tr className="memdesc:ad56ad3310bf9177ce679ee4f671ff0c6">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Total number of edges created. <br /></td>
      </tr>

      <tr className="separator:ad56ad3310bf9177ce679ee4f671ff0c6">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a3569f5af47a68b043609f1d18625289b" id="r_a3569f5af47a68b043609f1d18625289b">
        <td className="memItemLeft" align="right" valign="top">std::vector\< int64\_t > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3569f5af47a68b043609f1d18625289b">edgesIds</a></td>
      </tr>

      <tr className="memdesc:a3569f5af47a68b043609f1d18625289b">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">\[Deprecated] Edges given as pairs of node indices. <br /></td>
      </tr>

      <tr className="separator:a3569f5af47a68b043609f1d18625289b">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a395de9c8a1b88ca529b63f720a03af45" id="r_a395de9c8a1b88ca529b63f720a03af45">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a395de9c8a1b88ca529b63f720a03af45">info</a></td>
      </tr>

      <tr className="memdesc:a395de9c8a1b88ca529b63f720a03af45">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

      <tr className="separator:a395de9c8a1b88ca529b63f720a03af45">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a4055b3b0cd047d5c78f8ab61350e1c4e">GPUdb::createGraph</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__graph_8h_source#l00610">610</a> of file <a className="el" href="/content/api/cpp/create__graph_8h_source">create\_graph.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a12c4f43f31593976fb99641246a1a7d3">◆ </a></span>CreateGraphResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::CreateGraphResponse::CreateGraphResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1CreateGraphResponse" title="A set of results returned by GPUdb::createGraph.">CreateGraphResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__graph_8h_source#l00615">615</a> of file <a className="el" href="/content/api/cpp/create__graph_8h_source">create\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a3569f5af47a68b043609f1d18625289b">◆ </a></span>edgesIds</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::vector\<int64\_t> gpudb::CreateGraphResponse::edgesIds</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>\[Deprecated] Edges given as pairs of node indices. </p>
        <p>Only populated if export\_create\_results internal option is set to true. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__graph_8h_source#l00643">643</a> of file <a className="el" href="/content/api/cpp/create__graph_8h_source">create\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a395de9c8a1b88ca529b63f720a03af45">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::CreateGraphResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__graph_8h_source#l00648">648</a> of file <a className="el" href="/content/api/cpp/create__graph_8h_source">create\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad56ad3310bf9177ce679ee4f671ff0c6">◆ </a></span>numEdges</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::CreateGraphResponse::numEdges</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Total number of edges created. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__graph_8h_source#l00637">637</a> of file <a className="el" href="/content/api/cpp/create__graph_8h_source">create\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ad575823df71e9bc7ba99a1d99be6dfd1">◆ </a></span>numNodes</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">int64\_t gpudb::CreateGraphResponse::numNodes</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Total number of nodes created. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__graph_8h_source#l00632">632</a> of file <a className="el" href="/content/api/cpp/create__graph_8h_source">create\_graph.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a63c43ef171cdbc8d5cf36e64099274fd">◆ </a></span>result</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::CreateGraphResponse::result</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates a successful creation on all servers. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/create__graph_8h_source#l00627">627</a> of file <a className="el" href="/content/api/cpp/create__graph_8h_source">create\_graph.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/create__graph_8h_source">create\_graph.h</a></li>
    </ul>
  </div>
</div>
