Skip to main content

◆ showResourceGroups() [1/4]

ShowResourceGroupsResponse gpudb::GPUdb::showResourceGroups (const ShowResourceGroupsRequest &request_) const

Requests resource group properties.

Returns detailed information about the requested resource groups.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]namesList of names of groups to be shown. A single entry with an empty string returns all groups.
[in]optionsOptional parameters.The default value is an empty map.
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]namesList of names of groups to be shown. A single entry with an empty string returns all groups.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).