Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

On the page:


General info

Метод

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

ОписаниеGet the list of tasks

Sample request

GET http://localhost:5000/v1.3/task/list

Sample response

[
    {
        "active": false,
        "name": "Cats",
        "pipeline": "classification/mobilenet_224",
        "uid": "6407bfd7144f37e141b786e2acf4faf2822cc48f296f5047e58c9e536874f4ec"
    }
]

where:

ParameterDescription
active

Task status (active or inactive)

name

Task name

pipeline

Name of the pipeline used for training

uidUnique task identifier


  • No labels