Queries the information about a human voice cloning job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetCustomizedVoiceJob |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
The ID of the human voice cloning job. |
****20b48fb04483915d4f2cd8ac**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
****63E8B7C7-4812-46AD-0FA56029AC86**** |
| Data |
object |
The data returned if the request was successful. |
|
| CustomizedVoiceJob |
object |
The information about the human voice cloning job. |
|
| JobId |
string |
The ID of the human voice cloning job. |
****571c704445f9a0ee011406c2**** |
| VoiceId |
string |
The voice ID. |
xiaozhuan |
| Status |
string |
The job state. Valid values:
|
Fail |
| Message |
string |
The status description. |
Training Failed |
| Type |
string |
The type of the human voice cloning job. Valid values:
|
Standard |
| VoiceName |
string |
The voice name. |
Xiao Zhuan |
| VoiceDesc |
string |
The voice description. |
This is an exclusive voice |
| Scenario |
string |
The scenario. Valid values:
|
story |
| Gender |
string |
The gender. Valid values:
|
female |
| CreateTime |
string |
The time when the job was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2023-06-07T02:27:08Z |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
"Data": {
"CustomizedVoiceJob": {
"JobId": "****571c704445f9a0ee011406c2****",
"VoiceId": "xiaozhuan",
"Status": "Fail",
"Message": "Training failed",
"Type": "Standard",
"VoiceName": "Specialist",
"VoiceDesc": "This is an exclusive voice",
"Scenario": "story",
"Gender": "female",
"CreateTime": "2023-06-07T02:27:08Z"
}
},
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.