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_typetrain, inference, dataset...
algo_tasksclassification, object detection, segmentation...
articleTitle of the corresponding paper
article_urlLink (URL) to the corresponding paper
authorsAuthors of the plugin and/or corresponding paper (mandatory)
descriptionFull description of the plugin (mandatory)
documentation_linkAddress (URL) of online documentation
icon_pathRelative path to the plugin icon
internalIndicate a built-in algorithm.
journalPaper journal
keywordsKeywords associated with the plugin (Used for Ikomia search engine)
languagePython
licenseLicense of the plugin
max_ikomia_versionMaximum Ikomia API version
max_python_versionMaximum Python version
min_ikomia_versionMinimum Ikomia API version
min_python_versionMinimum Python version
nameName of the plugin (mandatory - must be unique)
osOperating system
original_repositoryURL of original code repository (GitHub, GitLab, BitBucket...)
pathPath in the library tree view of Ikomia
repositoryURL of code repository (GitHub, GitLab, BitBucket...)
short_descriptionShort description of the plugin (mandatory)
versionPlugin version (mandatory)
yearYear of paper publication