Modifies the resource group of a cluster.
Operation description
For information about the endpoints of this service, see Endpoints.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:ModifyDBResourceGroup |
update |
*DBClusterLakeVersion
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The ID of the Data Lakehouse Edition cluster. |
amv-bp1r053byu48p**** |
| GroupName |
string |
Yes |
The name of the resource group. Note
Call the DescribeDBResourceGroup operation to query the name of the resource group for a specified cluster. |
test |
| GroupType |
string |
Yes |
The type of the resource group. Valid values:
Note
For more information about resource groups in Data Lakehouse Edition, see Resource group overview. |
Interactive |
| MinComputeResource |
string |
No |
The minimum reserved computing resources.
|
0ACU |
| MaxComputeResource |
string |
No |
The maximum reserved computing resources.
|
48ACU |
| ClusterSizeResource |
string |
No |
This parameter is reserved and not in use. |
无 |
| MinClusterCount |
integer |
No |
This parameter is reserved and not in use. |
无 |
| MaxClusterCount |
integer |
No |
This parameter is reserved and not in use. |
无 |
| ClusterMode |
string |
No |
This parameter is reserved and not in use. |
无 |
| EnableSpot |
boolean |
No |
Specifies whether to enable the spot instance feature for the resource group. After you enable this feature, the unit price of resources is reduced, but the resources may be released. This feature can be enabled only for Job resource groups. Valid values:
|
True |
| RegionId |
string |
No |
The region ID. Note
Call the DescribeRegions operation to query the region ID of the cluster. |
cn-hangzhou |
| Rules |
array<object> |
No |
The job submission rules. |
|
|
object |
No |
A list of rule information. |
||
| GroupName |
string |
No |
The name of the resource group. |
user_default |
| QueryTime |
string |
No |
The threshold for the query execution time. Unit: milliseconds (ms). |
180000 |
| TargetGroupName |
string |
No |
The name of the target resource group. |
job |
| EngineParams |
object |
No |
The engine configurations. |
{\"spark.adb.version\":\"3.5\"} |
| AutoStopInterval |
string |
No |
The auto-stop interval. |
5m |
| SpecName |
string |
No |
This parameter is reserved and not in use. |
预留参数,不涉及。 |
| MinGpuQuantity |
integer |
No |
This parameter is reserved and not in use. |
预留参数,不涉及。 |
| MaxGpuQuantity |
integer |
No |
This parameter is reserved and not in use. |
预留参数,不涉及。 |
| TargetResourceGroupName |
string |
No |
This parameter is reserved and not in use. |
预留参数,不涉及。 |
| Status |
string |
No |
The state of the resource group. starting indicates that the resource group is being started. stopping indicates that the resource group is being stopped. |
starting |
| RayConfig |
object |
No |
The Ray configuration information. This parameter is required when the resource group is an AI resource group and the corresponding engine is RayCluster. |
|
| EnableUserEni |
boolean |
No |
||
| HeadSpecType |
string |
No |
The resource type of the head node. |
CPU |
| HeadSpec |
string |
No |
The specifications of the head node. |
xlarge |
| HeadAllocateUnit |
string |
No |
The allocation unit of the head node. |
1 |
| HeadDiskCapacity |
string |
No |
The disk size of the head node. |
100G |
| Category |
string |
No |
The type of the Ray cluster. Valid values:
|
BASIC |
| WorkerGroups |
array<object> |
No |
A list of Ray worker group configurations. |
|
|
object |
No |
The Ray worker group configuration. |
||
| AllocateUnit |
string |
No |
The allocation unit. |
1 |
| GroupName |
string |
No |
The name of the worker group. |
test |
| MaxWorkerQuantity |
integer |
No |
The maximum number of worker nodes. |
2 |
| MinWorkerQuantity |
integer |
No |
The minimum number of worker nodes. |
1 |
| WorkerDiskCapacity |
string |
No |
The disk size of a worker node. |
100G |
| WorkerSpecName |
string |
No |
The specifications of a worker node. |
xlarge |
| WorkerSpecType |
string |
No |
The resource type of a worker node. |
GPU |
| AppConfig |
object |
No |
The Ray application configuration. |
|
| AppName |
string |
No |
The application name. |
app01 |
| AppType |
string |
No |
The application type. |
IsaacLab |
| ImageSelector |
object |
No |
The image configuration. |
|
| Image |
string |
No |
The image name. |
lab2.10.0-ray2.43.0 |
| InferenceEngine |
string |
No |
The inference engine. |
vLLM |
| LlmModel |
string |
No |
The large language model (LLM). |
Deepseek-R1 |
| StorageMounts |
array<object> |
No |
The list of storage mounts. |
|
|
object |
No |
The storage mount. |
||
| StorageId |
integer |
No |
The storage ID. |
1 |
| MountPath |
string |
No |
The mount path. |
/mnt/data01 |
| GpuElasticPlan |
object |
No |
||
| Enabled |
boolean |
No |
||
| Rules |
array<object> |
No |
||
|
object |
No |
|||
| StartCronExpression |
string |
No |
||
| EndCronExpression |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
805F14E1-0186-520E-A6D5-30188D94E8DA |
Examples
Success response
JSON format
{
"RequestId": "805F14E1-0186-520E-A6D5-30188D94E8DA"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidPoolName.Malformed | The specified parameter PoolName is not valid. | The PoolName parameter is invalid. Check the parameter. |
| 400 | InvalidPoolUser.Malformed | The specified parameter PoolUser is not valid. | The PoolUser parameter is invalid. Check the parameter. |
| 400 | InvalidDBClusterId.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid. |
| 400 | InvalidDBClusterId.Malformed | The specified parameter DBClusterId is not valid. | The DBClusterId parameter is invalid. Check the parameter. |
| 400 | InvalidPoolType.Malformed | The specified parameter PoolType is not valid. | The PoolType parameter is invalid. Check the parameter. |
| 400 | InvalidMinComputeResource.Malformed | The specified parameter MinComputeResource is not valid. | The MinComputeResource parameter is invalid. Check the parameter. |
| 400 | InvalidMaxComputeResource.Malformed | The specified parameter MaxComputeResource is not valid. | The MaxComputeResource parameter is invalid. Check the parameter. |
| 400 | ACS.ResourceGroup.ElasticPlanExists | This resource group does not support this operation. Elastic plans that have been enabled already exist. | This operation is not supported for the current resource group because a scaling plan has been enabled. |
| 400 | ACS.ResourceGroup.InvalidResourceGroupState | The state of this resource group does not support this operation. | This operation is not supported due to the current state of the resource group. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.