Queries the information about a digital human training job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetAvatarTrainingJob |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
The ID of the digital human training job. |
****20b48fb04483915d4f2cd8ac**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Data |
object |
The data returned if the request was successful. |
|
| AvatarTrainingJob |
object |
The information about the digital human training job. |
|
| JobId |
string |
The ID of the digital human training job. |
****55d86f7f4587943ce7734d6b**** |
| AvatarId |
string |
The ID of the digital human. |
Avatar-XXXX |
| 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 |
|
Success |
| Message |
string |
The status description. |
Training Success |
| Thumbnail |
string |
The thumbnail URL. |
https://your-bucket.oss-cn-hangzhou.aliyuncs.com/thumbnail.png |
| Portrait |
string |
The media asset ID of the portrait image. |
****571c704445f9a0ee011406c2**** |
| Video |
string |
The ID of the video used for training. |
****571c704445f9a0ee011406c2**** |
| Transparent |
boolean |
Indicates whether the input video supports alpha channels. |
true |
| FirstTrainingTime |
string |
|
2020-12-23T13:33:40Z |
| LastTrainingTime |
string |
|
2020-12-23T13:33:40Z |
| Success |
boolean |
Indicates whether the request was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Data": {
"AvatarTrainingJob": {
"JobId": "****55d86f7f4587943ce7734d6b****",
"AvatarId": "Avatar-XXXX",
"AvatarName": "Decimal",
"AvatarDescription": "This is a digital human for certain scenarios.",
"AvatarType": "2DAvatar",
"Status": "Success\n",
"Message": "Training successful",
"Thumbnail": "https://your-bucket.oss-cn-hangzhou.aliyuncs.com/thumbnail.png",
"Portrait": "****571c704445f9a0ee011406c2****",
"Video": "****571c704445f9a0ee011406c2****",
"Transparent": true,
"FirstTrainingTime": "2020-12-23T13:33:40Z",
"LastTrainingTime": "2020-12-23T13:33:40Z"
}
},
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.