Previous page Tasks  Create a new task Next page

On the page:


General info

Method

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

DescriptionGet 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