Use this operation to submit a new avatar training job or to resubmit a failed job.
Operation description
This is an asynchronous API. When you call this operation, it returns a JobId and queues the training job for background processing. The initial response confirms the job submission, not its completion. The final result is sent via a callback notification, or you can check the job's status by querying the details of an avatar training job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SubmitAvatarTrainingJob |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
The unique identifier for the avatar training job. |
****20b48fb04483915d4f2cd8ac**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The data returned by the request. |
||
| RequestId |
string |
The ID of the request. |
*****ACB-44F2-5F2D-88D7-1283E70***** |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Data |
object |
The response data. |
|
| JobId |
string |
The unique identifier for the avatar training job. |
****29faef8144638ba42eb8e037**** |
Examples
Success response
JSON format
{
"RequestId": "*****ACB-44F2-5F2D-88D7-1283E70*****",
"Success": true,
"Data": {
"JobId": "****29faef8144638ba42eb8e037****"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.