Previous page Neural network training  Update the training parameters Next page

On the page:


General info

Method

GET /IP address:port/<api_ver>/task/start

DescriptionThe query is used to start training for the specified task

Sample request

GET http://localhost:5000/v1.3/task/start?task_id=6407bfd7144f37e141b786e2acf4faf2822cc48f296f5047e58c9e536874f4ec

where:

ParameterDescription
task_id

A unique identifier of the task (uid), which can be obtained using a task list query (see Get the list of tasks)

Sample response

{ "message": "Done" }

Response in case of error:

{ "error": "error description" }


  • No labels