DescribeAIDBClusterTasks
Retrieves a list of model operators for a specified PolarDB instance.
Operation description
Request
-
This API returns a list of model operators filtered by the
RelativeDBClusterIdandKubeTypeparameters. -
Note: Ensure the provided
RelativeDBClusterIdmatches the ID of an existing PolarDB database instance. Otherwise, no data will be returned.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeAIDBClusterTasks |
list |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| RelativeDBClusterId |
string |
No |
The ID of the PolarDB instance. |
pc-2ze88*** |
| KubeType |
string |
No |
The model operator type. |
aitrain |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
925B84D9-CA72-432C-95CF-738C22****** |
| Engine |
string |
The engine. |
polardb_ai |
| EngineVersion |
string |
The engine version. |
3.1 |
| Items |
array<object> |
A list of model operators. |
|
|
object |
An object that contains the details of a model operator. |
||
| DBNodeId |
string |
The model operator instance ID. |
pm-2ze*** |
| DBNodeStatus |
string |
The instance status. This parameter is not always returned. |
RUNNING |
| DBNodeStatusDesc |
string |
The description of the instance status. |
RUNNING |
| DBNodeDescription |
string |
The node description. |
test |
| CreationTime |
string |
The creation time. |
2025-03-25T09:37:10Z |
| ModelName |
string |
The model name. |
*** |
| ModelSource |
string |
The model source. |
public |
| TrainMode |
string |
The training mode. |
sft |
| TrainType |
string |
The training type. |
lora |
| Engine |
string |
The engine. |
polardb_ai |
| DataZoneId |
string |
The availability zone. |
cn-beijing-i |
| EngineVersion |
string |
The engine version. |
3.1 |
| ModelPath |
string |
The model path. |
*** |
| RunningTimes |
string |
The runtime parameters. |
xxx |
| StartTime |
string |
The start time. |
2020-06-09T18:00:00Z |
| CompletedTime |
string |
The completion time. |
2020-06-09T18:00:00Z |
| RelativeDBClusterId |
string |
The PolarDB cluster ID. |
pc-2ze*** |
| TaskType |
string |
The task type. |
train |
Examples
Success response
JSON format
{
"RequestId": "925B84D9-CA72-432C-95CF-738C22******",
"Engine": "polardb_ai",
"EngineVersion": "3.1",
"Items": [
{
"DBNodeId": "pm-2ze***",
"DBNodeStatus": "RUNNING",
"DBNodeStatusDesc": "RUNNING",
"DBNodeDescription": "test",
"CreationTime": "2025-03-25T09:37:10Z",
"ModelName": "***",
"ModelSource": "public",
"TrainMode": "sft",
"TrainType": "lora",
"Engine": "polardb_ai",
"DataZoneId": "cn-beijing-i",
"EngineVersion": "3.1",
"ModelPath": "***",
"RunningTimes": "xxx",
"StartTime": "2020-06-09T18:00:00Z",
"CompletedTime": "2020-06-09T18:00:00Z"
}
],
"RelativeDBClusterId": "pc-2ze***",
"TaskType": "train"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.