Logo

View the Project on GitHub elements-storage/elements-sdk-python

TaskInfo

Properties

Name Type Description Notes
id str    
display_name str   [readonly]
kwargs {str: (str, none_type)}   [readonly]
outputs {str: (str, none_type)}   [readonly]
progress TaskProgress    
started datetime   [readonly]
subtask Subtask   [optional]
worker StorageNodeMini   [optional]
user ElementsUserMini   [optional]
workstation Workstation   [optional]
finished datetime, none_type   [optional] [readonly]
name str, none_type   [optional]
task_name str, none_type   [optional]
is_private bool   [optional]
worker_name str, none_type   [optional]
queue str, none_type   [optional]
state int   [optional]
state_text str, none_type   [optional]
job_instance str, none_type   [optional]
is_running bool   [optional]
is_finished bool   [optional]
exception str, none_type   [optional]
traceback str, none_type   [optional]
related_bundle_id int, none_type   [optional]
related_proxy_id int, none_type   [optional]
schedule int, none_type   [optional]

[Back to Model list] [Back to API list] [Back to README]