> ## 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::ShowResourceGroupsResponse

> gpudb::ShowResourceGroupsResponse — 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#a378c6b54b2b4795e17ba59fe12110633">GPUdb::showResourceGroups</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__resource__groups_8h_source">gpudb/protocol/show\_resource\_groups.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:a3fd74afd5507ccbabfbb596bd39205f1" id="r_a3fd74afd5507ccbabfbb596bd39205f1">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a3fd74afd5507ccbabfbb596bd39205f1">ShowResourceGroupsResponse</a> ()</td>
      </tr>

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

      <tr className="separator:a3fd74afd5507ccbabfbb596bd39205f1">
        <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:a84580015af997ccac3e36a1e3cb34e2a" id="r_a84580015af997ccac3e36a1e3cb34e2a">
        <td className="memItemLeft" align="right" valign="top">std::vector\< std::map\< std::string, std::string > > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a84580015af997ccac3e36a1e3cb34e2a">groups</a></td>
      </tr>

      <tr className="memdesc:a84580015af997ccac3e36a1e3cb34e2a">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Map of resource group information. <br /></td>
      </tr>

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

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

      <tr className="memdesc:a2b969e4c0d17295fb03b0f4645b09f3d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Tier usage across ranks. <br /></td>
      </tr>

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

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

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

      <tr className="separator:ad8f471f462c5d7725e159661f8b68f54">
        <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#a378c6b54b2b4795e17ba59fe12110633">GPUdb::showResourceGroups</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__resource__groups_8h_source#l00214">214</a> of file <a className="el" href="/content/api/cpp/show__resource__groups_8h_source">show\_resource\_groups.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowResourceGroupsResponse::ShowResourceGroupsResponse </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_1ShowResourceGroupsResponse" title="A set of results returned by GPUdb::showResourceGroups.">ShowResourceGroupsResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__resource__groups_8h_source#l00220">220</a> of file <a className="el" href="/content/api/cpp/show__resource__groups_8h_source">show\_resource\_groups.h</a>.</p>
      </div>
    </div>

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

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

      <div className="memdoc">
        <p>Map of resource group information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__resource__groups_8h_source#l00230">230</a> of file <a className="el" href="/content/api/cpp/show__resource__groups_8h_source">show\_resource\_groups.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ShowResourceGroupsResponse::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/show__resource__groups_8h_source#l00242">242</a> of file <a className="el" href="/content/api/cpp/show__resource__groups_8h_source">show\_resource\_groups.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a2b969e4c0d17295fb03b0f4645b09f3d">◆ </a></span>rankUsage</h2>

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

      <div className="memdoc">
        <p>Tier usage across ranks. </p>
        <p>Layout is: response.rank\_usage\[rank\_number]\[resource\_group\_name] = group\_usage (as stringified JSON). </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__resource__groups_8h_source#l00237">237</a> of file <a className="el" href="/content/api/cpp/show__resource__groups_8h_source">show\_resource\_groups.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/show__resource__groups_8h_source">show\_resource\_groups.h</a></li>
    </ul>
  </div>
</div>
