Queries a list of digital human training jobs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListAvatarTrainingJobs |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNo |
integer |
No |
|
1 |
| PageSize |
integer |
No |
|
10 |
| Status |
string |
No |
|
Success |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
****63E8B7C7-4812-46AD-0FA56029AC86**** |
| Data |
object |
The data returned. |
|
| AvatarTrainingJobList |
array<object> |
The list of digital human training jobs. |
|
|
object |
|||
| JobId |
string |
The ID of the digital human training job. |
*****aded114489ea02e0addf93***** |
| AvatarId |
string |
The ID of the digital human. |
Avatar-XXX |
| AvatarName |
string |
The name of the digital human. |
Xiao Shu |
| AvatarDescription |
string |
The description of the digital human. |
This is a digital human for certain scenarios. |
| AvatarType |
string |
The type of the digital human. |
2DAvatar |
| Status |
string |
The state of the digital human training job. |
Success |
| Message |
string |
The status description. |
Training Success |
| Portrait |
string |
The media asset ID of the portrait image. |
*****aded114489ea02e0addf93***** |
| FirstTrainingTime |
string |
|
2020-12-23T13:33:40Z |
| LastTrainingTime |
string |
|
2020-12-23T13:33:40Z |
| CreateTime |
string |
|
2020-12-23T13:33:40Z |
| TotalCount |
integer |
The total number of entries returned. |
3 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
"Data": {
"AvatarTrainingJobList": [
{
"JobId": "*****aded114489ea02e0addf93*****",
"AvatarId": "Avatar-XXX",
"AvatarName": "Decimal",
"AvatarDescription": "This is a digital human for certain scenarios.",
"AvatarType": "2DAvatar",
"Status": "Success",
"Message": "Training successful",
"Portrait": "*****aded114489ea02e0addf93*****",
"FirstTrainingTime": "2020-12-23T13:33:40Z",
"LastTrainingTime": "2020-12-23T13:33:40Z",
"CreateTime": "2020-12-23T13:33:40Z"
}
],
"TotalCount": 3
},
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.