Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.11 KB

BaseStatus.md

File metadata and controls

20 lines (15 loc) · 1.11 KB

PollinationSDK.Model.BaseStatus

Properties

Name Type Description Notes
Annotations Dictionary<string, string> An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
Inputs List<AnyType> Place-holder. Overwrite this! [optional]
Outputs List<AnyType> Place-holder. Overwrite this! [optional]
StartedAt DateTime The time at which the task was started
Message string Any message produced by the task. Usually error/debugging hints. [optional]
FinishedAt DateTime The time at which the task was completed [optional]
Source string Source url for the status object. It can be a recipe or a function. [optional]
Type string [optional] [readonly] [default to "BaseStatus"]

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