Starts a training task for an algorithm instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /v4/openapi/app-groups/{appGroupIdentity}/functions/{functionName}/instances/{instanceName}/tasks HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
appGroupIdentity | string | Yes | The name of the application. | app_group_name |
functionName | string | Yes | The name of the feature. | ctr |
instanceName | string | Yes | The name of the instance. | ctr_test |
Response parameters
Examples
Sample success responses
JSON
format
{
"Status": "OK",
"HttpCode": 200,
"RequestId": "1638157990724",
"Message": "success",
"Code": "Task.IsRunning",
"Latency": 123
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history