◆ showResourceGroups() [1/4]
| ShowResourceGroupsResponse gpudb::GPUdb::showResourceGroups | ( | const ShowResourceGroupsRequest & | request_ | ) | const |
◆ showResourceGroups() [2/4]
| ShowResourceGroupsResponse & gpudb::GPUdb::showResourceGroups | ( | const ShowResourceGroupsRequest & | request_, |
| ShowResourceGroupsResponse & | response_ ) const |
Requests resource group properties.
Returns detailed information about the requested resource groups.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showResourceGroups() [3/4]
| ShowResourceGroupsResponse gpudb::GPUdb::showResourceGroups | ( | const std::vector< std::string > & | names, |
| const std::map< std::string, std::string > & | options ) const |
Requests resource group properties.
Returns detailed information about the requested resource groups.
Parameters
| [in] | names | List of names of groups to be shown. A single entry with an empty string returns all groups. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ showResourceGroups() [4/4]
| ShowResourceGroupsResponse & gpudb::GPUdb::showResourceGroups | ( | const std::vector< std::string > & | names, |
| const std::map< std::string, std::string > & | options, | ||
| ShowResourceGroupsResponse & | response_ ) const |
Requests resource group properties.
Returns detailed information about the requested resource groups.
Parameters
| [in] | names | List of names of groups to be shown. A single entry with an empty string returns all groups. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).