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. |
app_test |
| AppParams |
string |
No |
The AI application runtime parameters, as a JSON string. |
{"testKey":"testValue"} |
| ProductionId |
string |
No |
The ID of the project. If provided, the output is saved to this project. |
ProductionId |
| FolderId |
string |
No |
The ID of the folder. If provided, the output is saved to this folder. |
fd-cReaEcVqQK |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
A unique identifier for the request. |
4E84BE44-58A7-****-****-FBEBEA16EF94 |
| JobId |
string |
The unique identifier for 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.