Modifies a digital human training job. You can modify the basic information or update parameters such as Video and Transparent for retraining if the training failed.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:UpdateAvatarTrainingJob |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
The ID of the digital human training job. |
****cdb3e74639973036bc84**** |
| AvatarName |
string |
No |
|
Xiao Shu |
| AvatarDescription |
string |
No |
|
This is a digital human for certain scenarios. |
| Thumbnail |
string |
No |
|
https://your-bucket.oss-cn-hangzhou.aliyuncs.com/thumbnail.png |
| Portrait |
string |
No |
|
****571c704445f9a0ee011406c2**** |
| Video |
string |
No |
|
****571c704445f9a0ee011406c2**** |
| Transparent |
boolean |
No |
|
True |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Data |
object |
The data returned. |
|
| JobId |
string |
The ID of the digital human training job. |
****d718e2ff4f018ccf419a7b71**** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Success": true,
"Data": {
"JobId": "****d718e2ff4f018ccf419a7b71****"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.