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
article
Title of the corresponding paper
authors
Authors of the plugin and/or corresponding paper (mandatory)
created_date
Date of first publication
description
Full description of the plugin (mandatory)
documentation_link
Address (URL) of online documentation
icon_path
Relative path to the plugin icon
ikomia_version
Ikomia API version
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
modified_date
Date of last update
name
Name of the plugin (mandatory - must be unique)
os
Operating system
path
Path in the library tree view of Ikomia
repository
Address of code repository (GitHub, GitLab, BitBucket...)
short_description
Short description of the plugin (mandatory)
version
Plugin version (mandatory)
year
Year of paper publication