Creates an avatar training job. You can configure the basic information of the avatar and the materials required for the training.
Operation description
This API is only used to initialize trainingTaskrelatedInformation,And will not submit training,To officially submit training, you need toCall SubmitAvatarTrainingJob API.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:CreateAvatarTrainingJob |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AvatarName |
string |
Yes |
|
Xiao Shu |
| AvatarDescription |
string |
No |
|
This is a digital human for certain scenarios. |
| AvatarType |
string |
No |
The type of the digital human. |
2DAvatar |
| 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. |
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.