◆ alterResourceGroup() [1/2]
| inline |
Alters the properties of an existing resource group to facilitate resource management.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 10811 of file KineticaFunctions.cs.
◆ alterResourceGroup() [2/2]
| inline |
Alters the properties of an existing resource group to facilitate resource management.
Parameters
| name | Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with IS_DEFAULT_GROUP. |
| tier_attributes | Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers. For instance, to set max VRAM capacity to 1GB per rank per GPU and max RAM capacity to 10GB per rank, use: ‘VRAM’:‘max_memory’:‘1000000000’, ‘RAM’:‘max_memory’:‘10000000000’.
|
| ranking | If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be placed. Supported values:
|
| adjoining_resource_group | If ranking is BEFORE or AFTER, this field indicates the resource group before or after which the current group will be placed; otherwise, leave blank. The default value is ”. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 11006 of file KineticaFunctions.cs.
◆ AlterResourceGroupAsync() [1/2]
| inline |
Alters the properties of an existing resource group to facilitate resource management.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 10827 of file KineticaFunctions.cs.
◆ AlterResourceGroupAsync() [2/2]
| inline |
Alters the properties of an existing resource group to facilitate resource management.
(async)
Parameters
| name | Name of the group to be altered. Must be an existing resource group name or an empty string when used in conjunction with IS_DEFAULT_GROUP. |
| tier_attributes | Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers. For instance, to set max VRAM capacity to 1GB per rank per GPU and max RAM capacity to 10GB per rank, use: ‘VRAM’:‘max_memory’:‘1000000000’, ‘RAM’:‘max_memory’:‘10000000000’.
|
| ranking | If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be placed. Supported values:
|
| adjoining_resource_group | If ranking is BEFORE or AFTER, this field indicates the resource group before or after which the current group will be placed; otherwise, leave blank. The default value is ”. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 11191 of file KineticaFunctions.cs.