Submits a Yike AI application job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SubmitYikeAIAppJob |
none |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The AI application ID. For AOSmith applications, use one of the following fixed values:
|
sys-ao-smith-1 |
| AppParams |
string |
No |
The AI application parameters in JSON format. For AOSmith applications, the format is as follows:
|
sys-ao-smith-1 |
| ProductionId |
string |
No |
The project ID where the job results are saved. |
ProductionId |
| FolderId |
string |
No |
The folder ID where the job results are saved. |
fd-cReaEcVqQK |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
4E84BE44-58A7-****-****-FBEBEA16EF94 |
| JobId |
string |
The ID of the submitted job. |
ab4802364a2e49208c99efab82df**** |
Examples
Success response
JSON format
{
"RequestId": "4E84BE44-58A7-****-****-FBEBEA16EF94",
"JobId": "ab4802364a2e49208c99efab82df****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.