CTaskInfo#

class ikomia.dataprocess.pydataprocess.CTaskInfo#

Manage metadata associated with a task. Information are then available for consulting in Ikomia Studio. These metadata are also used by the system search engine (task library and Ikomia HUB).

Import

from ikomia.dataprocess import  CTaskInfo

Methods

__init__(arg1)

Default constructor

Attributes

algo_type

train, inference, dataset...

algo_tasks

classification, object detection, segmentation...

article

Title of the corresponding paper

article_url

Link (URL) to the corresponding paper

authors

Authors of the plugin and/or corresponding paper (mandatory)

description

Full description of the plugin (mandatory)

documentation_link

Address (URL) of online documentation

icon_path

Relative path to the plugin icon

internal

Indicate a built-in algorithm.

journal

Paper journal

keywords

Keywords associated with the plugin (Used for Ikomia search engine)

language

Python

license

License of the plugin

max_ikomia_version

Maximum Ikomia API version

max_python_version

Maximum Python version

min_ikomia_version

Minimum Ikomia API version

min_python_version

Minimum Python version

name

Name of the plugin (mandatory - must be unique)

os

Operating system

original_repository

URL of original code repository (GitHub, GitLab, BitBucket...)

path

Path in the library tree view of Ikomia

repository

URL of code repository (GitHub, GitLab, BitBucket...)

short_description

Short description of the plugin (mandatory)

version

Plugin version (mandatory)

year

Year of paper publication